#9D77DC

Color #9D77DC Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #9D77DC

Tints of Medium Purple #9D77DC

Color information

#9D77DC (or 0x9D77DC) is unknown color: approx Medium Purple. HEX triplet: 9D, 77 and DC. RGB value is (157,119,220). Sum of RGB (Red+Green+Blue) = 157+119+220=496 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.65% from 496); Green value is 119 (46.88% from 255 or 23.99% from 496); Blue value is 220 (86.33% from 255 or 44.35% from 496); Max value from RGB is 220 - color contains mainly: blue. Hex color #9D77DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D77DC is #628823. Grayscale: #8D8D8D. Windows color (decimal): -6457380 or 14448541. OLE color: 14448541.

HSL color Cylindrical-coordinate representation of color #9D77DC: hue angle of 262.57º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9D77DC is Cyan = 0.29, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB157119220-
CMYK0.290.4600.14
HSL262.57º59.06%66.47%-
HSV(B)262.57º45.91%86.27%-
XYZ33.4225.5370.88-
YUV141.88172.09138.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 157 (61.72% from 255) = 31.65%
GREEN value IS 119 (46.88% from 255) = 23.99%
BLUE value IS 220 (86.33% from 255) = 44.35%
R=31.65%
G=23.99%
B=44.35%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1571192200.290.4600.14262.5759.0666.47
Hex9D77DC1D2E0E1073b42
Octal235167334355601640773102
Binary1001110111101111101110011101101110011101000001111110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D77DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9D77DC; }

 p { color: rgb(157,119,220); }

 H1.HeaderClassName
 {
   color: #9D77DC;
 }
 .AnyTagClassName
 {
   color: #9D77DC;
 }
</style>
background-color css

<style>
 a { background-color: #9D77DC; }

 a { background-color: rgb(157,119,220); }

 div.DivClassName
 {
   background-color: #9D77DC;
 }
 .BgClassName
 {
   background-color: #9D77DC;
 }
</style>
border-color css

<style>
 span { border-color: #9D77DC; }

 span { border-color: rgb(157,119,220); }

 td.TdClassName
 {
   border-color: #9D77DC;
 }
 .TagClassName
 {
   border-color: #9D77DC;
 }
</style>