Shades of Eggplant #9C0266
Tints of Eggplant #9C0266
RGB
CMYK
RGB Variations
Color information
#9C0266 (or 0x9C0266) is known color: Eggplant. HEX triplet: 9C, 02 and 66. RGB value is (156,2,102). Sum of RGB (Red+Green+Blue) = 156+2+102=260 (34% of max value = 765). Red value is 156 (61.33% from 255 or 60% from 260); Green value is 2 (1.17% from 255 or 0.77% from 260); Blue value is 102 (40.23% from 255 or 39.23% from 260); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0266 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C0266 is #63FD99. Grayscale: #3B3B3B. Windows color (decimal): -6552986 or 6685340. OLE color: 6685340.
HSL color Cylindrical-coordinate representation of color #9C0266: hue angle of 321.04º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9C0266 is Cyan = 0, Magento = 0.99, Yellow = 0.35 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 2 | 102 | - |
| CMYK | 0 | 0.99 | 0.35 | 0.39 |
| HSL | 321.04º | 0.97% | 0.31% | - |
| HSV(B) | 321.04º | 0.99% | 0.61% | - |
| XYZ | 16.13 | 8.07 | 13.28 | - |
| YUV | 59.45 | 152.02 | 196.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 2 | 102 | 0 | 0.99 | 0.35 | 0.39 | 321.04 | 0.97 | 0.31 |
| Hex | 9C | 2 | 66 | 0 | 63 | 23 | 27 | 141 | 61 | 1F |
| Octal | 234 | 2 | 146 | 0 | 143 | 43 | 47 | 501 | 141 | 37 |
| Binary | 10011100 | 10 | 1100110 | 0 | 1100011 | 100011 | 100111 | 101000001 | 1100001 | 11111 |
Color Harmonies of #9C0266
Complementary color
Monochromatic Colors of #9C0266
Black with #9C0266
Text Example
Text Example
White with #9C0266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0266; }
p { color: rgb(156,2,102); }
H1.HeaderClassName
{
color: #9C0266;
}
.AnyTagClassName
{
color: #9C0266;
}
</style>
background-color css
<style>
a { background-color: #9C0266; }
a { background-color: rgb(156,2,102); }
div.DivClassName
{
background-color: #9C0266;
}
.BgClassName
{
background-color: #9C0266;
}
</style>
border-color css
<style>
span { border-color: #9C0266; }
span { border-color: rgb(156,2,102); }
td.TdClassName
{
border-color: #9C0266;
}
.TagClassName
{
border-color: #9C0266;
}
</style>