Shades of Eggplant #950363
Tints of Eggplant #950363
RGB
CMYK
RGB Variations
Color information
#950363 (or 0x950363) is known color: Eggplant. HEX triplet: 95, 03 and 63. RGB value is (149,3,99). Sum of RGB (Red+Green+Blue) = 149+3+99=251 (33% of max value = 765). Red value is 149 (58.59% from 255 or 59.36% from 251); Green value is 3 (1.56% from 255 or 1.20% from 251); Blue value is 99 (39.06% from 255 or 39.44% from 251); Max value from RGB is 149 - color contains mainly: red. Hex color #950363 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950363 is #6AFC9C. Grayscale: #393939. Windows color (decimal): -7011485 or 6488981. OLE color: 6488981.
HSL color Cylindrical-coordinate representation of color #950363: hue angle of 320.55º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #950363 is Cyan = 0, Magento = 0.98, Yellow = 0.34 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 3 | 99 | - |
| CMYK | 0 | 0.98 | 0.34 | 0.42 |
| HSL | 320.55º | 0.96% | 0.3% | - |
| HSV(B) | 320.55º | 0.98% | 0.58% | - |
| XYZ | 14.68 | 7.36 | 12.45 | - |
| YUV | 57.6 | 151.37 | 193.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 3 | 99 | 0 | 0.98 | 0.34 | 0.42 | 320.55 | 0.96 | 0.3 |
| Hex | 95 | 3 | 63 | 0 | 62 | 22 | 2A | 141 | 60 | 1E |
| Octal | 225 | 3 | 143 | 0 | 142 | 42 | 52 | 501 | 140 | 36 |
| Binary | 10010101 | 11 | 1100011 | 0 | 1100010 | 100010 | 101010 | 101000001 | 1100000 | 11110 |
Color Harmonies of #950363
Complementary color
Monochromatic Colors of #950363
Black with #950363
Text Example
Text Example
White with #950363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950363; }
p { color: rgb(149,3,99); }
H1.HeaderClassName
{
color: #950363;
}
.AnyTagClassName
{
color: #950363;
}
</style>
background-color css
<style>
a { background-color: #950363; }
a { background-color: rgb(149,3,99); }
div.DivClassName
{
background-color: #950363;
}
.BgClassName
{
background-color: #950363;
}
</style>
border-color css
<style>
span { border-color: #950363; }
span { border-color: rgb(149,3,99); }
td.TdClassName
{
border-color: #950363;
}
.TagClassName
{
border-color: #950363;
}
</style>