#9B0166

Color #9B0166 Eggplant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eggplant #9B0166

Tints of Eggplant #9B0166

Color information

#9B0166 (or 0x9B0166) is unknown color: approx Eggplant. HEX triplet: 9B, 01 and 66. RGB value is (155,1,102). Sum of RGB (Red+Green+Blue) = 155+1+102=258 (34% of max value = 765). Red value is 155 (60.94% from 255 or 60.08% from 258); Green value is 1 (0.78% from 255 or 0.39% from 258); Blue value is 102 (40.23% from 255 or 39.53% from 258); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0166 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0166 is #64FE99. Grayscale: #3A3A3A. Windows color (decimal): -6618778 or 6685083. OLE color: 6685083.

HSL color Cylindrical-coordinate representation of color #9B0166: hue angle of 320.65º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9B0166 is Cyan = 0, Magento = 0.99, Yellow = 0.34 and Black (K on CMYK) = 0.39.

Color convert

RGB1551102-
CMYK00.990.340.39
HSL320.65º98.72%30.59%-
HSV(B)320.65º99.35%60.78%-
XYZ15.937.9513.27-
YUV58.56152.52196.79-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 60.08%
GREEN value IS 1 (0.78% from 255) = 0.39%
BLUE value IS 102 (40.23% from 255) = 39.53%
R=60.08%
G=0.39%
B=39.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.34
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155110200.990.340.39320.6598.7230.59
Hex9B1660632227141631f
Octal23311460143424750114337
Binary100110111110011001100011100010100111101000001110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B0166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9B0166;
 }
 .AnyTagClassName
 {
   color: #9B0166;
 }
</style>
background-color css

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

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

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

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

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

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