#9C0D75

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

Shades of Eggplant #9C0D75

Tints of Eggplant #9C0D75

Color information

#9C0D75 (or 0x9C0D75) is unknown color: approx Eggplant. HEX triplet: 9C, 0D and 75. RGB value is (156,13,117). Sum of RGB (Red+Green+Blue) = 156+13+117=286 (37% of max value = 765). Red value is 156 (61.33% from 255 or 54.55% from 286); Green value is 13 (5.47% from 255 or 4.55% from 286); Blue value is 117 (46.09% from 255 or 40.91% from 286); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0D75 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C0D75 is #63F28A. Grayscale: #434343. Windows color (decimal): -6550155 or 7671196. OLE color: 7671196.

HSL color Cylindrical-coordinate representation of color #9C0D75: hue angle of 316.36º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9C0D75 is Cyan = 0, Magento = 0.92, Yellow = 0.25 and Black (K on CMYK) = 0.39.

Color convert

RGB15613117-
CMYK00.920.250.39
HSL316.36º84.62%33.14%-
HSV(B)316.36º91.67%61.18%-
XYZ17.078.6417.6-
YUV67.61155.88191.04-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 54.55%
GREEN value IS 13 (5.47% from 255) = 4.55%
BLUE value IS 117 (46.09% from 255) = 40.91%
R=54.55%
G=4.55%
B=40.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.25
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561311700.920.250.39316.3684.6233.14
Hex9CD7505C192713c5521
Octal234151650134314747412541
Binary100111001101111010101011100110011001111001111001010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C0D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,13,117); }

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

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

 a { background-color: rgb(156,13,117); }

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

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

 span { border-color: rgb(156,13,117); }

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