Shades of Eggplant #910168
Tints of Eggplant #910168
RGB
CMYK
RGB Variations
Color information
#910168 (or 0x910168) is known color: Eggplant. HEX triplet: 91, 01 and 68. RGB value is (145,1,104). Sum of RGB (Red+Green+Blue) = 145+1+104=250 (33% of max value = 765). Red value is 145 (57.03% from 255 or 58% from 250); Green value is 1 (0.78% from 255 or 0.4% from 250); Blue value is 104 (41.02% from 255 or 41.6% from 250); Max value from RGB is 145 - color contains mainly: red. Hex color #910168 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #910168 is #6EFE97. Grayscale: #373737. Windows color (decimal): -7274136 or 6816145. OLE color: 6816145.
HSL color Cylindrical-coordinate representation of color #910168: hue angle of 317.08º 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 #910168 is Cyan = 0, Magento = 0.99, Yellow = 0.28 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 1 | 104 | - |
| CMYK | 0 | 0.99 | 0.28 | 0.43 |
| HSL | 317.08º | 0.99% | 0.29% | - |
| HSV(B) | 317.08º | 0.99% | 0.57% | - |
| XYZ | 14.19 | 7.04 | 13.71 | - |
| YUV | 55.8 | 155.21 | 191.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 1 | 104 | 0 | 0.99 | 0.28 | 0.43 | 317.08 | 0.99 | 0.29 |
| Hex | 91 | 1 | 68 | 0 | 63 | 1C | 2B | 13D | 63 | 1D |
| Octal | 221 | 1 | 150 | 0 | 143 | 34 | 53 | 475 | 143 | 35 |
| Binary | 10010001 | 1 | 1101000 | 0 | 1100011 | 11100 | 101011 | 100111101 | 1100011 | 11101 |
Color Harmonies of #910168
Complementary color
Monochromatic Colors of #910168
Black with #910168
Text Example
Text Example
White with #910168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910168; }
p { color: rgb(145,1,104); }
H1.HeaderClassName
{
color: #910168;
}
.AnyTagClassName
{
color: #910168;
}
</style>
background-color css
<style>
a { background-color: #910168; }
a { background-color: rgb(145,1,104); }
div.DivClassName
{
background-color: #910168;
}
.BgClassName
{
background-color: #910168;
}
</style>
border-color css
<style>
span { border-color: #910168; }
span { border-color: rgb(145,1,104); }
td.TdClassName
{
border-color: #910168;
}
.TagClassName
{
border-color: #910168;
}
</style>