Shades of Eggplant #96077B
Tints of Eggplant #96077B
RGB
CMYK
RGB Variations
Color information
#96077B (or 0x96077B) is known color: Eggplant. HEX triplet: 96, 07 and 7B. RGB value is (150,7,123). Sum of RGB (Red+Green+Blue) = 150+7+123=280 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.57% from 280); Green value is 7 (3.12% from 255 or 2.5% from 280); Blue value is 123 (48.44% from 255 or 43.93% from 280); Max value from RGB is 150 - color contains mainly: red. Hex color #96077B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96077B is #69F884. Grayscale: #3E3E3E. Windows color (decimal): -6944901 or 8062870. OLE color: 8062870.
HSL color Cylindrical-coordinate representation of color #96077B: hue angle of 311.33º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #96077B is Cyan = 0, Magento = 0.95, Yellow = 0.18 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 7 | 123 | - |
| CMYK | 0 | 0.95 | 0.18 | 0.41 |
| HSL | 311.33º | 0.91% | 0.31% | - |
| HSV(B) | 311.33º | 0.95% | 0.59% | - |
| XYZ | 16.23 | 8.07 | 19.44 | - |
| YUV | 62.98 | 161.88 | 190.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 7 | 123 | 0 | 0.95 | 0.18 | 0.41 | 311.33 | 0.91 | 0.31 |
| Hex | 96 | 7 | 7B | 0 | 5F | 12 | 29 | 137 | 5B | 1F |
| Octal | 226 | 7 | 173 | 0 | 137 | 22 | 51 | 467 | 133 | 37 |
| Binary | 10010110 | 111 | 1111011 | 0 | 1011111 | 10010 | 101001 | 100110111 | 1011011 | 11111 |
Color Harmonies of #96077B
Complementary color
Monochromatic Colors of #96077B
Black with #96077B
Text Example
Text Example
White with #96077B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96077B; }
p { color: rgb(150,7,123); }
H1.HeaderClassName
{
color: #96077B;
}
.AnyTagClassName
{
color: #96077B;
}
</style>
background-color css
<style>
a { background-color: #96077B; }
a { background-color: rgb(150,7,123); }
div.DivClassName
{
background-color: #96077B;
}
.BgClassName
{
background-color: #96077B;
}
</style>
border-color css
<style>
span { border-color: #96077B; }
span { border-color: rgb(150,7,123); }
td.TdClassName
{
border-color: #96077B;
}
.TagClassName
{
border-color: #96077B;
}
</style>