Shades of Eggplant #950F6C
Tints of Eggplant #950F6C
RGB
CMYK
RGB Variations
Color information
#950F6C (or 0x950F6C) is known color: Eggplant. HEX triplet: 95, 0F and 6C. RGB value is (149,15,108). Sum of RGB (Red+Green+Blue) = 149+15+108=272 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.78% from 272); Green value is 15 (6.25% from 255 or 5.51% from 272); Blue value is 108 (42.58% from 255 or 39.71% from 272); Max value from RGB is 149 - color contains mainly: red. Hex color #950F6C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950F6C is #6AF093. Grayscale: #414141. Windows color (decimal): -7008404 or 7081877. OLE color: 7081877.
HSL color Cylindrical-coordinate representation of color #950F6C: hue angle of 318.36º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #950F6C is Cyan = 0, Magento = 0.90, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 15 | 108 | - |
| CMYK | 0 | 0.90 | 0.28 | 0.42 |
| HSL | 318.36º | 0.82% | 0.32% | - |
| HSV(B) | 318.36º | 0.9% | 0.58% | - |
| XYZ | 15.27 | 7.81 | 14.89 | - |
| YUV | 65.67 | 151.89 | 187.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 15 | 108 | 0 | 0.90 | 0.28 | 0.42 | 318.36 | 0.82 | 0.32 |
| Hex | 95 | F | 6C | 0 | 5A | 1C | 2A | 13E | 52 | 20 |
| Octal | 225 | 17 | 154 | 0 | 132 | 34 | 52 | 476 | 122 | 40 |
| Binary | 10010101 | 1111 | 1101100 | 0 | 1011010 | 11100 | 101010 | 100111110 | 1010010 | 100000 |
Color Harmonies of #950F6C
Complementary color
Monochromatic Colors of #950F6C
Black with #950F6C
Text Example
Text Example
White with #950F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950F6C; }
p { color: rgb(149,15,108); }
H1.HeaderClassName
{
color: #950F6C;
}
.AnyTagClassName
{
color: #950F6C;
}
</style>
background-color css
<style>
a { background-color: #950F6C; }
a { background-color: rgb(149,15,108); }
div.DivClassName
{
background-color: #950F6C;
}
.BgClassName
{
background-color: #950F6C;
}
</style>
border-color css
<style>
span { border-color: #950F6C; }
span { border-color: rgb(149,15,108); }
td.TdClassName
{
border-color: #950F6C;
}
.TagClassName
{
border-color: #950F6C;
}
</style>