Shades of Eggplant #961269
Tints of Eggplant #961269
RGB
CMYK
RGB Variations
Color information
#961269 (or 0x961269) is known color: Eggplant. HEX triplet: 96, 12 and 69. RGB value is (150,18,105). Sum of RGB (Red+Green+Blue) = 150+18+105=273 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.95% from 273); Green value is 18 (7.42% from 255 or 6.59% from 273); Blue value is 105 (41.41% from 255 or 38.46% from 273); Max value from RGB is 150 - color contains mainly: red. Hex color #961269 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #961269 is #69ED96. Grayscale: #434343. Windows color (decimal): -6942103 or 6886038. OLE color: 6886038.
HSL color Cylindrical-coordinate representation of color #961269: hue angle of 320.45º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #961269 is Cyan = 0, Magento = 0.88, Yellow = 0.30 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 18 | 105 | - |
| CMYK | 0 | 0.88 | 0.30 | 0.41 |
| HSL | 320.45º | 0.79% | 0.33% | - |
| HSV(B) | 320.45º | 0.88% | 0.59% | - |
| XYZ | 15.34 | 7.94 | 14.09 | - |
| YUV | 67.39 | 149.23 | 186.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 18 | 105 | 0 | 0.88 | 0.30 | 0.41 | 320.45 | 0.79 | 0.33 |
| Hex | 96 | 12 | 69 | 0 | 58 | 1E | 29 | 140 | 4F | 21 |
| Octal | 226 | 22 | 151 | 0 | 130 | 36 | 51 | 500 | 117 | 41 |
| Binary | 10010110 | 10010 | 1101001 | 0 | 1011000 | 11110 | 101001 | 101000000 | 1001111 | 100001 |
Color Harmonies of #961269
Complementary color
Monochromatic Colors of #961269
Black with #961269
Text Example
Text Example
White with #961269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961269; }
p { color: rgb(150,18,105); }
H1.HeaderClassName
{
color: #961269;
}
.AnyTagClassName
{
color: #961269;
}
</style>
background-color css
<style>
a { background-color: #961269; }
a { background-color: rgb(150,18,105); }
div.DivClassName
{
background-color: #961269;
}
.BgClassName
{
background-color: #961269;
}
</style>
border-color css
<style>
span { border-color: #961269; }
span { border-color: rgb(150,18,105); }
td.TdClassName
{
border-color: #961269;
}
.TagClassName
{
border-color: #961269;
}
</style>