Shades of Eggplant #99066F
Tints of Eggplant #99066F
RGB
CMYK
RGB Variations
Color information
#99066F (or 0x99066F) is known color: Eggplant. HEX triplet: 99, 06 and 6F. RGB value is (153,6,111). Sum of RGB (Red+Green+Blue) = 153+6+111=270 (35% of max value = 765). Red value is 153 (60.16% from 255 or 56.67% from 270); Green value is 6 (2.73% from 255 or 2.22% from 270); Blue value is 111 (43.75% from 255 or 41.11% from 270); Max value from RGB is 153 - color contains mainly: red. Hex color #99066F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #99066F is #66F990. Grayscale: #3D3D3D. Windows color (decimal): -6748561 or 7276185. OLE color: 7276185.
HSL color Cylindrical-coordinate representation of color #99066F: hue angle of 317.14º 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 #99066F is Cyan = 0, Magento = 0.96, Yellow = 0.27 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 6 | 111 | - |
| CMYK | 0 | 0.96 | 0.27 | 0.4 |
| HSL | 317.14º | 0.92% | 0.31% | - |
| HSV(B) | 317.14º | 0.96% | 0.6% | - |
| XYZ | 16.07 | 8.05 | 15.75 | - |
| YUV | 61.92 | 155.7 | 192.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 6 | 111 | 0 | 0.96 | 0.27 | 0.4 | 317.14 | 0.92 | 0.31 |
| Hex | 99 | 6 | 6F | 0 | 60 | 1B | 28 | 13D | 5C | 1F |
| Octal | 231 | 6 | 157 | 0 | 140 | 33 | 50 | 475 | 134 | 37 |
| Binary | 10011001 | 110 | 1101111 | 0 | 1100000 | 11011 | 101000 | 100111101 | 1011100 | 11111 |
Color Harmonies of #99066F
Complementary color
Monochromatic Colors of #99066F
Black with #99066F
Text Example
Text Example
White with #99066F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99066F; }
p { color: rgb(153,6,111); }
H1.HeaderClassName
{
color: #99066F;
}
.AnyTagClassName
{
color: #99066F;
}
</style>
background-color css
<style>
a { background-color: #99066F; }
a { background-color: rgb(153,6,111); }
div.DivClassName
{
background-color: #99066F;
}
.BgClassName
{
background-color: #99066F;
}
</style>
border-color css
<style>
span { border-color: #99066F; }
span { border-color: rgb(153,6,111); }
td.TdClassName
{
border-color: #99066F;
}
.TagClassName
{
border-color: #99066F;
}
</style>