#9C005F

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

Shades of Eggplant #9C005F

Tints of Eggplant #9C005F

Color information

#9C005F (or 0x9C005F) is unknown color: approx Eggplant. HEX triplet: 9C, 00 and 5F. RGB value is (156,0,95). Sum of RGB (Red+Green+Blue) = 156+0+95=251 (33% of max value = 765). Red value is 156 (61.33% from 255 or 62.15% from 251); Green value is 0 (0.39% from 255 or 0% from 251); Blue value is 95 (37.5% from 255 or 37.85% from 251); Max value from RGB is 156 - color contains mainly: red. Hex color #9C005F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C005F is #63FFA0. Grayscale: #393939. Windows color (decimal): -6553505 or 6226076. OLE color: 6226076.

HSL color Cylindrical-coordinate representation of color #9C005F: hue angle of 323.46º 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 #9C005F is Cyan = 0, Magento = 1, Yellow = 0.39 and Black (K on CMYK) = 0.39.

Color convert

RGB156095-
CMYK010.390.39
HSL323.46º100%30.59%-
HSV(B)323.46º100%61.18%-
XYZ15.787.8911.52-
YUV57.47149.18198.28-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 62.15%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 95 (37.5% from 255) = 37.85%
R=62.15%
G=0%
B=37.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.39
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156095010.390.39323.4610030.59
Hex9C05F0642727143641f
Octal23401370144474750314437
Binary100111000101111101100100100111100111101000011110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C005F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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