Shades of Eggplant #99066A
Tints of Eggplant #99066A
RGB
CMYK
RGB Variations
Color information
#99066A (or 0x99066A) is known color: Eggplant. HEX triplet: 99, 06 and 6A. RGB value is (153,6,106). Sum of RGB (Red+Green+Blue) = 153+6+106=265 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.74% from 265); Green value is 6 (2.73% from 255 or 2.26% from 265); Blue value is 106 (41.80% from 255 or 40% from 265); Max value from RGB is 153 - color contains mainly: red. Hex color #99066A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #99066A is #66F995. Grayscale: #3D3D3D. Windows color (decimal): -6748566 or 6948505. OLE color: 6948505.
HSL color Cylindrical-coordinate representation of color #99066A: hue angle of 319.18º degrees, saturation: 0.92, 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 #99066A is Cyan = 0, Magento = 0.96, Yellow = 0.31 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 6 | 106 | - |
| CMYK | 0 | 0.96 | 0.31 | 0.4 |
| HSL | 319.18º | 0.92% | 0.31% | - |
| HSV(B) | 319.18º | 0.96% | 0.6% | - |
| XYZ | 15.8 | 7.94 | 14.34 | - |
| YUV | 61.35 | 153.2 | 193.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 6 | 106 | 0 | 0.96 | 0.31 | 0.4 | 319.18 | 0.92 | 0.31 |
| Hex | 99 | 6 | 6A | 0 | 60 | 1F | 28 | 13F | 5C | 1F |
| Octal | 231 | 6 | 152 | 0 | 140 | 37 | 50 | 477 | 134 | 37 |
| Binary | 10011001 | 110 | 1101010 | 0 | 1100000 | 11111 | 101000 | 100111111 | 1011100 | 11111 |
Color Harmonies of #99066A
Complementary color
Monochromatic Colors of #99066A
Black with #99066A
Text Example
Text Example
White with #99066A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99066A; }
p { color: rgb(153,6,106); }
H1.HeaderClassName
{
color: #99066A;
}
.AnyTagClassName
{
color: #99066A;
}
</style>
background-color css
<style>
a { background-color: #99066A; }
a { background-color: rgb(153,6,106); }
div.DivClassName
{
background-color: #99066A;
}
.BgClassName
{
background-color: #99066A;
}
</style>
border-color css
<style>
span { border-color: #99066A; }
span { border-color: rgb(153,6,106); }
td.TdClassName
{
border-color: #99066A;
}
.TagClassName
{
border-color: #99066A;
}
</style>