Shades of Eggplant #950065
Tints of Eggplant #950065
RGB
CMYK
RGB Variations
Color information
#950065 (or 0x950065) is known color: Eggplant. HEX triplet: 95, 00 and 65. RGB value is (149,0,101). Sum of RGB (Red+Green+Blue) = 149+0+101=250 (33% of max value = 765). Red value is 149 (58.59% from 255 or 59.6% from 250); Green value is 0 (0.39% from 255 or 0% from 250); Blue value is 101 (39.84% from 255 or 40.4% from 250); Max value from RGB is 149 - color contains mainly: red. Hex color #950065 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950065 is #6AFF9A. Grayscale: #373737. Windows color (decimal): -7012251 or 6619285. OLE color: 6619285.
HSL color Cylindrical-coordinate representation of color #950065: hue angle of 319.33º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #950065 is Cyan = 0, Magento = 1, Yellow = 0.32 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 0 | 101 | - |
| CMYK | 0 | 1 | 0.32 | 0.42 |
| HSL | 319.33º | 1% | 0.29% | - |
| HSV(B) | 319.33º | 1% | 0.58% | - |
| XYZ | 14.74 | 7.33 | 12.95 | - |
| YUV | 56.07 | 153.36 | 194.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 0 | 101 | 0 | 1 | 0.32 | 0.42 | 319.33 | 1 | 0.29 |
| Hex | 95 | 0 | 65 | 0 | 64 | 20 | 2A | 13F | 64 | 1D |
| Octal | 225 | 0 | 145 | 0 | 144 | 40 | 52 | 477 | 144 | 35 |
| Binary | 10010101 | 0 | 1100101 | 0 | 1100100 | 100000 | 101010 | 100111111 | 1100100 | 11101 |
Color Harmonies of #950065
Complementary color
Monochromatic Colors of #950065
Black with #950065
Text Example
Text Example
White with #950065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950065; }
p { color: rgb(149,0,101); }
H1.HeaderClassName
{
color: #950065;
}
.AnyTagClassName
{
color: #950065;
}
</style>
background-color css
<style>
a { background-color: #950065; }
a { background-color: rgb(149,0,101); }
div.DivClassName
{
background-color: #950065;
}
.BgClassName
{
background-color: #950065;
}
</style>
border-color css
<style>
span { border-color: #950065; }
span { border-color: rgb(149,0,101); }
td.TdClassName
{
border-color: #950065;
}
.TagClassName
{
border-color: #950065;
}
</style>