Shades of Eggplant #910169
Tints of Eggplant #910169
RGB
CMYK
RGB Variations
Color information
#910169 (or 0x910169) is known color: Eggplant. HEX triplet: 91, 01 and 69. RGB value is (145,1,105). Sum of RGB (Red+Green+Blue) = 145+1+105=251 (33% of max value = 765). Red value is 145 (57.03% from 255 or 57.77% from 251); Green value is 1 (0.78% from 255 or 0.40% from 251); Blue value is 105 (41.41% from 255 or 41.83% from 251); Max value from RGB is 145 - color contains mainly: red. Hex color #910169 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #910169 is #6EFE96. Grayscale: #373737. Windows color (decimal): -7274135 or 6881681. OLE color: 6881681.
HSL color Cylindrical-coordinate representation of color #910169: hue angle of 316.67º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #910169 is Cyan = 0, Magento = 0.99, Yellow = 0.28 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 1 | 105 | - |
| CMYK | 0 | 0.99 | 0.28 | 0.43 |
| HSL | 316.67º | 0.99% | 0.29% | - |
| HSV(B) | 316.67º | 0.99% | 0.57% | - |
| XYZ | 14.24 | 7.06 | 13.98 | - |
| YUV | 55.91 | 155.71 | 191.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 1 | 105 | 0 | 0.99 | 0.28 | 0.43 | 316.67 | 0.99 | 0.29 |
| Hex | 91 | 1 | 69 | 0 | 63 | 1C | 2B | 13D | 63 | 1D |
| Octal | 221 | 1 | 151 | 0 | 143 | 34 | 53 | 475 | 143 | 35 |
| Binary | 10010001 | 1 | 1101001 | 0 | 1100011 | 11100 | 101011 | 100111101 | 1100011 | 11101 |
Color Harmonies of #910169
Complementary color
Monochromatic Colors of #910169
Black with #910169
Text Example
Text Example
White with #910169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910169; }
p { color: rgb(145,1,105); }
H1.HeaderClassName
{
color: #910169;
}
.AnyTagClassName
{
color: #910169;
}
</style>
background-color css
<style>
a { background-color: #910169; }
a { background-color: rgb(145,1,105); }
div.DivClassName
{
background-color: #910169;
}
.BgClassName
{
background-color: #910169;
}
</style>
border-color css
<style>
span { border-color: #910169; }
span { border-color: rgb(145,1,105); }
td.TdClassName
{
border-color: #910169;
}
.TagClassName
{
border-color: #910169;
}
</style>