Shades of Eggplant #9A066D
Tints of Eggplant #9A066D
RGB
CMYK
RGB Variations
Color information
#9A066D (or 0x9A066D) is known color: Eggplant. HEX triplet: 9A, 06 and 6D. RGB value is (154,6,109). Sum of RGB (Red+Green+Blue) = 154+6+109=269 (35% of max value = 765). Red value is 154 (60.55% from 255 or 57.25% from 269); Green value is 6 (2.73% from 255 or 2.23% from 269); Blue value is 109 (42.97% from 255 or 40.52% from 269); Max value from RGB is 154 - color contains mainly: red. Hex color #9A066D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A066D is #65F992. Grayscale: #3D3D3D. Windows color (decimal): -6683027 or 7145114. OLE color: 7145114.
HSL color Cylindrical-coordinate representation of color #9A066D: hue angle of 318.24º degrees, saturation: 0.93, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9A066D is Cyan = 0, Magento = 0.96, Yellow = 0.29 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 6 | 109 | - |
| CMYK | 0 | 0.96 | 0.29 | 0.40 |
| HSL | 318.24º | 0.93% | 0.31% | - |
| HSV(B) | 318.24º | 0.96% | 0.6% | - |
| XYZ | 16.15 | 8.1 | 15.18 | - |
| YUV | 61.99 | 154.53 | 193.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 6 | 109 | 0 | 0.96 | 0.29 | 0.40 | 318.24 | 0.93 | 0.31 |
| Hex | 9A | 6 | 6D | 0 | 60 | 1D | 28 | 13E | 5C | 1F |
| Octal | 232 | 6 | 155 | 0 | 140 | 35 | 50 | 476 | 134 | 37 |
| Binary | 10011010 | 110 | 1101101 | 0 | 1100000 | 11101 | 101000 | 100111110 | 1011100 | 11111 |
Color Harmonies of #9A066D
Complementary color
Monochromatic Colors of #9A066D
Black with #9A066D
Text Example
Text Example
White with #9A066D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A066D; }
p { color: rgb(154,6,109); }
H1.HeaderClassName
{
color: #9A066D;
}
.AnyTagClassName
{
color: #9A066D;
}
</style>
background-color css
<style>
a { background-color: #9A066D; }
a { background-color: rgb(154,6,109); }
div.DivClassName
{
background-color: #9A066D;
}
.BgClassName
{
background-color: #9A066D;
}
</style>
border-color css
<style>
span { border-color: #9A066D; }
span { border-color: rgb(154,6,109); }
td.TdClassName
{
border-color: #9A066D;
}
.TagClassName
{
border-color: #9A066D;
}
</style>