Shades of Eggplant #950C5E
Tints of Eggplant #950C5E
RGB
CMYK
RGB Variations
Color information
#950C5E (or 0x950C5E) is known color: Eggplant. HEX triplet: 95, 0C and 5E. RGB value is (149,12,94). Sum of RGB (Red+Green+Blue) = 149+12+94=255 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.43% from 255); Green value is 12 (5.08% from 255 or 4.71% from 255); Blue value is 94 (37.11% from 255 or 36.86% from 255); Max value from RGB is 149 - color contains mainly: red. Hex color #950C5E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950C5E is #6AF3A1. Grayscale: #3E3E3E. Windows color (decimal): -7009186 or 6163605. OLE color: 6163605.
HSL color Cylindrical-coordinate representation of color #950C5E: hue angle of 324.09º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #950C5E is Cyan = 0, Magento = 0.92, Yellow = 0.37 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 12 | 94 | - |
| CMYK | 0 | 0.92 | 0.37 | 0.42 |
| HSL | 324.09º | 0.85% | 0.32% | - |
| HSV(B) | 324.09º | 0.92% | 0.58% | - |
| XYZ | 14.55 | 7.46 | 11.26 | - |
| YUV | 62.31 | 145.89 | 189.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 12 | 94 | 0 | 0.92 | 0.37 | 0.42 | 324.09 | 0.85 | 0.32 |
| Hex | 95 | C | 5E | 0 | 5C | 25 | 2A | 144 | 55 | 20 |
| Octal | 225 | 14 | 136 | 0 | 134 | 45 | 52 | 504 | 125 | 40 |
| Binary | 10010101 | 1100 | 1011110 | 0 | 1011100 | 100101 | 101010 | 101000100 | 1010101 | 100000 |
Color Harmonies of #950C5E
Complementary color
Monochromatic Colors of #950C5E
Black with #950C5E
Text Example
Text Example
White with #950C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950C5E; }
p { color: rgb(149,12,94); }
H1.HeaderClassName
{
color: #950C5E;
}
.AnyTagClassName
{
color: #950C5E;
}
</style>
background-color css
<style>
a { background-color: #950C5E; }
a { background-color: rgb(149,12,94); }
div.DivClassName
{
background-color: #950C5E;
}
.BgClassName
{
background-color: #950C5E;
}
</style>
border-color css
<style>
span { border-color: #950C5E; }
span { border-color: rgb(149,12,94); }
td.TdClassName
{
border-color: #950C5E;
}
.TagClassName
{
border-color: #950C5E;
}
</style>