Shades of Eggplant #99065C
Tints of Eggplant #99065C
RGB
CMYK
RGB Variations
Color information
#99065C (or 0x99065C) is known color: Eggplant. HEX triplet: 99, 06 and 5C. RGB value is (153,6,92). Sum of RGB (Red+Green+Blue) = 153+6+92=251 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60.96% from 251); Green value is 6 (2.73% from 255 or 2.39% from 251); Blue value is 92 (36.33% from 255 or 36.65% from 251); Max value from RGB is 153 - color contains mainly: red. Hex color #99065C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #99065C is #66F9A3. Grayscale: #3B3B3B. Windows color (decimal): -6748580 or 6031001. OLE color: 6031001.
HSL color Cylindrical-coordinate representation of color #99065C: hue angle of 324.9º 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 #99065C is Cyan = 0, Magento = 0.96, Yellow = 0.40 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 6 | 92 | - |
| CMYK | 0 | 0.96 | 0.40 | 0.4 |
| HSL | 324.9º | 0.92% | 0.31% | - |
| HSV(B) | 324.9º | 0.96% | 0.6% | - |
| XYZ | 15.13 | 7.68 | 10.81 | - |
| YUV | 59.76 | 146.2 | 194.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 6 | 92 | 0 | 0.96 | 0.40 | 0.4 | 324.9 | 0.92 | 0.31 |
| Hex | 99 | 6 | 5C | 0 | 60 | 28 | 28 | 145 | 5C | 1F |
| Octal | 231 | 6 | 134 | 0 | 140 | 50 | 50 | 505 | 134 | 37 |
| Binary | 10011001 | 110 | 1011100 | 0 | 1100000 | 101000 | 101000 | 101000101 | 1011100 | 11111 |
Color Harmonies of #99065C
Complementary color
Monochromatic Colors of #99065C
Black with #99065C
Text Example
Text Example
White with #99065C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99065C; }
p { color: rgb(153,6,92); }
H1.HeaderClassName
{
color: #99065C;
}
.AnyTagClassName
{
color: #99065C;
}
</style>
background-color css
<style>
a { background-color: #99065C; }
a { background-color: rgb(153,6,92); }
div.DivClassName
{
background-color: #99065C;
}
.BgClassName
{
background-color: #99065C;
}
</style>
border-color css
<style>
span { border-color: #99065C; }
span { border-color: rgb(153,6,92); }
td.TdClassName
{
border-color: #99065C;
}
.TagClassName
{
border-color: #99065C;
}
</style>