Html Css Color HEX #9E0279 Eggplant

📋 copy color: '#9E0279'

red 158 ◦ green 2 ◦ blue 121

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

Shades of Eggplant #9E0279

Tints of Eggplant #9E0279

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.71%

 BLUE value IS 121 (47.66% from 255) = 43.06%

R = 56.23%
G = 0.71%
B = 43.06%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.23

 K value IS 0.38

RGB Variations

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

Color information

#9E0279 (or 0x9E0279) is known color: Eggplant. HEX triplet: 9E, 02 and 79. RGB value is (158,2,121). Sum of RGB (Red+Green+Blue) = 158+2+121=281 (37% of max value = 765). Red value is 158 (62.11% from 255 or 56.23% from 281); Green value is 2 (1.17% from 255 or 0.71% from 281); Blue value is 121 (47.66% from 255 or 43.06% from 281); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0279 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E0279 is #61FD86. Grayscale: #3D3D3D. Windows color (decimal): -6421895 or 7930526. OLE color: 7930526.

HSL color Cylindrical-coordinate representation of color #9E0279: hue angle of 314.23º degrees, saturation: 0.98, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9E0279 is Cyan = 0, Magento = 0.99, Yellow = 0.23 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 2 121 -
CMYK 0 0.99 0.23 0.38
HSL 314.23º 0.98% 0.31% -
HSV(B) 314.23º 0.99% 0.62% -
XYZ 17.57 8.69 18.84 -
YUV 62.21 161.18 196.32 -
System Red Green Blue C M Y K H S L
Decimal 158 2 121 0 0.99 0.23 0.38 314.23 0.98 0.31
Hex 9E 2 79 0 63 17 26 13A 62 1F
Octal 236 2 171 0 143 27 46 472 142 37
Binary 10011110 10 1111001 0 1100011 10111 100110 100111010 1100010 11111

Color Harmonies of #9E0279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E0279

Black with #9E0279

Text Example


Text Example

White with #9E0279

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,2,121); }

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

background-color css

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

 a { background-color: rgb(158,2,121); }

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

border-color css

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

 span { border-color: rgb(158,2,121); }

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