Shades of Eggplant #960367
Tints of Eggplant #960367
RGB
CMYK
RGB Variations
Color information
#960367 (or 0x960367) is known color: Eggplant. HEX triplet: 96, 03 and 67. RGB value is (150,3,103). Sum of RGB (Red+Green+Blue) = 150+3+103=256 (33% of max value = 765). Red value is 150 (58.98% from 255 or 58.59% from 256); Green value is 3 (1.56% from 255 or 1.17% from 256); Blue value is 103 (40.62% from 255 or 40.23% from 256); Max value from RGB is 150 - color contains mainly: red. Hex color #960367 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960367 is #69FC98. Grayscale: #3A3A3A. Windows color (decimal): -6945945 or 6751126. OLE color: 6751126.
HSL color Cylindrical-coordinate representation of color #960367: hue angle of 319.18º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #960367 is Cyan = 0, Magento = 0.98, Yellow = 0.31 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 3 | 103 | - |
| CMYK | 0 | 0.98 | 0.31 | 0.41 |
| HSL | 319.18º | 0.96% | 0.3% | - |
| HSV(B) | 319.18º | 0.98% | 0.59% | - |
| XYZ | 15.06 | 7.53 | 13.49 | - |
| YUV | 58.35 | 153.2 | 193.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 3 | 103 | 0 | 0.98 | 0.31 | 0.41 | 319.18 | 0.96 | 0.3 |
| Hex | 96 | 3 | 67 | 0 | 62 | 1F | 29 | 13F | 60 | 1E |
| Octal | 226 | 3 | 147 | 0 | 142 | 37 | 51 | 477 | 140 | 36 |
| Binary | 10010110 | 11 | 1100111 | 0 | 1100010 | 11111 | 101001 | 100111111 | 1100000 | 11110 |
Color Harmonies of #960367
Complementary color
Monochromatic Colors of #960367
Black with #960367
Text Example
Text Example
White with #960367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960367; }
p { color: rgb(150,3,103); }
H1.HeaderClassName
{
color: #960367;
}
.AnyTagClassName
{
color: #960367;
}
</style>
background-color css
<style>
a { background-color: #960367; }
a { background-color: rgb(150,3,103); }
div.DivClassName
{
background-color: #960367;
}
.BgClassName
{
background-color: #960367;
}
</style>
border-color css
<style>
span { border-color: #960367; }
span { border-color: rgb(150,3,103); }
td.TdClassName
{
border-color: #960367;
}
.TagClassName
{
border-color: #960367;
}
</style>