#9C0260

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

Shades of Eggplant #9C0260

Tints of Eggplant #9C0260

Color information

#9C0260 (or 0x9C0260) is unknown color: approx Eggplant. HEX triplet: 9C, 02 and 60. RGB value is (156,2,96). Sum of RGB (Red+Green+Blue) = 156+2+96=254 (33% of max value = 765). Red value is 156 (61.33% from 255 or 61.42% from 254); Green value is 2 (1.17% from 255 or 0.79% from 254); Blue value is 96 (37.89% from 255 or 37.80% from 254); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0260 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C0260 is #63FD9F. Grayscale: #3A3A3A. Windows color (decimal): -6552992 or 6292124. OLE color: 6292124.

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

Color convert

RGB156296-
CMYK00.990.380.39
HSL323.38º97.47%30.98%-
HSV(B)323.38º98.72%61.18%-
XYZ15.847.9611.77-
YUV58.76149.02197.36-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 61.42%
GREEN value IS 2 (1.17% from 255) = 0.79%
BLUE value IS 96 (37.89% from 255) = 37.80%
R=61.42%
G=0.79%
B=37.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.38
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15629600.990.380.39323.3897.4730.98
Hex9C2600632627143611f
Octal23421400143464750314137
Binary1001110010110000001100011100110100111101000011110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C0260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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