Shades of Eggplant #950263
Tints of Eggplant #950263
RGB
CMYK
RGB Variations
Color information
#950263 (or 0x950263) is known color: Eggplant. HEX triplet: 95, 02 and 63. RGB value is (149,2,99). Sum of RGB (Red+Green+Blue) = 149+2+99=250 (33% of max value = 765). Red value is 149 (58.59% from 255 or 59.6% from 250); Green value is 2 (1.17% from 255 or 0.8% from 250); Blue value is 99 (39.06% from 255 or 39.6% from 250); Max value from RGB is 149 - color contains mainly: red. Hex color #950263 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950263 is #6AFD9C. Grayscale: #383838. Windows color (decimal): -7011741 or 6488725. OLE color: 6488725.
HSL color Cylindrical-coordinate representation of color #950263: hue angle of 320.41º 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 #950263 is Cyan = 0, Magento = 0.99, Yellow = 0.34 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 2 | 99 | - |
| CMYK | 0 | 0.99 | 0.34 | 0.42 |
| HSL | 320.41º | 0.97% | 0.3% | - |
| HSV(B) | 320.41º | 0.99% | 0.58% | - |
| XYZ | 14.67 | 7.33 | 12.45 | - |
| YUV | 57.01 | 151.7 | 193.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 2 | 99 | 0 | 0.99 | 0.34 | 0.42 | 320.41 | 0.97 | 0.3 |
| Hex | 95 | 2 | 63 | 0 | 63 | 22 | 2A | 140 | 61 | 1E |
| Octal | 225 | 2 | 143 | 0 | 143 | 42 | 52 | 500 | 141 | 36 |
| Binary | 10010101 | 10 | 1100011 | 0 | 1100011 | 100010 | 101010 | 101000000 | 1100001 | 11110 |
Color Harmonies of #950263
Complementary color
Monochromatic Colors of #950263
Black with #950263
Text Example
Text Example
White with #950263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950263; }
p { color: rgb(149,2,99); }
H1.HeaderClassName
{
color: #950263;
}
.AnyTagClassName
{
color: #950263;
}
</style>
background-color css
<style>
a { background-color: #950263; }
a { background-color: rgb(149,2,99); }
div.DivClassName
{
background-color: #950263;
}
.BgClassName
{
background-color: #950263;
}
</style>
border-color css
<style>
span { border-color: #950263; }
span { border-color: rgb(149,2,99); }
td.TdClassName
{
border-color: #950263;
}
.TagClassName
{
border-color: #950263;
}
</style>