#9C0765

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

Shades of Eggplant #9C0765

Tints of Eggplant #9C0765

Color information

#9C0765 (or 0x9C0765) is unknown color: approx Eggplant. HEX triplet: 9C, 07 and 65. RGB value is (156,7,101). Sum of RGB (Red+Green+Blue) = 156+7+101=264 (34% of max value = 765). Red value is 156 (61.33% from 255 or 59.09% from 264); Green value is 7 (3.12% from 255 or 2.65% from 264); Blue value is 101 (39.84% from 255 or 38.26% from 264); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0765 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C0765 is #63F89A. Grayscale: #3E3E3E. Windows color (decimal): -6551707 or 6621084. OLE color: 6621084.

HSL color Cylindrical-coordinate representation of color #9C0765: hue angle of 322.15º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9C0765 is Cyan = 0, Magento = 0.96, Yellow = 0.35 and Black (K on CMYK) = 0.39.

Color convert

RGB1567101-
CMYK00.960.350.39
HSL322.15º91.41%31.96%-
HSV(B)322.15º95.51%61.18%-
XYZ16.148.1613.04-
YUV62.27149.86194.86-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 59.09%
GREEN value IS 7 (3.12% from 255) = 2.65%
BLUE value IS 101 (39.84% from 255) = 38.26%
R=59.09%
G=2.65%
B=38.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.35
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156710100.960.350.39322.1591.4131.96
Hex9C76506023271425b20
Octal23471450140434750213340
Binary100111001111100101011000001000111001111010000101011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C0765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,7,101); }

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

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

 a { background-color: rgb(156,7,101); }

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

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

 span { border-color: rgb(156,7,101); }

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