Shades of Eggplant #950768
Tints of Eggplant #950768
RGB
CMYK
RGB Variations
Color information
#950768 (or 0x950768) is known color: Eggplant. HEX triplet: 95, 07 and 68. RGB value is (149,7,104). Sum of RGB (Red+Green+Blue) = 149+7+104=260 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.31% from 260); Green value is 7 (3.12% from 255 or 2.69% from 260); Blue value is 104 (41.02% from 255 or 40% from 260); Max value from RGB is 149 - color contains mainly: red. Hex color #950768 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950768 is #6AF897. Grayscale: #3C3C3C. Windows color (decimal): -7010456 or 6817685. OLE color: 6817685.
HSL color Cylindrical-coordinate representation of color #950768: hue angle of 319.01º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #950768 is Cyan = 0, Magento = 0.95, Yellow = 0.30 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 7 | 104 | - |
| CMYK | 0 | 0.95 | 0.30 | 0.42 |
| HSL | 319.01º | 0.91% | 0.31% | - |
| HSV(B) | 319.01º | 0.95% | 0.58% | - |
| XYZ | 14.97 | 7.54 | 13.76 | - |
| YUV | 60.52 | 152.54 | 191.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 7 | 104 | 0 | 0.95 | 0.30 | 0.42 | 319.01 | 0.91 | 0.31 |
| Hex | 95 | 7 | 68 | 0 | 5F | 1E | 2A | 13F | 5B | 1F |
| Octal | 225 | 7 | 150 | 0 | 137 | 36 | 52 | 477 | 133 | 37 |
| Binary | 10010101 | 111 | 1101000 | 0 | 1011111 | 11110 | 101010 | 100111111 | 1011011 | 11111 |
Color Harmonies of #950768
Complementary color
Monochromatic Colors of #950768
Black with #950768
Text Example
Text Example
White with #950768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950768; }
p { color: rgb(149,7,104); }
H1.HeaderClassName
{
color: #950768;
}
.AnyTagClassName
{
color: #950768;
}
</style>
background-color css
<style>
a { background-color: #950768; }
a { background-color: rgb(149,7,104); }
div.DivClassName
{
background-color: #950768;
}
.BgClassName
{
background-color: #950768;
}
</style>
border-color css
<style>
span { border-color: #950768; }
span { border-color: rgb(149,7,104); }
td.TdClassName
{
border-color: #950768;
}
.TagClassName
{
border-color: #950768;
}
</style>