Html Css Color HEX #9E0973 Eggplant

📋 copy color: '#9E0973'

red 158 ◦ green 9 ◦ blue 115

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

Shades of Eggplant #9E0973

Tints of Eggplant #9E0973

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 40.78%

R = 56.03%
G = 3.19%
B = 40.78%

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

#9E0973 (or 0x9E0973) is known color: Eggplant. HEX triplet: 9E, 09 and 73. RGB value is (158,9,115). Sum of RGB (Red+Green+Blue) = 158+9+115=282 (37% of max value = 765). Red value is 158 (62.11% from 255 or 56.03% from 282); Green value is 9 (3.91% from 255 or 3.19% from 282); Blue value is 115 (45.31% from 255 or 40.78% from 282); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0973 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E0973 is #61F68C. Grayscale: #414141. Windows color (decimal): -6420109 or 7539102. OLE color: 7539102.

HSL color Cylindrical-coordinate representation of color #9E0973: hue angle of 317.32º 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 #9E0973 is Cyan = 0, Magento = 0.94, Yellow = 0.27 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 9 115 -
CMYK 0 0.94 0.27 0.38
HSL 317.32º 0.89% 0.33% -
HSV(B) 317.32º 0.94% 0.62% -
XYZ 17.29 8.7 16.99 -
YUV 65.64 155.86 193.88 -
System Red Green Blue C M Y K H S L
Decimal 158 9 115 0 0.94 0.27 0.38 317.32 0.89 0.33
Hex 9E 9 73 0 5E 1B 26 13D 59 21
Octal 236 11 163 0 136 33 46 475 131 41
Binary 10011110 1001 1110011 0 1011110 11011 100110 100111101 1011001 100001

Color Harmonies of #9E0973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E0973

Black with #9E0973

Text Example


Text Example

White with #9E0973

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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