Shades of Eggplant #9A066C
Tints of Eggplant #9A066C
RGB
CMYK
RGB Variations
Color information
#9A066C (or 0x9A066C) is known color: Eggplant. HEX triplet: 9A, 06 and 6C. RGB value is (154,6,108). Sum of RGB (Red+Green+Blue) = 154+6+108=268 (35% of max value = 765). Red value is 154 (60.55% from 255 or 57.46% from 268); Green value is 6 (2.73% from 255 or 2.24% from 268); Blue value is 108 (42.58% from 255 or 40.30% from 268); Max value from RGB is 154 - color contains mainly: red. Hex color #9A066C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A066C is #65F993. Grayscale: #3D3D3D. Windows color (decimal): -6683028 or 7079578. OLE color: 7079578.
HSL color Cylindrical-coordinate representation of color #9A066C: hue angle of 318.65º 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 #9A066C is Cyan = 0, Magento = 0.96, Yellow = 0.30 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 6 | 108 | - |
| CMYK | 0 | 0.96 | 0.30 | 0.40 |
| HSL | 318.65º | 0.93% | 0.31% | - |
| HSV(B) | 318.65º | 0.96% | 0.6% | - |
| XYZ | 16.1 | 8.08 | 14.9 | - |
| YUV | 61.88 | 154.03 | 193.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 6 | 108 | 0 | 0.96 | 0.30 | 0.40 | 318.65 | 0.93 | 0.31 |
| Hex | 9A | 6 | 6C | 0 | 60 | 1E | 28 | 13F | 5C | 1F |
| Octal | 232 | 6 | 154 | 0 | 140 | 36 | 50 | 477 | 134 | 37 |
| Binary | 10011010 | 110 | 1101100 | 0 | 1100000 | 11110 | 101000 | 100111111 | 1011100 | 11111 |
Color Harmonies of #9A066C
Complementary color
Monochromatic Colors of #9A066C
Black with #9A066C
Text Example
Text Example
White with #9A066C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A066C; }
p { color: rgb(154,6,108); }
H1.HeaderClassName
{
color: #9A066C;
}
.AnyTagClassName
{
color: #9A066C;
}
</style>
background-color css
<style>
a { background-color: #9A066C; }
a { background-color: rgb(154,6,108); }
div.DivClassName
{
background-color: #9A066C;
}
.BgClassName
{
background-color: #9A066C;
}
</style>
border-color css
<style>
span { border-color: #9A066C; }
span { border-color: rgb(154,6,108); }
td.TdClassName
{
border-color: #9A066C;
}
.TagClassName
{
border-color: #9A066C;
}
</style>