Shades of Eggplant #960167
Tints of Eggplant #960167
RGB
CMYK
RGB Variations
Color information
#960167 (or 0x960167) is known color: Eggplant. HEX triplet: 96, 01 and 67. RGB value is (150,1,103). Sum of RGB (Red+Green+Blue) = 150+1+103=254 (33% of max value = 765). Red value is 150 (58.98% from 255 or 59.06% from 254); Green value is 1 (0.78% from 255 or 0.39% from 254); Blue value is 103 (40.62% from 255 or 40.55% from 254); Max value from RGB is 150 - color contains mainly: red. Hex color #960167 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960167 is #69FE98. Grayscale: #383838. Windows color (decimal): -6946457 or 6750614. OLE color: 6750614.
HSL color Cylindrical-coordinate representation of color #960167: hue angle of 318.93º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #960167 is Cyan = 0, Magento = 0.99, Yellow = 0.31 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 1 | 103 | - |
| CMYK | 0 | 0.99 | 0.31 | 0.41 |
| HSL | 318.93º | 0.99% | 0.3% | - |
| HSV(B) | 318.93º | 0.99% | 0.59% | - |
| XYZ | 15.04 | 7.49 | 13.48 | - |
| YUV | 57.18 | 153.86 | 194.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 1 | 103 | 0 | 0.99 | 0.31 | 0.41 | 318.93 | 0.99 | 0.3 |
| Hex | 96 | 1 | 67 | 0 | 63 | 1F | 29 | 13F | 63 | 1E |
| Octal | 226 | 1 | 147 | 0 | 143 | 37 | 51 | 477 | 143 | 36 |
| Binary | 10010110 | 1 | 1100111 | 0 | 1100011 | 11111 | 101001 | 100111111 | 1100011 | 11110 |
Color Harmonies of #960167
Complementary color
Monochromatic Colors of #960167
Black with #960167
Text Example
Text Example
White with #960167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960167; }
p { color: rgb(150,1,103); }
H1.HeaderClassName
{
color: #960167;
}
.AnyTagClassName
{
color: #960167;
}
</style>
background-color css
<style>
a { background-color: #960167; }
a { background-color: rgb(150,1,103); }
div.DivClassName
{
background-color: #960167;
}
.BgClassName
{
background-color: #960167;
}
</style>
border-color css
<style>
span { border-color: #960167; }
span { border-color: rgb(150,1,103); }
td.TdClassName
{
border-color: #960167;
}
.TagClassName
{
border-color: #960167;
}
</style>