Html Css Color HEX #9E097B Eggplant

📋 copy color: '#9E097B'

red 158 ◦ green 9 ◦ blue 123

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

Shades of Eggplant #9E097B

Tints of Eggplant #9E097B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 42.41%

R = 54.48%
G = 3.1%
B = 42.41%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.22

 K value IS 0.38

RGB Variations

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

Color information

#9E097B (or 0x9E097B) is known color: Eggplant. HEX triplet: 9E, 09 and 7B. RGB value is (158,9,123). Sum of RGB (Red+Green+Blue) = 158+9+123=290 (38% of max value = 765). Red value is 158 (62.11% from 255 or 54.48% from 290); Green value is 9 (3.91% from 255 or 3.10% from 290); Blue value is 123 (48.44% from 255 or 42.41% from 290); Max value from RGB is 158 - color contains mainly: red. Hex color #9E097B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E097B is #61F684. Grayscale: #424242. Windows color (decimal): -6420101 or 8063390. OLE color: 8063390.

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

Color convert

RGB 158 9 123 -
CMYK 0 0.94 0.22 0.38
HSL 314.09º 0.89% 0.33% -
HSV(B) 314.09º 0.94% 0.62% -
XYZ 17.77 8.89 19.52 -
YUV 66.55 159.86 193.23 -
System Red Green Blue C M Y K H S L
Decimal 158 9 123 0 0.94 0.22 0.38 314.09 0.89 0.33
Hex 9E 9 7B 0 5E 16 26 13A 59 21
Octal 236 11 173 0 136 26 46 472 131 41
Binary 10011110 1001 1111011 0 1011110 10110 100110 100111010 1011001 100001

Color Harmonies of #9E097B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E097B

Black with #9E097B

Text Example


Text Example

White with #9E097B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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