Html Css Color HEX #9D0E77 Eggplant

📋 copy color: '#9D0E77'

red 157 ◦ green 14 ◦ blue 119

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

Shades of Eggplant #9D0E77

Tints of Eggplant #9D0E77

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.83%

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

R = 54.14%
G = 4.83%
B = 41.03%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.24

 K value IS 0.38

RGB Variations

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

Color information

#9D0E77 (or 0x9D0E77) is known color: Eggplant. HEX triplet: 9D, 0E and 77. RGB value is (157,14,119). Sum of RGB (Red+Green+Blue) = 157+14+119=290 (38% of max value = 765). Red value is 157 (61.72% from 255 or 54.14% from 290); Green value is 14 (5.86% from 255 or 4.83% from 290); Blue value is 119 (46.88% from 255 or 41.03% from 290); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0E77 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D0E77 is #62F188. Grayscale: #444444. Windows color (decimal): -6484361 or 7802525. OLE color: 7802525.

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

Color convert

RGB 157 14 119 -
CMYK 0 0.91 0.24 0.38
HSL 315.94º 0.84% 0.34% -
HSV(B) 315.94º 0.91% 0.62% -
XYZ 17.39 8.81 18.24 -
YUV 68.73 156.38 190.96 -
System Red Green Blue C M Y K H S L
Decimal 157 14 119 0 0.91 0.24 0.38 315.94 0.84 0.34
Hex 9D E 77 0 5B 18 26 13C 54 22
Octal 235 16 167 0 133 30 46 474 124 42
Binary 10011101 1110 1110111 0 1011011 11000 100110 100111100 1010100 100010

Color Harmonies of #9D0E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D0E77

Black with #9D0E77

Text Example


Text Example

White with #9D0E77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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