Shades of Eggplant #99065F
Tints of Eggplant #99065F
RGB
CMYK
RGB Variations
Color information
#99065F (or 0x99065F) is known color: Eggplant. HEX triplet: 99, 06 and 5F. RGB value is (153,6,95). Sum of RGB (Red+Green+Blue) = 153+6+95=254 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60.24% from 254); Green value is 6 (2.73% from 255 or 2.36% from 254); Blue value is 95 (37.5% from 255 or 37.40% from 254); Max value from RGB is 153 - color contains mainly: red. Hex color #99065F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #99065F is #66F9A0. Grayscale: #3B3B3B. Windows color (decimal): -6748577 or 6227609. OLE color: 6227609.
HSL color Cylindrical-coordinate representation of color #99065F: hue angle of 323.67º 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 #99065F is Cyan = 0, Magento = 0.96, Yellow = 0.38 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 6 | 95 | - |
| CMYK | 0 | 0.96 | 0.38 | 0.4 |
| HSL | 323.67º | 0.92% | 0.31% | - |
| HSV(B) | 323.67º | 0.96% | 0.6% | - |
| XYZ | 15.27 | 7.73 | 11.51 | - |
| YUV | 60.1 | 147.7 | 194.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 6 | 95 | 0 | 0.96 | 0.38 | 0.4 | 323.67 | 0.92 | 0.31 |
| Hex | 99 | 6 | 5F | 0 | 60 | 26 | 28 | 144 | 5C | 1F |
| Octal | 231 | 6 | 137 | 0 | 140 | 46 | 50 | 504 | 134 | 37 |
| Binary | 10011001 | 110 | 1011111 | 0 | 1100000 | 100110 | 101000 | 101000100 | 1011100 | 11111 |
Color Harmonies of #99065F
Complementary color
Monochromatic Colors of #99065F
Black with #99065F
Text Example
Text Example
White with #99065F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99065F; }
p { color: rgb(153,6,95); }
H1.HeaderClassName
{
color: #99065F;
}
.AnyTagClassName
{
color: #99065F;
}
</style>
background-color css
<style>
a { background-color: #99065F; }
a { background-color: rgb(153,6,95); }
div.DivClassName
{
background-color: #99065F;
}
.BgClassName
{
background-color: #99065F;
}
</style>
border-color css
<style>
span { border-color: #99065F; }
span { border-color: rgb(153,6,95); }
td.TdClassName
{
border-color: #99065F;
}
.TagClassName
{
border-color: #99065F;
}
</style>