Html Css Color HEX #9E0974 Eggplant

📋 copy color: '#9E0974'

red 158 ◦ green 9 ◦ blue 116

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

Shades of Eggplant #9E0974

Tints of Eggplant #9E0974

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.18%

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

R = 55.83%
G = 3.18%
B = 40.99%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.27

 K value IS 0.38

RGB Variations

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

Color information

#9E0974 (or 0x9E0974) is known color: Eggplant. HEX triplet: 9E, 09 and 74. RGB value is (158,9,116). Sum of RGB (Red+Green+Blue) = 158+9+116=283 (37% of max value = 765). Red value is 158 (62.11% from 255 or 55.83% from 283); Green value is 9 (3.91% from 255 or 3.18% from 283); Blue value is 116 (45.70% from 255 or 40.99% from 283); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0974 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E0974 is #61F68B. Grayscale: #414141. Windows color (decimal): -6420108 or 7604638. OLE color: 7604638.

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

Color convert

RGB 158 9 116 -
CMYK 0 0.94 0.27 0.38
HSL 316.91º 0.89% 0.33% -
HSV(B) 316.91º 0.94% 0.62% -
XYZ 17.35 8.73 17.29 -
YUV 65.75 156.36 193.8 -
System Red Green Blue C M Y K H S L
Decimal 158 9 116 0 0.94 0.27 0.38 316.91 0.89 0.33
Hex 9E 9 74 0 5E 1B 26 13D 59 21
Octal 236 11 164 0 136 33 46 475 131 41
Binary 10011110 1001 1110100 0 1011110 11011 100110 100111101 1011001 100001

Color Harmonies of #9E0974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E0974

Black with #9E0974

Text Example


Text Example

White with #9E0974

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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