#9D0C6C

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

Shades of Eggplant #9D0C6C

Tints of Eggplant #9D0C6C

Color information

#9D0C6C (or 0x9D0C6C) is unknown color: approx Eggplant. HEX triplet: 9D, 0C and 6C. RGB value is (157,12,108). Sum of RGB (Red+Green+Blue) = 157+12+108=277 (36% of max value = 765). Red value is 157 (61.72% from 255 or 56.68% from 277); Green value is 12 (5.08% from 255 or 4.33% from 277); Blue value is 108 (42.58% from 255 or 38.99% from 277); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0C6C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D0C6C is #62F393. Grayscale: #424242. Windows color (decimal): -6484884 or 7081117. OLE color: 7081117.

HSL color Cylindrical-coordinate representation of color #9D0C6C: hue angle of 320.28º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9D0C6C is Cyan = 0, Magento = 0.92, Yellow = 0.31 and Black (K on CMYK) = 0.38.

Color convert

RGB15712108-
CMYK00.920.310.38
HSL320.28º85.8%33.14%-
HSV(B)320.28º92.36%61.57%-
XYZ16.748.5114.95-
YUV66.3151.54192.69-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 56.68%
GREEN value IS 12 (5.08% from 255) = 4.33%
BLUE value IS 108 (42.58% from 255) = 38.99%
R=56.68%
G=4.33%
B=38.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.31
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571210800.920.310.38320.2885.833.14
Hex9DC6C05C1F261405621
Octal235141540134374650012641
Binary100111011100110110001011100111111001101010000001010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D0C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,12,108); }

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

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

 a { background-color: rgb(157,12,108); }

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

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

 span { border-color: rgb(157,12,108); }

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