Shades of Eggplant #950F6A
Tints of Eggplant #950F6A
RGB
CMYK
RGB Variations
Color information
#950F6A (or 0x950F6A) is known color: Eggplant. HEX triplet: 95, 0F and 6A. RGB value is (149,15,106). Sum of RGB (Red+Green+Blue) = 149+15+106=270 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.19% from 270); Green value is 15 (6.25% from 255 or 5.56% from 270); Blue value is 106 (41.80% from 255 or 39.26% from 270); Max value from RGB is 149 - color contains mainly: red. Hex color #950F6A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950F6A is #6AF095. Grayscale: #414141. Windows color (decimal): -7008406 or 6950805. OLE color: 6950805.
HSL color Cylindrical-coordinate representation of color #950F6A: hue angle of 319.25º 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 #950F6A is Cyan = 0, Magento = 0.90, Yellow = 0.29 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 15 | 106 | - |
| CMYK | 0 | 0.90 | 0.29 | 0.42 |
| HSL | 319.25º | 0.82% | 0.32% | - |
| HSV(B) | 319.25º | 0.9% | 0.58% | - |
| XYZ | 15.17 | 7.77 | 14.34 | - |
| YUV | 65.44 | 150.89 | 187.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 15 | 106 | 0 | 0.90 | 0.29 | 0.42 | 319.25 | 0.82 | 0.32 |
| Hex | 95 | F | 6A | 0 | 5A | 1D | 2A | 13F | 52 | 20 |
| Octal | 225 | 17 | 152 | 0 | 132 | 35 | 52 | 477 | 122 | 40 |
| Binary | 10010101 | 1111 | 1101010 | 0 | 1011010 | 11101 | 101010 | 100111111 | 1010010 | 100000 |
Color Harmonies of #950F6A
Complementary color
Monochromatic Colors of #950F6A
Black with #950F6A
Text Example
Text Example
White with #950F6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950F6A; }
p { color: rgb(149,15,106); }
H1.HeaderClassName
{
color: #950F6A;
}
.AnyTagClassName
{
color: #950F6A;
}
</style>
background-color css
<style>
a { background-color: #950F6A; }
a { background-color: rgb(149,15,106); }
div.DivClassName
{
background-color: #950F6A;
}
.BgClassName
{
background-color: #950F6A;
}
</style>
border-color css
<style>
span { border-color: #950F6A; }
span { border-color: rgb(149,15,106); }
td.TdClassName
{
border-color: #950F6A;
}
.TagClassName
{
border-color: #950F6A;
}
</style>