Shades of Eggplant #950873
Tints of Eggplant #950873
RGB
CMYK
RGB Variations
Color information
#950873 (or 0x950873) is known color: Eggplant. HEX triplet: 95, 08 and 73. RGB value is (149,8,115). Sum of RGB (Red+Green+Blue) = 149+8+115=272 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.78% from 272); Green value is 8 (3.52% from 255 or 2.94% from 272); Blue value is 115 (45.31% from 255 or 42.28% from 272); Max value from RGB is 149 - color contains mainly: red. Hex color #950873 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950873 is #6AF78C. Grayscale: #3E3E3E. Windows color (decimal): -7010189 or 7538837. OLE color: 7538837.
HSL color Cylindrical-coordinate representation of color #950873: hue angle of 314.47º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #950873 is Cyan = 0, Magento = 0.95, Yellow = 0.23 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 8 | 115 | - |
| CMYK | 0 | 0.95 | 0.23 | 0.42 |
| HSL | 314.47º | 0.9% | 0.31% | - |
| HSV(B) | 314.47º | 0.95% | 0.58% | - |
| XYZ | 15.58 | 7.8 | 16.9 | - |
| YUV | 62.36 | 157.71 | 189.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 8 | 115 | 0 | 0.95 | 0.23 | 0.42 | 314.47 | 0.9 | 0.31 |
| Hex | 95 | 8 | 73 | 0 | 5F | 17 | 2A | 13A | 5A | 1F |
| Octal | 225 | 10 | 163 | 0 | 137 | 27 | 52 | 472 | 132 | 37 |
| Binary | 10010101 | 1000 | 1110011 | 0 | 1011111 | 10111 | 101010 | 100111010 | 1011010 | 11111 |
Color Harmonies of #950873
Complementary color
Monochromatic Colors of #950873
Black with #950873
Text Example
Text Example
White with #950873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950873; }
p { color: rgb(149,8,115); }
H1.HeaderClassName
{
color: #950873;
}
.AnyTagClassName
{
color: #950873;
}
</style>
background-color css
<style>
a { background-color: #950873; }
a { background-color: rgb(149,8,115); }
div.DivClassName
{
background-color: #950873;
}
.BgClassName
{
background-color: #950873;
}
</style>
border-color css
<style>
span { border-color: #950873; }
span { border-color: rgb(149,8,115); }
td.TdClassName
{
border-color: #950873;
}
.TagClassName
{
border-color: #950873;
}
</style>