Shades of Eggplant #950B68
Tints of Eggplant #950B68
RGB
CMYK
RGB Variations
Color information
#950B68 (or 0x950B68) is known color: Eggplant. HEX triplet: 95, 0B and 68. RGB value is (149,11,104). Sum of RGB (Red+Green+Blue) = 149+11+104=264 (34% of max value = 765). Red value is 149 (58.59% from 255 or 56.44% from 264); Green value is 11 (4.69% from 255 or 4.17% from 264); Blue value is 104 (41.02% from 255 or 39.39% from 264); Max value from RGB is 149 - color contains mainly: red. Hex color #950B68 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950B68 is #6AF497. Grayscale: #3E3E3E. Windows color (decimal): -7009432 or 6818709. OLE color: 6818709.
HSL color Cylindrical-coordinate representation of color #950B68: hue angle of 319.57º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #950B68 is Cyan = 0, Magento = 0.93, Yellow = 0.30 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 11 | 104 | - |
| CMYK | 0 | 0.93 | 0.30 | 0.42 |
| HSL | 319.57º | 0.86% | 0.31% | - |
| HSV(B) | 319.57º | 0.93% | 0.58% | - |
| XYZ | 15.01 | 7.63 | 13.78 | - |
| YUV | 62.86 | 151.22 | 189.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 11 | 104 | 0 | 0.93 | 0.30 | 0.42 | 319.57 | 0.86 | 0.31 |
| Hex | 95 | B | 68 | 0 | 5D | 1E | 2A | 140 | 56 | 1F |
| Octal | 225 | 13 | 150 | 0 | 135 | 36 | 52 | 500 | 126 | 37 |
| Binary | 10010101 | 1011 | 1101000 | 0 | 1011101 | 11110 | 101010 | 101000000 | 1010110 | 11111 |
Color Harmonies of #950B68
Complementary color
Monochromatic Colors of #950B68
Black with #950B68
Text Example
Text Example
White with #950B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950B68; }
p { color: rgb(149,11,104); }
H1.HeaderClassName
{
color: #950B68;
}
.AnyTagClassName
{
color: #950B68;
}
</style>
background-color css
<style>
a { background-color: #950B68; }
a { background-color: rgb(149,11,104); }
div.DivClassName
{
background-color: #950B68;
}
.BgClassName
{
background-color: #950B68;
}
</style>
border-color css
<style>
span { border-color: #950B68; }
span { border-color: rgb(149,11,104); }
td.TdClassName
{
border-color: #950B68;
}
.TagClassName
{
border-color: #950B68;
}
</style>