#910B66

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

Shades of Eggplant #910B66

Tints of Eggplant #910B66

Color information

#910B66 (or 0x910B66) is unknown color: approx Eggplant. HEX triplet: 91, 0B and 66. RGB value is (145,11,102). Sum of RGB (Red+Green+Blue) = 145+11+102=258 (34% of max value = 765). Red value is 145 (57.03% from 255 or 56.20% from 258); Green value is 11 (4.69% from 255 or 4.26% from 258); Blue value is 102 (40.23% from 255 or 39.53% from 258); Max value from RGB is 145 - color contains mainly: red. Hex color #910B66 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #910B66 is #6EF499. Grayscale: #3D3D3D. Windows color (decimal): -7271578 or 6687633. OLE color: 6687633.

HSL color Cylindrical-coordinate representation of color #910B66: hue angle of 319.25º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #910B66 is Cyan = 0, Magento = 0.92, Yellow = 0.30 and Black (K on CMYK) = 0.43.

Color convert

RGB14511102-
CMYK00.920.300.43
HSL319.25º85.9%30.59%-
HSV(B)319.25º92.41%56.86%-
XYZ14.27.2213.22-
YUV61.44150.89187.6-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 56.20%
GREEN value IS 11 (4.69% from 255) = 4.26%
BLUE value IS 102 (40.23% from 255) = 39.53%
R=56.20%
G=4.26%
B=39.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.30
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451110200.920.300.43319.2585.930.59
Hex91B6605C1E2B13f561f
Octal221131460134365347712637
Binary10010001101111001100101110011110101011100111111101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #910B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #910B66; }

 p { color: rgb(145,11,102); }

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

<style>
 a { background-color: #910B66; }

 a { background-color: rgb(145,11,102); }

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

<style>
 span { border-color: #910B66; }

 span { border-color: rgb(145,11,102); }

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