Html Css Color HEX #9D0C77 Eggplant

📋 copy color: '#9D0C77'

red 157 ◦ green 12 ◦ blue 119

#9D0C77
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eggplant #9D0C77

Tints of Eggplant #9D0C77

RGB

 RED value IS 157 (61.72% from 255) = 54.51%

 GREEN value IS 12 (5.08% from 255) = 4.17%

 BLUE value IS 119 (46.88% from 255) = 41.32%

R = 54.51%
G = 4.17%
B = 41.32%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.24

 K value IS 0.38

RGB Variations

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

Color information

#9D0C77 (or 0x9D0C77) is known color: Eggplant. HEX triplet: 9D, 0C and 77. RGB value is (157,12,119). Sum of RGB (Red+Green+Blue) = 157+12+119=288 (38% of max value = 765). Red value is 157 (61.72% from 255 or 54.51% from 288); Green value is 12 (5.08% from 255 or 4.17% from 288); Blue value is 119 (46.88% from 255 or 41.32% from 288); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0C77 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D0C77 is #62F388. Grayscale: #434343. Windows color (decimal): -6484873 or 7802013. OLE color: 7802013.

HSL color Cylindrical-coordinate representation of color #9D0C77: hue angle of 315.72º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9D0C77 is Cyan = 0, Magento = 0.92, Yellow = 0.24 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 12 119 -
CMYK 0 0.92 0.24 0.38
HSL 315.72º 0.86% 0.33% -
HSV(B) 315.72º 0.92% 0.62% -
XYZ 17.37 8.76 18.23 -
YUV 67.55 157.04 191.8 -
System Red Green Blue C M Y K H S L
Decimal 157 12 119 0 0.92 0.24 0.38 315.72 0.86 0.33
Hex 9D C 77 0 5C 18 26 13C 56 21
Octal 235 14 167 0 134 30 46 474 126 41
Binary 10011101 1100 1110111 0 1011100 11000 100110 100111100 1010110 100001

Color Harmonies of #9D0C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D0C77

Black with #9D0C77

Text Example


Text Example

White with #9D0C77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9D0C77;
 }
 .AnyTagClassName
 {
   color: #9D0C77;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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