Html Css Color HEX #9E0166 Eggplant

📋 copy color: '#9E0166'

red 158 ◦ green 1 ◦ blue 102

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

Shades of Eggplant #9E0166

Tints of Eggplant #9E0166

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 39.08%

R = 60.54%
G = 0.38%
B = 39.08%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.35

 K value IS 0.38

RGB Variations

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

Color information

#9E0166 (or 0x9E0166) is known color: Eggplant. HEX triplet: 9E, 01 and 66. RGB value is (158,1,102). Sum of RGB (Red+Green+Blue) = 158+1+102=261 (34% of max value = 765). Red value is 158 (62.11% from 255 or 60.54% from 261); Green value is 1 (0.78% from 255 or 0.38% from 261); Blue value is 102 (40.23% from 255 or 39.08% from 261); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0166 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E0166 is #61FE99. Grayscale: #3B3B3B. Windows color (decimal): -6422170 or 6685086. OLE color: 6685086.

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

Color convert

RGB 158 1 102 -
CMYK 0 0.99 0.35 0.38
HSL 321.4º 0.99% 0.31% -
HSV(B) 321.4º 0.99% 0.62% -
XYZ 16.51 8.25 13.29 -
YUV 59.46 152.01 198.29 -
System Red Green Blue C M Y K H S L
Decimal 158 1 102 0 0.99 0.35 0.38 321.4 0.99 0.31
Hex 9E 1 66 0 63 23 26 141 63 1F
Octal 236 1 146 0 143 43 46 501 143 37
Binary 10011110 1 1100110 0 1100011 100011 100110 101000001 1100011 11111

Color Harmonies of #9E0166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E0166

Black with #9E0166

Text Example


Text Example

White with #9E0166

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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