Html Css Color HEX #9E0160 Eggplant

📋 copy color: '#9E0160'

red 158 ◦ green 1 ◦ blue 96

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

Shades of Eggplant #9E0160

Tints of Eggplant #9E0160

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.39%

 BLUE value IS 96 (37.89% from 255) = 37.65%

R = 61.96%
G = 0.39%
B = 37.65%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.39

 K value IS 0.38

RGB Variations

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

Color information

#9E0160 (or 0x9E0160) is known color: Eggplant. HEX triplet: 9E, 01 and 60. RGB value is (158,1,96). Sum of RGB (Red+Green+Blue) = 158+1+96=255 (33% of max value = 765). Red value is 158 (62.11% from 255 or 61.96% from 255); Green value is 1 (0.78% from 255 or 0.39% from 255); Blue value is 96 (37.89% from 255 or 37.65% from 255); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0160 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E0160 is #61FE9F. Grayscale: #3A3A3A. Windows color (decimal): -6422176 or 6291870. OLE color: 6291870.

HSL color Cylindrical-coordinate representation of color #9E0160: hue angle of 323.69º degrees, saturation: 0.99, 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 #9E0160 is Cyan = 0, Magento = 0.99, Yellow = 0.39 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 1 96 -
CMYK 0 0.99 0.39 0.38
HSL 323.69º 0.99% 0.31% -
HSV(B) 323.69º 0.99% 0.62% -
XYZ 16.22 8.14 11.78 -
YUV 58.77 149.01 198.78 -
System Red Green Blue C M Y K H S L
Decimal 158 1 96 0 0.99 0.39 0.38 323.69 0.99 0.31
Hex 9E 1 60 0 63 27 26 144 63 1F
Octal 236 1 140 0 143 47 46 504 143 37
Binary 10011110 1 1100000 0 1100011 100111 100110 101000100 1100011 11111

Color Harmonies of #9E0160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E0160

Black with #9E0160

Text Example


Text Example

White with #9E0160

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,1,96); }

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

background-color css

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

 a { background-color: rgb(158,1,96); }

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

border-color css

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

 span { border-color: rgb(158,1,96); }

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