#9C005E

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

Shades of Eggplant #9C005E

Tints of Eggplant #9C005E

Color information

#9C005E (or 0x9C005E) is unknown color: approx Eggplant. HEX triplet: 9C, 00 and 5E. RGB value is (156,0,94). Sum of RGB (Red+Green+Blue) = 156+0+94=250 (33% of max value = 765). Red value is 156 (61.33% from 255 or 62.4% from 250); Green value is 0 (0.39% from 255 or 0% from 250); Blue value is 94 (37.11% from 255 or 37.6% from 250); Max value from RGB is 156 - color contains mainly: red. Hex color #9C005E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C005E is #63FFA1. Grayscale: #393939. Windows color (decimal): -6553506 or 6160540. OLE color: 6160540.

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

Color convert

RGB156094-
CMYK010.400.39
HSL323.85º100%30.59%-
HSV(B)323.85º100%61.18%-
XYZ15.737.8811.28-
YUV57.36148.68198.36-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 62.4%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 94 (37.11% from 255) = 37.6%
R=62.4%
G=0%
B=37.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.40
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156094010.400.39323.8510030.59
Hex9C05E0642827144641f
Octal23401360144504750414437
Binary100111000101111001100100101000100111101000100110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C005E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,0,94); }

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

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

 a { background-color: rgb(156,0,94); }

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

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

 span { border-color: rgb(156,0,94); }

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