Shades of Eggplant #960669
Tints of Eggplant #960669
RGB
CMYK
RGB Variations
Color information
#960669 (or 0x960669) is known color: Eggplant. HEX triplet: 96, 06 and 69. RGB value is (150,6,105). Sum of RGB (Red+Green+Blue) = 150+6+105=261 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.47% from 261); Green value is 6 (2.73% from 255 or 2.30% from 261); Blue value is 105 (41.41% from 255 or 40.23% from 261); Max value from RGB is 150 - color contains mainly: red. Hex color #960669 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960669 is #69F996. Grayscale: #3C3C3C. Windows color (decimal): -6945175 or 6882966. OLE color: 6882966.
HSL color Cylindrical-coordinate representation of color #960669: hue angle of 318.75º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #960669 is Cyan = 0, Magento = 0.96, Yellow = 0.30 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 6 | 105 | - |
| CMYK | 0 | 0.96 | 0.30 | 0.41 |
| HSL | 318.75º | 0.92% | 0.31% | - |
| HSV(B) | 318.75º | 0.96% | 0.59% | - |
| XYZ | 15.19 | 7.63 | 14.04 | - |
| YUV | 60.34 | 153.21 | 191.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 6 | 105 | 0 | 0.96 | 0.30 | 0.41 | 318.75 | 0.92 | 0.31 |
| Hex | 96 | 6 | 69 | 0 | 60 | 1E | 29 | 13F | 5C | 1F |
| Octal | 226 | 6 | 151 | 0 | 140 | 36 | 51 | 477 | 134 | 37 |
| Binary | 10010110 | 110 | 1101001 | 0 | 1100000 | 11110 | 101001 | 100111111 | 1011100 | 11111 |
Color Harmonies of #960669
Complementary color
Monochromatic Colors of #960669
Black with #960669
Text Example
Text Example
White with #960669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960669; }
p { color: rgb(150,6,105); }
H1.HeaderClassName
{
color: #960669;
}
.AnyTagClassName
{
color: #960669;
}
</style>
background-color css
<style>
a { background-color: #960669; }
a { background-color: rgb(150,6,105); }
div.DivClassName
{
background-color: #960669;
}
.BgClassName
{
background-color: #960669;
}
</style>
border-color css
<style>
span { border-color: #960669; }
span { border-color: rgb(150,6,105); }
td.TdClassName
{
border-color: #960669;
}
.TagClassName
{
border-color: #960669;
}
</style>