Shades of Eggplant #950265
Tints of Eggplant #950265
RGB
CMYK
RGB Variations
Color information
#950265 (or 0x950265) is known color: Eggplant. HEX triplet: 95, 02 and 65. RGB value is (149,2,101). Sum of RGB (Red+Green+Blue) = 149+2+101=252 (33% of max value = 765). Red value is 149 (58.59% from 255 or 59.13% from 252); Green value is 2 (1.17% from 255 or 0.79% from 252); Blue value is 101 (39.84% from 255 or 40.08% from 252); Max value from RGB is 149 - color contains mainly: red. Hex color #950265 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950265 is #6AFD9A. Grayscale: #383838. Windows color (decimal): -7011739 or 6619797. OLE color: 6619797.
HSL color Cylindrical-coordinate representation of color #950265: hue angle of 319.59º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #950265 is Cyan = 0, Magento = 0.99, Yellow = 0.32 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 2 | 101 | - |
| CMYK | 0 | 0.99 | 0.32 | 0.42 |
| HSL | 319.59º | 0.97% | 0.3% | - |
| HSV(B) | 319.59º | 0.99% | 0.58% | - |
| XYZ | 14.77 | 7.37 | 12.96 | - |
| YUV | 57.24 | 152.7 | 193.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 2 | 101 | 0 | 0.99 | 0.32 | 0.42 | 319.59 | 0.97 | 0.3 |
| Hex | 95 | 2 | 65 | 0 | 63 | 20 | 2A | 140 | 61 | 1E |
| Octal | 225 | 2 | 145 | 0 | 143 | 40 | 52 | 500 | 141 | 36 |
| Binary | 10010101 | 10 | 1100101 | 0 | 1100011 | 100000 | 101010 | 101000000 | 1100001 | 11110 |
Color Harmonies of #950265
Complementary color
Monochromatic Colors of #950265
Black with #950265
Text Example
Text Example
White with #950265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950265; }
p { color: rgb(149,2,101); }
H1.HeaderClassName
{
color: #950265;
}
.AnyTagClassName
{
color: #950265;
}
</style>
background-color css
<style>
a { background-color: #950265; }
a { background-color: rgb(149,2,101); }
div.DivClassName
{
background-color: #950265;
}
.BgClassName
{
background-color: #950265;
}
</style>
border-color css
<style>
span { border-color: #950265; }
span { border-color: rgb(149,2,101); }
td.TdClassName
{
border-color: #950265;
}
.TagClassName
{
border-color: #950265;
}
</style>