Shades of Eggplant #950A66
Tints of Eggplant #950A66
RGB
CMYK
RGB Variations
Color information
#950A66 (or 0x950A66) is known color: Eggplant. HEX triplet: 95, 0A and 66. RGB value is (149,10,102). Sum of RGB (Red+Green+Blue) = 149+10+102=261 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.09% from 261); Green value is 10 (4.30% from 255 or 3.83% from 261); Blue value is 102 (40.23% from 255 or 39.08% from 261); Max value from RGB is 149 - color contains mainly: red. Hex color #950A66 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950A66 is #6AF599. Grayscale: #3D3D3D. Windows color (decimal): -7009690 or 6687381. OLE color: 6687381.
HSL color Cylindrical-coordinate representation of color #950A66: hue angle of 320.29º degrees, saturation: 0.87, 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 #950A66 is Cyan = 0, Magento = 0.93, Yellow = 0.32 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 10 | 102 | - |
| CMYK | 0 | 0.93 | 0.32 | 0.42 |
| HSL | 320.29º | 0.87% | 0.31% | - |
| HSV(B) | 320.29º | 0.93% | 0.58% | - |
| XYZ | 14.9 | 7.57 | 13.25 | - |
| YUV | 62.05 | 150.55 | 190.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 10 | 102 | 0 | 0.93 | 0.32 | 0.42 | 320.29 | 0.87 | 0.31 |
| Hex | 95 | A | 66 | 0 | 5D | 20 | 2A | 140 | 57 | 1F |
| Octal | 225 | 12 | 146 | 0 | 135 | 40 | 52 | 500 | 127 | 37 |
| Binary | 10010101 | 1010 | 1100110 | 0 | 1011101 | 100000 | 101010 | 101000000 | 1010111 | 11111 |
Color Harmonies of #950A66
Complementary color
Monochromatic Colors of #950A66
Black with #950A66
Text Example
Text Example
White with #950A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950A66; }
p { color: rgb(149,10,102); }
H1.HeaderClassName
{
color: #950A66;
}
.AnyTagClassName
{
color: #950A66;
}
</style>
background-color css
<style>
a { background-color: #950A66; }
a { background-color: rgb(149,10,102); }
div.DivClassName
{
background-color: #950A66;
}
.BgClassName
{
background-color: #950A66;
}
</style>
border-color css
<style>
span { border-color: #950A66; }
span { border-color: rgb(149,10,102); }
td.TdClassName
{
border-color: #950A66;
}
.TagClassName
{
border-color: #950A66;
}
</style>