Html Css Color HEX #9E097D Eggplant

📋 copy color: '#9E097D'

red 158 ◦ green 9 ◦ blue 125

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

Shades of Eggplant #9E097D

Tints of Eggplant #9E097D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 42.81%

R = 54.11%
G = 3.08%
B = 42.81%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.21

 K value IS 0.38

RGB Variations

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

Color information

#9E097D (or 0x9E097D) is known color: Eggplant. HEX triplet: 9E, 09 and 7D. RGB value is (158,9,125). Sum of RGB (Red+Green+Blue) = 158+9+125=292 (38% of max value = 765). Red value is 158 (62.11% from 255 or 54.11% from 292); Green value is 9 (3.91% from 255 or 3.08% from 292); Blue value is 125 (49.22% from 255 or 42.81% from 292); Max value from RGB is 158 - color contains mainly: red. Hex color #9E097D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E097D is #61F682. Grayscale: #424242. Windows color (decimal): -6420099 or 8194462. OLE color: 8194462.

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

Color convert

RGB 158 9 125 -
CMYK 0 0.94 0.21 0.38
HSL 313.29º 0.89% 0.33% -
HSV(B) 313.29º 0.94% 0.62% -
XYZ 17.9 8.95 20.19 -
YUV 66.78 160.86 193.07 -
System Red Green Blue C M Y K H S L
Decimal 158 9 125 0 0.94 0.21 0.38 313.29 0.89 0.33
Hex 9E 9 7D 0 5E 15 26 139 59 21
Octal 236 11 175 0 136 25 46 471 131 41
Binary 10011110 1001 1111101 0 1011110 10101 100110 100111001 1011001 100001

Color Harmonies of #9E097D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E097D

Black with #9E097D

Text Example


Text Example

White with #9E097D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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