Shades of Eggplant #99065D
Tints of Eggplant #99065D
RGB
CMYK
RGB Variations
Color information
#99065D (or 0x99065D) is known color: Eggplant. HEX triplet: 99, 06 and 5D. RGB value is (153,6,93). Sum of RGB (Red+Green+Blue) = 153+6+93=252 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60.71% from 252); Green value is 6 (2.73% from 255 or 2.38% from 252); Blue value is 93 (36.72% from 255 or 36.90% from 252); Max value from RGB is 153 - color contains mainly: red. Hex color #99065D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #99065D is #66F9A2. Grayscale: #3B3B3B. Windows color (decimal): -6748579 or 6096537. OLE color: 6096537.
HSL color Cylindrical-coordinate representation of color #99065D: hue angle of 324.49º 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 #99065D is Cyan = 0, Magento = 0.96, Yellow = 0.39 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 6 | 93 | - |
| CMYK | 0 | 0.96 | 0.39 | 0.4 |
| HSL | 324.49º | 0.92% | 0.31% | - |
| HSV(B) | 324.49º | 0.96% | 0.6% | - |
| XYZ | 15.18 | 7.69 | 11.04 | - |
| YUV | 59.87 | 146.7 | 194.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 6 | 93 | 0 | 0.96 | 0.39 | 0.4 | 324.49 | 0.92 | 0.31 |
| Hex | 99 | 6 | 5D | 0 | 60 | 27 | 28 | 144 | 5C | 1F |
| Octal | 231 | 6 | 135 | 0 | 140 | 47 | 50 | 504 | 134 | 37 |
| Binary | 10011001 | 110 | 1011101 | 0 | 1100000 | 100111 | 101000 | 101000100 | 1011100 | 11111 |
Color Harmonies of #99065D
Complementary color
Monochromatic Colors of #99065D
Black with #99065D
Text Example
Text Example
White with #99065D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99065D; }
p { color: rgb(153,6,93); }
H1.HeaderClassName
{
color: #99065D;
}
.AnyTagClassName
{
color: #99065D;
}
</style>
background-color css
<style>
a { background-color: #99065D; }
a { background-color: rgb(153,6,93); }
div.DivClassName
{
background-color: #99065D;
}
.BgClassName
{
background-color: #99065D;
}
</style>
border-color css
<style>
span { border-color: #99065D; }
span { border-color: rgb(153,6,93); }
td.TdClassName
{
border-color: #99065D;
}
.TagClassName
{
border-color: #99065D;
}
</style>