#9A0260

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

Shades of Eggplant #9A0260

Tints of Eggplant #9A0260

Color information

#9A0260 (or 0x9A0260) is unknown color: approx Eggplant. HEX triplet: 9A, 02 and 60. RGB value is (154,2,96). Sum of RGB (Red+Green+Blue) = 154+2+96=252 (33% of max value = 765). Red value is 154 (60.55% from 255 or 61.11% from 252); Green value is 2 (1.17% from 255 or 0.79% from 252); Blue value is 96 (37.89% from 255 or 38.10% from 252); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0260 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A0260 is #65FD9F. Grayscale: #393939. Windows color (decimal): -6684064 or 6292122. OLE color: 6292122.

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

Color convert

RGB154296-
CMYK00.990.380.40
HSL322.89º97.44%30.59%-
HSV(B)322.89º98.7%60.39%-
XYZ15.467.7611.75-
YUV58.16149.36196.36-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 61.11%
GREEN value IS 2 (1.17% from 255) = 0.79%
BLUE value IS 96 (37.89% from 255) = 38.10%
R=61.11%
G=0.79%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.38
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15429600.990.380.40322.8997.4430.59
Hex9A2600632628143611f
Octal23221400143465050314137
Binary1001101010110000001100011100110101000101000011110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A0260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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