Shades of Eggplant #96015B
Tints of Eggplant #96015B
RGB
CMYK
RGB Variations
Color information
#96015B (or 0x96015B) is known color: Eggplant. HEX triplet: 96, 01 and 5B. RGB value is (150,1,91). Sum of RGB (Red+Green+Blue) = 150+1+91=242 (32% of max value = 765). Red value is 150 (58.98% from 255 or 61.98% from 242); Green value is 1 (0.78% from 255 or 0.41% from 242); Blue value is 91 (35.94% from 255 or 37.60% from 242); Max value from RGB is 150 - color contains mainly: red. Hex color #96015B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96015B is #69FEA4. Grayscale: #373737. Windows color (decimal): -6946469 or 5964182. OLE color: 5964182.
HSL color Cylindrical-coordinate representation of color #96015B: hue angle of 323.76º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #96015B is Cyan = 0, Magento = 0.99, Yellow = 0.39 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 1 | 91 | - |
| CMYK | 0 | 0.99 | 0.39 | 0.41 |
| HSL | 323.76º | 0.99% | 0.3% | - |
| HSV(B) | 323.76º | 0.99% | 0.59% | - |
| XYZ | 14.48 | 7.26 | 10.54 | - |
| YUV | 55.81 | 147.86 | 195.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 1 | 91 | 0 | 0.99 | 0.39 | 0.41 | 323.76 | 0.99 | 0.3 |
| Hex | 96 | 1 | 5B | 0 | 63 | 27 | 29 | 144 | 63 | 1E |
| Octal | 226 | 1 | 133 | 0 | 143 | 47 | 51 | 504 | 143 | 36 |
| Binary | 10010110 | 1 | 1011011 | 0 | 1100011 | 100111 | 101001 | 101000100 | 1100011 | 11110 |
Color Harmonies of #96015B
Complementary color
Monochromatic Colors of #96015B
Black with #96015B
Text Example
Text Example
White with #96015B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96015B; }
p { color: rgb(150,1,91); }
H1.HeaderClassName
{
color: #96015B;
}
.AnyTagClassName
{
color: #96015B;
}
</style>
background-color css
<style>
a { background-color: #96015B; }
a { background-color: rgb(150,1,91); }
div.DivClassName
{
background-color: #96015B;
}
.BgClassName
{
background-color: #96015B;
}
</style>
border-color css
<style>
span { border-color: #96015B; }
span { border-color: rgb(150,1,91); }
td.TdClassName
{
border-color: #96015B;
}
.TagClassName
{
border-color: #96015B;
}
</style>