Shades of Eggplant #950A73
Tints of Eggplant #950A73
RGB
CMYK
RGB Variations
Color information
#950A73 (or 0x950A73) is known color: Eggplant. HEX triplet: 95, 0A and 73. RGB value is (149,10,115). Sum of RGB (Red+Green+Blue) = 149+10+115=274 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.38% from 274); Green value is 10 (4.30% from 255 or 3.65% from 274); Blue value is 115 (45.31% from 255 or 41.97% from 274); Max value from RGB is 149 - color contains mainly: red. Hex color #950A73 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950A73 is #6AF58C. Grayscale: #3F3F3F. Windows color (decimal): -7009677 or 7539349. OLE color: 7539349.
HSL color Cylindrical-coordinate representation of color #950A73: hue angle of 314.68º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #950A73 is Cyan = 0, Magento = 0.93, Yellow = 0.23 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 10 | 115 | - |
| CMYK | 0 | 0.93 | 0.23 | 0.42 |
| HSL | 314.68º | 0.87% | 0.31% | - |
| HSV(B) | 314.68º | 0.93% | 0.58% | - |
| XYZ | 15.6 | 7.84 | 16.91 | - |
| YUV | 63.53 | 157.05 | 188.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 10 | 115 | 0 | 0.93 | 0.23 | 0.42 | 314.68 | 0.87 | 0.31 |
| Hex | 95 | A | 73 | 0 | 5D | 17 | 2A | 13B | 57 | 1F |
| Octal | 225 | 12 | 163 | 0 | 135 | 27 | 52 | 473 | 127 | 37 |
| Binary | 10010101 | 1010 | 1110011 | 0 | 1011101 | 10111 | 101010 | 100111011 | 1010111 | 11111 |
Color Harmonies of #950A73
Complementary color
Monochromatic Colors of #950A73
Black with #950A73
Text Example
Text Example
White with #950A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950A73; }
p { color: rgb(149,10,115); }
H1.HeaderClassName
{
color: #950A73;
}
.AnyTagClassName
{
color: #950A73;
}
</style>
background-color css
<style>
a { background-color: #950A73; }
a { background-color: rgb(149,10,115); }
div.DivClassName
{
background-color: #950A73;
}
.BgClassName
{
background-color: #950A73;
}
</style>
border-color css
<style>
span { border-color: #950A73; }
span { border-color: rgb(149,10,115); }
td.TdClassName
{
border-color: #950A73;
}
.TagClassName
{
border-color: #950A73;
}
</style>