Shades of Eggplant #941569
Tints of Eggplant #941569
RGB
CMYK
RGB Variations
Color information
#941569 (or 0x941569) is known color: Eggplant. HEX triplet: 94, 15 and 69. RGB value is (148,21,105). Sum of RGB (Red+Green+Blue) = 148+21+105=274 (36% of max value = 765). Red value is 148 (58.20% from 255 or 54.01% from 274); Green value is 21 (8.59% from 255 or 7.66% from 274); Blue value is 105 (41.41% from 255 or 38.32% from 274); Max value from RGB is 148 - color contains mainly: red. Hex color #941569 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #941569 is #6BEA96. Grayscale: #444444. Windows color (decimal): -7072407 or 6886804. OLE color: 6886804.
HSL color Cylindrical-coordinate representation of color #941569: hue angle of 320.31º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #941569 is Cyan = 0, Magento = 0.86, Yellow = 0.29 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 21 | 105 | - |
| CMYK | 0 | 0.86 | 0.29 | 0.42 |
| HSL | 320.32º | 0.75% | 0.33% | - |
| HSV(B) | 320.32º | 0.86% | 0.58% | - |
| XYZ | 15.03 | 7.85 | 14.09 | - |
| YUV | 68.55 | 148.58 | 184.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 21 | 105 | 0 | 0.86 | 0.29 | 0.42 | 320.32 | 0.75 | 0.33 |
| Hex | 94 | 15 | 69 | 0 | 56 | 1D | 2A | 140 | 4B | 21 |
| Octal | 224 | 25 | 151 | 0 | 126 | 35 | 52 | 500 | 113 | 41 |
| Binary | 10010100 | 10101 | 1101001 | 0 | 1010110 | 11101 | 101010 | 101000000 | 1001011 | 100001 |
Color Harmonies of #941569
Complementary color
Monochromatic Colors of #941569
Black with #941569
Text Example
Text Example
White with #941569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #941569; }
p { color: rgb(148,21,105); }
H1.HeaderClassName
{
color: #941569;
}
.AnyTagClassName
{
color: #941569;
}
</style>
background-color css
<style>
a { background-color: #941569; }
a { background-color: rgb(148,21,105); }
div.DivClassName
{
background-color: #941569;
}
.BgClassName
{
background-color: #941569;
}
</style>
border-color css
<style>
span { border-color: #941569; }
span { border-color: rgb(148,21,105); }
td.TdClassName
{
border-color: #941569;
}
.TagClassName
{
border-color: #941569;
}
</style>