Html Css Color HEX #9E0B74 Eggplant

📋 copy color: '#9E0B74'

red 158 ◦ green 11 ◦ blue 116

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

Shades of Eggplant #9E0B74

Tints of Eggplant #9E0B74

RGB

 RED value IS 158 (62.11% from 255) = 55.44%

 GREEN value IS 11 (4.69% from 255) = 3.86%

 BLUE value IS 116 (45.7% from 255) = 40.7%

R = 55.44%
G = 3.86%
B = 40.7%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.27

 K value IS 0.38

RGB Variations

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

Color information

#9E0B74 (or 0x9E0B74) is known color: Eggplant. HEX triplet: 9E, 0B and 74. RGB value is (158,11,116). Sum of RGB (Red+Green+Blue) = 158+11+116=285 (37% of max value = 765). Red value is 158 (62.11% from 255 or 55.44% from 285); Green value is 11 (4.69% from 255 or 3.86% from 285); Blue value is 116 (45.70% from 255 or 40.70% from 285); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0B74 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E0B74 is #61F48B. Grayscale: #424242. Windows color (decimal): -6419596 or 7605150. OLE color: 7605150.

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

Color convert

RGB 158 11 116 -
CMYK 0 0.93 0.27 0.38
HSL 317.14º 0.87% 0.33% -
HSV(B) 317.14º 0.93% 0.62% -
XYZ 17.37 8.77 17.3 -
YUV 66.92 155.7 192.96 -
System Red Green Blue C M Y K H S L
Decimal 158 11 116 0 0.93 0.27 0.38 317.14 0.87 0.33
Hex 9E B 74 0 5D 1B 26 13D 57 21
Octal 236 13 164 0 135 33 46 475 127 41
Binary 10011110 1011 1110100 0 1011101 11011 100110 100111101 1010111 100001

Color Harmonies of #9E0B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E0B74

Black with #9E0B74

Text Example


Text Example

White with #9E0B74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,11,116); }

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

background-color css

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

 a { background-color: rgb(158,11,116); }

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

border-color css

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

 span { border-color: rgb(158,11,116); }

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