Shades of Eggplant #9A0D6A
Tints of Eggplant #9A0D6A
RGB
CMYK
RGB Variations
Color information
#9A0D6A (or 0x9A0D6A) is known color: Eggplant. HEX triplet: 9A, 0D and 6A. RGB value is (154,13,106). Sum of RGB (Red+Green+Blue) = 154+13+106=273 (36% of max value = 765). Red value is 154 (60.55% from 255 or 56.41% from 273); Green value is 13 (5.47% from 255 or 4.76% from 273); Blue value is 106 (41.80% from 255 or 38.83% from 273); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0D6A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A0D6A is #65F295. Grayscale: #414141. Windows color (decimal): -6681238 or 6950298. OLE color: 6950298.
HSL color Cylindrical-coordinate representation of color #9A0D6A: hue angle of 320.43º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9A0D6A is Cyan = 0, Magento = 0.92, Yellow = 0.31 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 13 | 106 | - |
| CMYK | 0 | 0.92 | 0.31 | 0.40 |
| HSL | 320.43º | 0.84% | 0.33% | - |
| HSV(B) | 320.43º | 0.92% | 0.6% | - |
| XYZ | 16.07 | 8.2 | 14.37 | - |
| YUV | 65.76 | 150.71 | 190.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 13 | 106 | 0 | 0.92 | 0.31 | 0.40 | 320.43 | 0.84 | 0.33 |
| Hex | 9A | D | 6A | 0 | 5C | 1F | 28 | 140 | 54 | 21 |
| Octal | 232 | 15 | 152 | 0 | 134 | 37 | 50 | 500 | 124 | 41 |
| Binary | 10011010 | 1101 | 1101010 | 0 | 1011100 | 11111 | 101000 | 101000000 | 1010100 | 100001 |
Color Harmonies of #9A0D6A
Complementary color
Monochromatic Colors of #9A0D6A
Black with #9A0D6A
Text Example
Text Example
White with #9A0D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A0D6A; }
p { color: rgb(154,13,106); }
H1.HeaderClassName
{
color: #9A0D6A;
}
.AnyTagClassName
{
color: #9A0D6A;
}
</style>
background-color css
<style>
a { background-color: #9A0D6A; }
a { background-color: rgb(154,13,106); }
div.DivClassName
{
background-color: #9A0D6A;
}
.BgClassName
{
background-color: #9A0D6A;
}
</style>
border-color css
<style>
span { border-color: #9A0D6A; }
span { border-color: rgb(154,13,106); }
td.TdClassName
{
border-color: #9A0D6A;
}
.TagClassName
{
border-color: #9A0D6A;
}
</style>