Shades of Eggplant #950865
Tints of Eggplant #950865
RGB
CMYK
RGB Variations
Color information
#950865 (or 0x950865) is known color: Eggplant. HEX triplet: 95, 08 and 65. RGB value is (149,8,101). Sum of RGB (Red+Green+Blue) = 149+8+101=258 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.75% from 258); Green value is 8 (3.52% from 255 or 3.10% from 258); Blue value is 101 (39.84% from 255 or 39.15% from 258); Max value from RGB is 149 - color contains mainly: red. Hex color #950865 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950865 is #6AF79A. Grayscale: #3C3C3C. Windows color (decimal): -7010203 or 6621333. OLE color: 6621333.
HSL color Cylindrical-coordinate representation of color #950865: hue angle of 320.43º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #950865 is Cyan = 0, Magento = 0.95, Yellow = 0.32 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 8 | 101 | - |
| CMYK | 0 | 0.95 | 0.32 | 0.42 |
| HSL | 320.43º | 0.9% | 0.31% | - |
| HSV(B) | 320.43º | 0.95% | 0.58% | - |
| XYZ | 14.83 | 7.5 | 12.98 | - |
| YUV | 60.76 | 150.71 | 190.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 8 | 101 | 0 | 0.95 | 0.32 | 0.42 | 320.43 | 0.9 | 0.31 |
| Hex | 95 | 8 | 65 | 0 | 5F | 20 | 2A | 140 | 5A | 1F |
| Octal | 225 | 10 | 145 | 0 | 137 | 40 | 52 | 500 | 132 | 37 |
| Binary | 10010101 | 1000 | 1100101 | 0 | 1011111 | 100000 | 101010 | 101000000 | 1011010 | 11111 |
Color Harmonies of #950865
Complementary color
Monochromatic Colors of #950865
Black with #950865
Text Example
Text Example
White with #950865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950865; }
p { color: rgb(149,8,101); }
H1.HeaderClassName
{
color: #950865;
}
.AnyTagClassName
{
color: #950865;
}
</style>
background-color css
<style>
a { background-color: #950865; }
a { background-color: rgb(149,8,101); }
div.DivClassName
{
background-color: #950865;
}
.BgClassName
{
background-color: #950865;
}
</style>
border-color css
<style>
span { border-color: #950865; }
span { border-color: rgb(149,8,101); }
td.TdClassName
{
border-color: #950865;
}
.TagClassName
{
border-color: #950865;
}
</style>