Shades of Eggplant #9C0F6C
Tints of Eggplant #9C0F6C
RGB
CMYK
RGB Variations
Color information
#9C0F6C (or 0x9C0F6C) is known color: Eggplant. HEX triplet: 9C, 0F and 6C. RGB value is (156,15,108). Sum of RGB (Red+Green+Blue) = 156+15+108=279 (36% of max value = 765). Red value is 156 (61.33% from 255 or 55.91% from 279); Green value is 15 (6.25% from 255 or 5.38% from 279); Blue value is 108 (42.58% from 255 or 38.71% from 279); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0F6C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C0F6C is #63F093. Grayscale: #434343. Windows color (decimal): -6549652 or 7081884. OLE color: 7081884.
HSL color Cylindrical-coordinate representation of color #9C0F6C: hue angle of 320.43º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9C0F6C is Cyan = 0, Magento = 0.90, Yellow = 0.31 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 15 | 108 | - |
| CMYK | 0 | 0.90 | 0.31 | 0.39 |
| HSL | 320.43º | 0.82% | 0.34% | - |
| HSV(B) | 320.43º | 0.9% | 0.61% | - |
| XYZ | 16.59 | 8.49 | 14.95 | - |
| YUV | 67.76 | 150.71 | 190.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 15 | 108 | 0 | 0.90 | 0.31 | 0.39 | 320.43 | 0.82 | 0.34 |
| Hex | 9C | F | 6C | 0 | 5A | 1F | 27 | 140 | 52 | 22 |
| Octal | 234 | 17 | 154 | 0 | 132 | 37 | 47 | 500 | 122 | 42 |
| Binary | 10011100 | 1111 | 1101100 | 0 | 1011010 | 11111 | 100111 | 101000000 | 1010010 | 100010 |
Color Harmonies of #9C0F6C
Complementary color
Monochromatic Colors of #9C0F6C
Black with #9C0F6C
Text Example
Text Example
White with #9C0F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0F6C; }
p { color: rgb(156,15,108); }
H1.HeaderClassName
{
color: #9C0F6C;
}
.AnyTagClassName
{
color: #9C0F6C;
}
</style>
background-color css
<style>
a { background-color: #9C0F6C; }
a { background-color: rgb(156,15,108); }
div.DivClassName
{
background-color: #9C0F6C;
}
.BgClassName
{
background-color: #9C0F6C;
}
</style>
border-color css
<style>
span { border-color: #9C0F6C; }
span { border-color: rgb(156,15,108); }
td.TdClassName
{
border-color: #9C0F6C;
}
.TagClassName
{
border-color: #9C0F6C;
}
</style>