Shades of Eggplant #950863
Tints of Eggplant #950863
RGB
CMYK
RGB Variations
Color information
#950863 (or 0x950863) is known color: Eggplant. HEX triplet: 95, 08 and 63. RGB value is (149,8,99). Sum of RGB (Red+Green+Blue) = 149+8+99=256 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.20% from 256); Green value is 8 (3.52% from 255 or 3.12% from 256); Blue value is 99 (39.06% from 255 or 38.67% from 256); Max value from RGB is 149 - color contains mainly: red. Hex color #950863 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950863 is #6AF79C. Grayscale: #3C3C3C. Windows color (decimal): -7010205 or 6490261. OLE color: 6490261.
HSL color Cylindrical-coordinate representation of color #950863: hue angle of 321.28º 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 #950863 is Cyan = 0, Magento = 0.95, Yellow = 0.34 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 8 | 99 | - |
| CMYK | 0 | 0.95 | 0.34 | 0.42 |
| HSL | 321.28º | 0.9% | 0.31% | - |
| HSV(B) | 321.28º | 0.95% | 0.58% | - |
| XYZ | 14.73 | 7.46 | 12.47 | - |
| YUV | 60.53 | 149.71 | 191.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 8 | 99 | 0 | 0.95 | 0.34 | 0.42 | 321.28 | 0.9 | 0.31 |
| Hex | 95 | 8 | 63 | 0 | 5F | 22 | 2A | 141 | 5A | 1F |
| Octal | 225 | 10 | 143 | 0 | 137 | 42 | 52 | 501 | 132 | 37 |
| Binary | 10010101 | 1000 | 1100011 | 0 | 1011111 | 100010 | 101010 | 101000001 | 1011010 | 11111 |
Color Harmonies of #950863
Complementary color
Monochromatic Colors of #950863
Black with #950863
Text Example
Text Example
White with #950863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950863; }
p { color: rgb(149,8,99); }
H1.HeaderClassName
{
color: #950863;
}
.AnyTagClassName
{
color: #950863;
}
</style>
background-color css
<style>
a { background-color: #950863; }
a { background-color: rgb(149,8,99); }
div.DivClassName
{
background-color: #950863;
}
.BgClassName
{
background-color: #950863;
}
</style>
border-color css
<style>
span { border-color: #950863; }
span { border-color: rgb(149,8,99); }
td.TdClassName
{
border-color: #950863;
}
.TagClassName
{
border-color: #950863;
}
</style>