Shades of Eggplant #950262
Tints of Eggplant #950262
RGB
CMYK
RGB Variations
Color information
#950262 (or 0x950262) is known color: Eggplant. HEX triplet: 95, 02 and 62. RGB value is (149,2,98). Sum of RGB (Red+Green+Blue) = 149+2+98=249 (32% of max value = 765). Red value is 149 (58.59% from 255 or 59.84% from 249); Green value is 2 (1.17% from 255 or 0.80% from 249); Blue value is 98 (38.67% from 255 or 39.36% from 249); Max value from RGB is 149 - color contains mainly: red. Hex color #950262 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950262 is #6AFD9D. Grayscale: #383838. Windows color (decimal): -7011742 or 6423189. OLE color: 6423189.
HSL color Cylindrical-coordinate representation of color #950262: hue angle of 320.82º 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 #950262 is Cyan = 0, Magento = 0.99, Yellow = 0.34 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 2 | 98 | - |
| CMYK | 0 | 0.99 | 0.34 | 0.42 |
| HSL | 320.82º | 0.97% | 0.3% | - |
| HSV(B) | 320.82º | 0.99% | 0.58% | - |
| XYZ | 14.62 | 7.31 | 12.2 | - |
| YUV | 56.9 | 151.2 | 193.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 2 | 98 | 0 | 0.99 | 0.34 | 0.42 | 320.82 | 0.97 | 0.3 |
| Hex | 95 | 2 | 62 | 0 | 63 | 22 | 2A | 141 | 61 | 1E |
| Octal | 225 | 2 | 142 | 0 | 143 | 42 | 52 | 501 | 141 | 36 |
| Binary | 10010101 | 10 | 1100010 | 0 | 1100011 | 100010 | 101010 | 101000001 | 1100001 | 11110 |
Color Harmonies of #950262
Complementary color
Monochromatic Colors of #950262
Black with #950262
Text Example
Text Example
White with #950262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950262; }
p { color: rgb(149,2,98); }
H1.HeaderClassName
{
color: #950262;
}
.AnyTagClassName
{
color: #950262;
}
</style>
background-color css
<style>
a { background-color: #950262; }
a { background-color: rgb(149,2,98); }
div.DivClassName
{
background-color: #950262;
}
.BgClassName
{
background-color: #950262;
}
</style>
border-color css
<style>
span { border-color: #950262; }
span { border-color: rgb(149,2,98); }
td.TdClassName
{
border-color: #950262;
}
.TagClassName
{
border-color: #950262;
}
</style>