Shades of Eggplant #950765
Tints of Eggplant #950765
RGB
CMYK
RGB Variations
Color information
#950765 (or 0x950765) is known color: Eggplant. HEX triplet: 95, 07 and 65. RGB value is (149,7,101). Sum of RGB (Red+Green+Blue) = 149+7+101=257 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.98% from 257); Green value is 7 (3.12% from 255 or 2.72% from 257); Blue value is 101 (39.84% from 255 or 39.30% from 257); Max value from RGB is 149 - color contains mainly: red. Hex color #950765 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950765 is #6AF89A. Grayscale: #3B3B3B. Windows color (decimal): -7010459 or 6621077. OLE color: 6621077.
HSL color Cylindrical-coordinate representation of color #950765: hue angle of 320.28º 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 #950765 is Cyan = 0, Magento = 0.95, Yellow = 0.32 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 7 | 101 | - |
| CMYK | 0 | 0.95 | 0.32 | 0.42 |
| HSL | 320.28º | 0.91% | 0.31% | - |
| HSV(B) | 320.28º | 0.95% | 0.58% | - |
| XYZ | 14.82 | 7.48 | 12.97 | - |
| YUV | 60.17 | 151.04 | 191.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 7 | 101 | 0 | 0.95 | 0.32 | 0.42 | 320.28 | 0.91 | 0.31 |
| Hex | 95 | 7 | 65 | 0 | 5F | 20 | 2A | 140 | 5B | 1F |
| Octal | 225 | 7 | 145 | 0 | 137 | 40 | 52 | 500 | 133 | 37 |
| Binary | 10010101 | 111 | 1100101 | 0 | 1011111 | 100000 | 101010 | 101000000 | 1011011 | 11111 |
Color Harmonies of #950765
Complementary color
Monochromatic Colors of #950765
Black with #950765
Text Example
Text Example
White with #950765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950765; }
p { color: rgb(149,7,101); }
H1.HeaderClassName
{
color: #950765;
}
.AnyTagClassName
{
color: #950765;
}
</style>
background-color css
<style>
a { background-color: #950765; }
a { background-color: rgb(149,7,101); }
div.DivClassName
{
background-color: #950765;
}
.BgClassName
{
background-color: #950765;
}
</style>
border-color css
<style>
span { border-color: #950765; }
span { border-color: rgb(149,7,101); }
td.TdClassName
{
border-color: #950765;
}
.TagClassName
{
border-color: #950765;
}
</style>