Shades of Eggplant #950D76
Tints of Eggplant #950D76
RGB
CMYK
RGB Variations
Color information
#950D76 (or 0x950D76) is known color: Eggplant. HEX triplet: 95, 0D and 76. RGB value is (149,13,118). Sum of RGB (Red+Green+Blue) = 149+13+118=280 (37% of max value = 765). Red value is 149 (58.59% from 255 or 53.21% from 280); Green value is 13 (5.47% from 255 or 4.64% from 280); Blue value is 118 (46.48% from 255 or 42.14% from 280); Max value from RGB is 149 - color contains mainly: red. Hex color #950D76 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950D76 is #6AF289. Grayscale: #414141. Windows color (decimal): -7008906 or 7736725. OLE color: 7736725.
HSL color Cylindrical-coordinate representation of color #950D76: hue angle of 313.68º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #950D76 is Cyan = 0, Magento = 0.91, Yellow = 0.21 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 13 | 118 | - |
| CMYK | 0 | 0.91 | 0.21 | 0.42 |
| HSL | 313.68º | 0.84% | 0.32% | - |
| HSV(B) | 313.68º | 0.91% | 0.58% | - |
| XYZ | 15.81 | 7.99 | 17.85 | - |
| YUV | 65.63 | 157.56 | 187.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 13 | 118 | 0 | 0.91 | 0.21 | 0.42 | 313.68 | 0.84 | 0.32 |
| Hex | 95 | D | 76 | 0 | 5B | 15 | 2A | 13A | 54 | 20 |
| Octal | 225 | 15 | 166 | 0 | 133 | 25 | 52 | 472 | 124 | 40 |
| Binary | 10010101 | 1101 | 1110110 | 0 | 1011011 | 10101 | 101010 | 100111010 | 1010100 | 100000 |
Color Harmonies of #950D76
Complementary color
Monochromatic Colors of #950D76
Black with #950D76
Text Example
Text Example
White with #950D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950D76; }
p { color: rgb(149,13,118); }
H1.HeaderClassName
{
color: #950D76;
}
.AnyTagClassName
{
color: #950D76;
}
</style>
background-color css
<style>
a { background-color: #950D76; }
a { background-color: rgb(149,13,118); }
div.DivClassName
{
background-color: #950D76;
}
.BgClassName
{
background-color: #950D76;
}
</style>
border-color css
<style>
span { border-color: #950D76; }
span { border-color: rgb(149,13,118); }
td.TdClassName
{
border-color: #950D76;
}
.TagClassName
{
border-color: #950D76;
}
</style>