Shades of Eggplant #9A0F68
Tints of Eggplant #9A0F68
RGB
CMYK
RGB Variations
Color information
#9A0F68 (or 0x9A0F68) is known color: Eggplant. HEX triplet: 9A, 0F and 68. RGB value is (154,15,104). Sum of RGB (Red+Green+Blue) = 154+15+104=273 (36% of max value = 765). Red value is 154 (60.55% from 255 or 56.41% from 273); Green value is 15 (6.25% from 255 or 5.49% from 273); Blue value is 104 (41.02% from 255 or 38.10% from 273); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0F68 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A0F68 is #65F097. Grayscale: #424242. Windows color (decimal): -6680728 or 6819738. OLE color: 6819738.
HSL color Cylindrical-coordinate representation of color #9A0F68: hue angle of 321.58º 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 #9A0F68 is Cyan = 0, Magento = 0.90, Yellow = 0.32 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 15 | 104 | - |
| CMYK | 0 | 0.90 | 0.32 | 0.40 |
| HSL | 321.58º | 0.82% | 0.33% | - |
| HSV(B) | 321.58º | 0.9% | 0.6% | - |
| XYZ | 16 | 8.21 | 13.84 | - |
| YUV | 66.71 | 149.05 | 190.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 15 | 104 | 0 | 0.90 | 0.32 | 0.40 | 321.58 | 0.82 | 0.33 |
| Hex | 9A | F | 68 | 0 | 5A | 20 | 28 | 142 | 52 | 21 |
| Octal | 232 | 17 | 150 | 0 | 132 | 40 | 50 | 502 | 122 | 41 |
| Binary | 10011010 | 1111 | 1101000 | 0 | 1011010 | 100000 | 101000 | 101000010 | 1010010 | 100001 |
Color Harmonies of #9A0F68
Complementary color
Monochromatic Colors of #9A0F68
Black with #9A0F68
Text Example
Text Example
White with #9A0F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A0F68; }
p { color: rgb(154,15,104); }
H1.HeaderClassName
{
color: #9A0F68;
}
.AnyTagClassName
{
color: #9A0F68;
}
</style>
background-color css
<style>
a { background-color: #9A0F68; }
a { background-color: rgb(154,15,104); }
div.DivClassName
{
background-color: #9A0F68;
}
.BgClassName
{
background-color: #9A0F68;
}
</style>
border-color css
<style>
span { border-color: #9A0F68; }
span { border-color: rgb(154,15,104); }
td.TdClassName
{
border-color: #9A0F68;
}
.TagClassName
{
border-color: #9A0F68;
}
</style>