#9A0266

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

Shades of Eggplant #9A0266

Tints of Eggplant #9A0266

Color information

#9A0266 (or 0x9A0266) is unknown color: approx Eggplant. HEX triplet: 9A, 02 and 66. RGB value is (154,2,102). Sum of RGB (Red+Green+Blue) = 154+2+102=258 (34% of max value = 765). Red value is 154 (60.55% from 255 or 59.69% from 258); Green value is 2 (1.17% from 255 or 0.78% from 258); Blue value is 102 (40.23% from 255 or 39.53% from 258); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0266 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A0266 is #65FD99. Grayscale: #3A3A3A. Windows color (decimal): -6684058 or 6685338. OLE color: 6685338.

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

Color convert

RGB1542102-
CMYK00.990.340.40
HSL320.53º97.44%30.59%-
HSV(B)320.53º98.7%60.39%-
XYZ15.757.8713.26-
YUV58.85152.36195.87-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 59.69%
GREEN value IS 2 (1.17% from 255) = 0.78%
BLUE value IS 102 (40.23% from 255) = 39.53%
R=59.69%
G=0.78%
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.40
SystemRedGreenBlueCMYKHSL
Decimal154210200.990.340.40320.5397.4430.59
Hex9A2660632228141611f
Octal23221460143425050114137
Binary1001101010110011001100011100010101000101000001110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A0266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,2,102); }

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

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

 a { background-color: rgb(154,2,102); }

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

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

 span { border-color: rgb(154,2,102); }

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