Shades of Eggplant #950E67
Tints of Eggplant #950E67
RGB
CMYK
RGB Variations
Color information
#950E67 (or 0x950E67) is known color: Eggplant. HEX triplet: 95, 0E and 67. RGB value is (149,14,103). Sum of RGB (Red+Green+Blue) = 149+14+103=266 (35% of max value = 765). Red value is 149 (58.59% from 255 or 56.02% from 266); Green value is 14 (5.86% from 255 or 5.26% from 266); Blue value is 103 (40.62% from 255 or 38.72% from 266); Max value from RGB is 149 - color contains mainly: red. Hex color #950E67 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950E67 is #6AF198. Grayscale: #404040. Windows color (decimal): -7008665 or 6753941. OLE color: 6753941.
HSL color Cylindrical-coordinate representation of color #950E67: hue angle of 320.44º degrees, saturation: 0.83, 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 #950E67 is Cyan = 0, Magento = 0.91, Yellow = 0.31 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 14 | 103 | - |
| CMYK | 0 | 0.91 | 0.31 | 0.42 |
| HSL | 320.44º | 0.83% | 0.32% | - |
| HSV(B) | 320.44º | 0.91% | 0.58% | - |
| XYZ | 15 | 7.68 | 13.52 | - |
| YUV | 64.51 | 149.73 | 188.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 14 | 103 | 0 | 0.91 | 0.31 | 0.42 | 320.44 | 0.83 | 0.32 |
| Hex | 95 | E | 67 | 0 | 5B | 1F | 2A | 140 | 53 | 20 |
| Octal | 225 | 16 | 147 | 0 | 133 | 37 | 52 | 500 | 123 | 40 |
| Binary | 10010101 | 1110 | 1100111 | 0 | 1011011 | 11111 | 101010 | 101000000 | 1010011 | 100000 |
Color Harmonies of #950E67
Complementary color
Monochromatic Colors of #950E67
Black with #950E67
Text Example
Text Example
White with #950E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950E67; }
p { color: rgb(149,14,103); }
H1.HeaderClassName
{
color: #950E67;
}
.AnyTagClassName
{
color: #950E67;
}
</style>
background-color css
<style>
a { background-color: #950E67; }
a { background-color: rgb(149,14,103); }
div.DivClassName
{
background-color: #950E67;
}
.BgClassName
{
background-color: #950E67;
}
</style>
border-color css
<style>
span { border-color: #950E67; }
span { border-color: rgb(149,14,103); }
td.TdClassName
{
border-color: #950E67;
}
.TagClassName
{
border-color: #950E67;
}
</style>