Shades of Eggplant #961073
Tints of Eggplant #961073
RGB
CMYK
RGB Variations
Color information
#961073 (or 0x961073) is known color: Eggplant. HEX triplet: 96, 10 and 73. RGB value is (150,16,115). Sum of RGB (Red+Green+Blue) = 150+16+115=281 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.38% from 281); Green value is 16 (6.64% from 255 or 5.69% from 281); Blue value is 115 (45.31% from 255 or 40.93% from 281); Max value from RGB is 150 - color contains mainly: red. Hex color #961073 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #961073 is #69EF8C. Grayscale: #434343. Windows color (decimal): -6942605 or 7540886. OLE color: 7540886.
HSL color Cylindrical-coordinate representation of color #961073: hue angle of 315.67º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #961073 is Cyan = 0, Magento = 0.89, Yellow = 0.23 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 16 | 115 | - |
| CMYK | 0 | 0.89 | 0.23 | 0.41 |
| HSL | 315.67º | 0.81% | 0.33% | - |
| HSV(B) | 315.67º | 0.89% | 0.59% | - |
| XYZ | 15.86 | 8.09 | 16.95 | - |
| YUV | 67.35 | 154.89 | 186.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 16 | 115 | 0 | 0.89 | 0.23 | 0.41 | 315.67 | 0.81 | 0.33 |
| Hex | 96 | 10 | 73 | 0 | 59 | 17 | 29 | 13C | 51 | 21 |
| Octal | 226 | 20 | 163 | 0 | 131 | 27 | 51 | 474 | 121 | 41 |
| Binary | 10010110 | 10000 | 1110011 | 0 | 1011001 | 10111 | 101001 | 100111100 | 1010001 | 100001 |
Color Harmonies of #961073
Complementary color
Monochromatic Colors of #961073
Black with #961073
Text Example
Text Example
White with #961073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961073; }
p { color: rgb(150,16,115); }
H1.HeaderClassName
{
color: #961073;
}
.AnyTagClassName
{
color: #961073;
}
</style>
background-color css
<style>
a { background-color: #961073; }
a { background-color: rgb(150,16,115); }
div.DivClassName
{
background-color: #961073;
}
.BgClassName
{
background-color: #961073;
}
</style>
border-color css
<style>
span { border-color: #961073; }
span { border-color: rgb(150,16,115); }
td.TdClassName
{
border-color: #961073;
}
.TagClassName
{
border-color: #961073;
}
</style>