Shades of Eggplant #9A0F6C
Tints of Eggplant #9A0F6C
RGB
CMYK
RGB Variations
Color information
#9A0F6C (or 0x9A0F6C) is known color: Eggplant. HEX triplet: 9A, 0F and 6C. RGB value is (154,15,108). Sum of RGB (Red+Green+Blue) = 154+15+108=277 (36% of max value = 765). Red value is 154 (60.55% from 255 or 55.60% from 277); Green value is 15 (6.25% from 255 or 5.42% from 277); Blue value is 108 (42.58% from 255 or 38.99% from 277); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0F6C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A0F6C is #65F093. Grayscale: #424242. Windows color (decimal): -6680724 or 7081882. OLE color: 7081882.
HSL color Cylindrical-coordinate representation of color #9A0F6C: hue angle of 319.86º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9A0F6C is Cyan = 0, Magento = 0.90, Yellow = 0.30 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 15 | 108 | - |
| CMYK | 0 | 0.90 | 0.30 | 0.40 |
| HSL | 319.86º | 0.82% | 0.33% | - |
| HSV(B) | 319.86º | 0.9% | 0.6% | - |
| XYZ | 16.2 | 8.29 | 14.93 | - |
| YUV | 67.16 | 151.05 | 189.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 15 | 108 | 0 | 0.90 | 0.30 | 0.40 | 319.86 | 0.82 | 0.33 |
| Hex | 9A | F | 6C | 0 | 5A | 1E | 28 | 140 | 52 | 21 |
| Octal | 232 | 17 | 154 | 0 | 132 | 36 | 50 | 500 | 122 | 41 |
| Binary | 10011010 | 1111 | 1101100 | 0 | 1011010 | 11110 | 101000 | 101000000 | 1010010 | 100001 |
Color Harmonies of #9A0F6C
Complementary color
Monochromatic Colors of #9A0F6C
Black with #9A0F6C
Text Example
Text Example
White with #9A0F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A0F6C; }
p { color: rgb(154,15,108); }
H1.HeaderClassName
{
color: #9A0F6C;
}
.AnyTagClassName
{
color: #9A0F6C;
}
</style>
background-color css
<style>
a { background-color: #9A0F6C; }
a { background-color: rgb(154,15,108); }
div.DivClassName
{
background-color: #9A0F6C;
}
.BgClassName
{
background-color: #9A0F6C;
}
</style>
border-color css
<style>
span { border-color: #9A0F6C; }
span { border-color: rgb(154,15,108); }
td.TdClassName
{
border-color: #9A0F6C;
}
.TagClassName
{
border-color: #9A0F6C;
}
</style>