Html Css Color HEX #9E097F Eggplant

📋 copy color: '#9E097F'

red 158 ◦ green 9 ◦ blue 127

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

Shades of Eggplant #9E097F

Tints of Eggplant #9E097F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 43.2%

R = 53.74%
G = 3.06%
B = 43.2%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.20

 K value IS 0.38

RGB Variations

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

Color information

#9E097F (or 0x9E097F) is known color: Eggplant. HEX triplet: 9E, 09 and 7F. RGB value is (158,9,127). Sum of RGB (Red+Green+Blue) = 158+9+127=294 (38% of max value = 765). Red value is 158 (62.11% from 255 or 53.74% from 294); Green value is 9 (3.91% from 255 or 3.06% from 294); Blue value is 127 (50% from 255 or 43.20% from 294); Max value from RGB is 158 - color contains mainly: red. Hex color #9E097F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E097F is #61F680. Grayscale: #424242. Windows color (decimal): -6420097 or 8325534. OLE color: 8325534.

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

Color convert

RGB 158 9 127 -
CMYK 0 0.94 0.20 0.38
HSL 312.48º 0.89% 0.33% -
HSV(B) 312.48º 0.94% 0.62% -
XYZ 18.03 9 20.86 -
YUV 67 161.86 192.91 -
System Red Green Blue C M Y K H S L
Decimal 158 9 127 0 0.94 0.20 0.38 312.48 0.89 0.33
Hex 9E 9 7F 0 5E 14 26 138 59 21
Octal 236 11 177 0 136 24 46 470 131 41
Binary 10011110 1001 1111111 0 1011110 10100 100110 100111000 1011001 100001

Color Harmonies of #9E097F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E097F

Black with #9E097F

Text Example


Text Example

White with #9E097F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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