Shades of Eggplant #961367
Tints of Eggplant #961367
RGB
CMYK
RGB Variations
Color information
#961367 (or 0x961367) is known color: Eggplant. HEX triplet: 96, 13 and 67. RGB value is (150,19,103). Sum of RGB (Red+Green+Blue) = 150+19+103=272 (36% of max value = 765). Red value is 150 (58.98% from 255 or 55.15% from 272); Green value is 19 (7.81% from 255 or 6.99% from 272); Blue value is 103 (40.62% from 255 or 37.87% from 272); Max value from RGB is 150 - color contains mainly: red. Hex color #961367 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #961367 is #69EC98. Grayscale: #434343. Windows color (decimal): -6941849 or 6755222. OLE color: 6755222.
HSL color Cylindrical-coordinate representation of color #961367: hue angle of 321.53º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #961367 is Cyan = 0, Magento = 0.87, Yellow = 0.31 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 19 | 103 | - |
| CMYK | 0 | 0.87 | 0.31 | 0.41 |
| HSL | 321.53º | 0.78% | 0.33% | - |
| HSV(B) | 321.53º | 0.87% | 0.59% | - |
| XYZ | 15.26 | 7.93 | 13.56 | - |
| YUV | 67.75 | 147.9 | 186.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 19 | 103 | 0 | 0.87 | 0.31 | 0.41 | 321.53 | 0.78 | 0.33 |
| Hex | 96 | 13 | 67 | 0 | 57 | 1F | 29 | 142 | 4E | 21 |
| Octal | 226 | 23 | 147 | 0 | 127 | 37 | 51 | 502 | 116 | 41 |
| Binary | 10010110 | 10011 | 1100111 | 0 | 1010111 | 11111 | 101001 | 101000010 | 1001110 | 100001 |
Color Harmonies of #961367
Complementary color
Monochromatic Colors of #961367
Black with #961367
Text Example
Text Example
White with #961367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961367; }
p { color: rgb(150,19,103); }
H1.HeaderClassName
{
color: #961367;
}
.AnyTagClassName
{
color: #961367;
}
</style>
background-color css
<style>
a { background-color: #961367; }
a { background-color: rgb(150,19,103); }
div.DivClassName
{
background-color: #961367;
}
.BgClassName
{
background-color: #961367;
}
</style>
border-color css
<style>
span { border-color: #961367; }
span { border-color: rgb(150,19,103); }
td.TdClassName
{
border-color: #961367;
}
.TagClassName
{
border-color: #961367;
}
</style>