Shades of Eggplant #95015B
Tints of Eggplant #95015B
RGB
CMYK
RGB Variations
Color information
#95015B (or 0x95015B) is known color: Eggplant. HEX triplet: 95, 01 and 5B. RGB value is (149,1,91). Sum of RGB (Red+Green+Blue) = 149+1+91=241 (31% of max value = 765). Red value is 149 (58.59% from 255 or 61.83% from 241); Green value is 1 (0.78% from 255 or 0.41% from 241); Blue value is 91 (35.94% from 255 or 37.76% from 241); Max value from RGB is 149 - color contains mainly: red. Hex color #95015B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95015B is #6AFEA4. Grayscale: #373737. Windows color (decimal): -7012005 or 5964181. OLE color: 5964181.
HSL color Cylindrical-coordinate representation of color #95015B: hue angle of 323.51º 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 #95015B is Cyan = 0, Magento = 0.99, Yellow = 0.39 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 1 | 91 | - |
| CMYK | 0 | 0.99 | 0.39 | 0.42 |
| HSL | 323.51º | 0.99% | 0.29% | - |
| HSV(B) | 323.51º | 0.99% | 0.58% | - |
| XYZ | 14.29 | 7.17 | 10.53 | - |
| YUV | 55.51 | 148.03 | 194.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 1 | 91 | 0 | 0.99 | 0.39 | 0.42 | 323.51 | 0.99 | 0.29 |
| Hex | 95 | 1 | 5B | 0 | 63 | 27 | 2A | 144 | 63 | 1D |
| Octal | 225 | 1 | 133 | 0 | 143 | 47 | 52 | 504 | 143 | 35 |
| Binary | 10010101 | 1 | 1011011 | 0 | 1100011 | 100111 | 101010 | 101000100 | 1100011 | 11101 |
Color Harmonies of #95015B
Complementary color
Monochromatic Colors of #95015B
Black with #95015B
Text Example
Text Example
White with #95015B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95015B; }
p { color: rgb(149,1,91); }
H1.HeaderClassName
{
color: #95015B;
}
.AnyTagClassName
{
color: #95015B;
}
</style>
background-color css
<style>
a { background-color: #95015B; }
a { background-color: rgb(149,1,91); }
div.DivClassName
{
background-color: #95015B;
}
.BgClassName
{
background-color: #95015B;
}
</style>
border-color css
<style>
span { border-color: #95015B; }
span { border-color: rgb(149,1,91); }
td.TdClassName
{
border-color: #95015B;
}
.TagClassName
{
border-color: #95015B;
}
</style>