Shades of Eggplant #951065
Tints of Eggplant #951065
RGB
CMYK
RGB Variations
Color information
#951065 (or 0x951065) is known color: Eggplant. HEX triplet: 95, 10 and 65. RGB value is (149,16,101). Sum of RGB (Red+Green+Blue) = 149+16+101=266 (35% of max value = 765). Red value is 149 (58.59% from 255 or 56.02% from 266); Green value is 16 (6.64% from 255 or 6.02% from 266); Blue value is 101 (39.84% from 255 or 37.97% from 266); Max value from RGB is 149 - color contains mainly: red. Hex color #951065 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #951065 is #6AEF9A. Grayscale: #414141. Windows color (decimal): -7008155 or 6623381. OLE color: 6623381.
HSL color Cylindrical-coordinate representation of color #951065: hue angle of 321.65º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #951065 is Cyan = 0, Magento = 0.89, Yellow = 0.32 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 16 | 101 | - |
| CMYK | 0 | 0.89 | 0.32 | 0.42 |
| HSL | 321.65º | 0.81% | 0.32% | - |
| HSV(B) | 321.65º | 0.89% | 0.58% | - |
| XYZ | 14.93 | 7.7 | 13.01 | - |
| YUV | 65.46 | 148.06 | 187.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 16 | 101 | 0 | 0.89 | 0.32 | 0.42 | 321.65 | 0.81 | 0.32 |
| Hex | 95 | 10 | 65 | 0 | 59 | 20 | 2A | 142 | 51 | 20 |
| Octal | 225 | 20 | 145 | 0 | 131 | 40 | 52 | 502 | 121 | 40 |
| Binary | 10010101 | 10000 | 1100101 | 0 | 1011001 | 100000 | 101010 | 101000010 | 1010001 | 100000 |
Color Harmonies of #951065
Complementary color
Monochromatic Colors of #951065
Black with #951065
Text Example
Text Example
White with #951065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951065; }
p { color: rgb(149,16,101); }
H1.HeaderClassName
{
color: #951065;
}
.AnyTagClassName
{
color: #951065;
}
</style>
background-color css
<style>
a { background-color: #951065; }
a { background-color: rgb(149,16,101); }
div.DivClassName
{
background-color: #951065;
}
.BgClassName
{
background-color: #951065;
}
</style>
border-color css
<style>
span { border-color: #951065; }
span { border-color: rgb(149,16,101); }
td.TdClassName
{
border-color: #951065;
}
.TagClassName
{
border-color: #951065;
}
</style>