Shades of Eggplant #961567
Tints of Eggplant #961567
RGB
CMYK
RGB Variations
Color information
#961567 (or 0x961567) is known color: Eggplant. HEX triplet: 96, 15 and 67. RGB value is (150,21,103). Sum of RGB (Red+Green+Blue) = 150+21+103=274 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.74% from 274); Green value is 21 (8.59% from 255 or 7.66% from 274); Blue value is 103 (40.62% from 255 or 37.59% from 274); Max value from RGB is 150 - color contains mainly: red. Hex color #961567 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #961567 is #69EA98. Grayscale: #444444. Windows color (decimal): -6941337 or 6755734. OLE color: 6755734.
HSL color Cylindrical-coordinate representation of color #961567: hue angle of 321.86º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #961567 is Cyan = 0, Magento = 0.86, Yellow = 0.31 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 21 | 103 | - |
| CMYK | 0 | 0.86 | 0.31 | 0.41 |
| HSL | 321.86º | 0.75% | 0.34% | - |
| HSV(B) | 321.86º | 0.86% | 0.59% | - |
| XYZ | 15.29 | 8 | 13.57 | - |
| YUV | 68.92 | 147.24 | 185.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 21 | 103 | 0 | 0.86 | 0.31 | 0.41 | 321.86 | 0.75 | 0.34 |
| Hex | 96 | 15 | 67 | 0 | 56 | 1F | 29 | 142 | 4B | 22 |
| Octal | 226 | 25 | 147 | 0 | 126 | 37 | 51 | 502 | 113 | 42 |
| Binary | 10010110 | 10101 | 1100111 | 0 | 1010110 | 11111 | 101001 | 101000010 | 1001011 | 100010 |
Color Harmonies of #961567
Complementary color
Monochromatic Colors of #961567
Black with #961567
Text Example
Text Example
White with #961567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961567; }
p { color: rgb(150,21,103); }
H1.HeaderClassName
{
color: #961567;
}
.AnyTagClassName
{
color: #961567;
}
</style>
background-color css
<style>
a { background-color: #961567; }
a { background-color: rgb(150,21,103); }
div.DivClassName
{
background-color: #961567;
}
.BgClassName
{
background-color: #961567;
}
</style>
border-color css
<style>
span { border-color: #961567; }
span { border-color: rgb(150,21,103); }
td.TdClassName
{
border-color: #961567;
}
.TagClassName
{
border-color: #961567;
}
</style>