Shades of Eggplant #950052
Tints of Eggplant #950052
RGB
CMYK
RGB Variations
Color information
#950052 (or 0x950052) is known color: Eggplant. HEX triplet: 95, 00 and 52. RGB value is (149,0,82). Sum of RGB (Red+Green+Blue) = 149+0+82=231 (30% of max value = 765). Red value is 149 (58.59% from 255 or 64.50% from 231); Green value is 0 (0.39% from 255 or 0% from 231); Blue value is 82 (32.42% from 255 or 35.50% from 231); Max value from RGB is 149 - color contains mainly: red. Hex color #950052 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950052 is #6AFFAD. Grayscale: #353535. Windows color (decimal): -7012270 or 5374101. OLE color: 5374101.
HSL color Cylindrical-coordinate representation of color #950052: hue angle of 326.98º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #950052 is Cyan = 0, Magento = 1, Yellow = 0.45 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 0 | 82 | - |
| CMYK | 0 | 1 | 0.45 | 0.42 |
| HSL | 326.98º | 1% | 0.29% | - |
| HSV(B) | 326.98º | 1% | 0.58% | - |
| XYZ | 13.92 | 7 | 8.6 | - |
| YUV | 53.9 | 143.86 | 195.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 0 | 82 | 0 | 1 | 0.45 | 0.42 | 326.98 | 1 | 0.29 |
| Hex | 95 | 0 | 52 | 0 | 64 | 2D | 2A | 147 | 64 | 1D |
| Octal | 225 | 0 | 122 | 0 | 144 | 55 | 52 | 507 | 144 | 35 |
| Binary | 10010101 | 0 | 1010010 | 0 | 1100100 | 101101 | 101010 | 101000111 | 1100100 | 11101 |
Color Harmonies of #950052
Complementary color
Monochromatic Colors of #950052
Black with #950052
Text Example
Text Example
White with #950052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950052; }
p { color: rgb(149,0,82); }
H1.HeaderClassName
{
color: #950052;
}
.AnyTagClassName
{
color: #950052;
}
</style>
background-color css
<style>
a { background-color: #950052; }
a { background-color: rgb(149,0,82); }
div.DivClassName
{
background-color: #950052;
}
.BgClassName
{
background-color: #950052;
}
</style>
border-color css
<style>
span { border-color: #950052; }
span { border-color: rgb(149,0,82); }
td.TdClassName
{
border-color: #950052;
}
.TagClassName
{
border-color: #950052;
}
</style>