Shades of Eggplant #950172
Tints of Eggplant #950172
RGB
CMYK
RGB Variations
Color information
#950172 (or 0x950172) is known color: Eggplant. HEX triplet: 95, 01 and 72. RGB value is (149,1,114). Sum of RGB (Red+Green+Blue) = 149+1+114=264 (34% of max value = 765). Red value is 149 (58.59% from 255 or 56.44% from 264); Green value is 1 (0.78% from 255 or 0.38% from 264); Blue value is 114 (44.92% from 255 or 43.18% from 264); Max value from RGB is 149 - color contains mainly: red. Hex color #950172 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950172 is #6AFE8D. Grayscale: #393939. Windows color (decimal): -7011982 or 7471509. OLE color: 7471509.
HSL color Cylindrical-coordinate representation of color #950172: hue angle of 314.19º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #950172 is Cyan = 0, Magento = 0.99, Yellow = 0.23 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 1 | 114 | - |
| CMYK | 0 | 0.99 | 0.23 | 0.42 |
| HSL | 314.19º | 0.99% | 0.29% | - |
| HSV(B) | 314.19º | 0.99% | 0.58% | - |
| XYZ | 15.44 | 7.63 | 16.58 | - |
| YUV | 58.13 | 159.53 | 192.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 1 | 114 | 0 | 0.99 | 0.23 | 0.42 | 314.19 | 0.99 | 0.29 |
| Hex | 95 | 1 | 72 | 0 | 63 | 17 | 2A | 13A | 63 | 1D |
| Octal | 225 | 1 | 162 | 0 | 143 | 27 | 52 | 472 | 143 | 35 |
| Binary | 10010101 | 1 | 1110010 | 0 | 1100011 | 10111 | 101010 | 100111010 | 1100011 | 11101 |
Color Harmonies of #950172
Complementary color
Monochromatic Colors of #950172
Black with #950172
Text Example
Text Example
White with #950172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950172; }
p { color: rgb(149,1,114); }
H1.HeaderClassName
{
color: #950172;
}
.AnyTagClassName
{
color: #950172;
}
</style>
background-color css
<style>
a { background-color: #950172; }
a { background-color: rgb(149,1,114); }
div.DivClassName
{
background-color: #950172;
}
.BgClassName
{
background-color: #950172;
}
</style>
border-color css
<style>
span { border-color: #950172; }
span { border-color: rgb(149,1,114); }
td.TdClassName
{
border-color: #950172;
}
.TagClassName
{
border-color: #950172;
}
</style>