Shades of Eggplant #9A0F6A
Tints of Eggplant #9A0F6A
RGB
CMYK
RGB Variations
Color information
#9A0F6A (or 0x9A0F6A) is known color: Eggplant. HEX triplet: 9A, 0F and 6A. RGB value is (154,15,106). Sum of RGB (Red+Green+Blue) = 154+15+106=275 (36% of max value = 765). Red value is 154 (60.55% from 255 or 56% from 275); Green value is 15 (6.25% from 255 or 5.45% from 275); Blue value is 106 (41.80% from 255 or 38.55% from 275); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0F6A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A0F6A is #65F095. Grayscale: #424242. Windows color (decimal): -6680726 or 6950810. OLE color: 6950810.
HSL color Cylindrical-coordinate representation of color #9A0F6A: hue angle of 320.72º 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 #9A0F6A is Cyan = 0, Magento = 0.90, Yellow = 0.31 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 15 | 106 | - |
| CMYK | 0 | 0.90 | 0.31 | 0.40 |
| HSL | 320.72º | 0.82% | 0.33% | - |
| HSV(B) | 320.72º | 0.9% | 0.6% | - |
| XYZ | 16.1 | 8.25 | 14.38 | - |
| YUV | 66.94 | 150.05 | 190.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 15 | 106 | 0 | 0.90 | 0.31 | 0.40 | 320.72 | 0.82 | 0.33 |
| Hex | 9A | F | 6A | 0 | 5A | 1F | 28 | 141 | 52 | 21 |
| Octal | 232 | 17 | 152 | 0 | 132 | 37 | 50 | 501 | 122 | 41 |
| Binary | 10011010 | 1111 | 1101010 | 0 | 1011010 | 11111 | 101000 | 101000001 | 1010010 | 100001 |
Color Harmonies of #9A0F6A
Complementary color
Monochromatic Colors of #9A0F6A
Black with #9A0F6A
Text Example
Text Example
White with #9A0F6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A0F6A; }
p { color: rgb(154,15,106); }
H1.HeaderClassName
{
color: #9A0F6A;
}
.AnyTagClassName
{
color: #9A0F6A;
}
</style>
background-color css
<style>
a { background-color: #9A0F6A; }
a { background-color: rgb(154,15,106); }
div.DivClassName
{
background-color: #9A0F6A;
}
.BgClassName
{
background-color: #9A0F6A;
}
</style>
border-color css
<style>
span { border-color: #9A0F6A; }
span { border-color: rgb(154,15,106); }
td.TdClassName
{
border-color: #9A0F6A;
}
.TagClassName
{
border-color: #9A0F6A;
}
</style>