Shades of Eggplant #950254
Tints of Eggplant #950254
RGB
CMYK
RGB Variations
Color information
#950254 (or 0x950254) is known color: Eggplant. HEX triplet: 95, 02 and 54. RGB value is (149,2,84). Sum of RGB (Red+Green+Blue) = 149+2+84=235 (31% of max value = 765). Red value is 149 (58.59% from 255 or 63.40% from 235); Green value is 2 (1.17% from 255 or 0.85% from 235); Blue value is 84 (33.20% from 255 or 35.74% from 235); Max value from RGB is 149 - color contains mainly: red. Hex color #950254 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950254 is #6AFDAB. Grayscale: #373737. Windows color (decimal): -7011756 or 5505685. OLE color: 5505685.
HSL color Cylindrical-coordinate representation of color #950254: hue angle of 326.53º 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 #950254 is Cyan = 0, Magento = 0.99, Yellow = 0.44 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 2 | 84 | - |
| CMYK | 0 | 0.99 | 0.44 | 0.42 |
| HSL | 326.53º | 0.97% | 0.3% | - |
| HSV(B) | 326.53º | 0.99% | 0.58% | - |
| XYZ | 14.02 | 7.07 | 9.01 | - |
| YUV | 55.3 | 144.2 | 194.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 2 | 84 | 0 | 0.99 | 0.44 | 0.42 | 326.53 | 0.97 | 0.3 |
| Hex | 95 | 2 | 54 | 0 | 63 | 2C | 2A | 147 | 61 | 1E |
| Octal | 225 | 2 | 124 | 0 | 143 | 54 | 52 | 507 | 141 | 36 |
| Binary | 10010101 | 10 | 1010100 | 0 | 1100011 | 101100 | 101010 | 101000111 | 1100001 | 11110 |
Color Harmonies of #950254
Complementary color
Monochromatic Colors of #950254
Black with #950254
Text Example
Text Example
White with #950254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950254; }
p { color: rgb(149,2,84); }
H1.HeaderClassName
{
color: #950254;
}
.AnyTagClassName
{
color: #950254;
}
</style>
background-color css
<style>
a { background-color: #950254; }
a { background-color: rgb(149,2,84); }
div.DivClassName
{
background-color: #950254;
}
.BgClassName
{
background-color: #950254;
}
</style>
border-color css
<style>
span { border-color: #950254; }
span { border-color: rgb(149,2,84); }
td.TdClassName
{
border-color: #950254;
}
.TagClassName
{
border-color: #950254;
}
</style>