Shades of Eggplant #910163
Tints of Eggplant #910163
RGB
CMYK
RGB Variations
Color information
#910163 (or 0x910163) is known color: Eggplant. HEX triplet: 91, 01 and 63. RGB value is (145,1,99). Sum of RGB (Red+Green+Blue) = 145+1+99=245 (32% of max value = 765). Red value is 145 (57.03% from 255 or 59.18% from 245); Green value is 1 (0.78% from 255 or 0.41% from 245); Blue value is 99 (39.06% from 255 or 40.41% from 245); Max value from RGB is 145 - color contains mainly: red. Hex color #910163 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #910163 is #6EFE9C. Grayscale: #363636. Windows color (decimal): -7274141 or 6488465. OLE color: 6488465.
HSL color Cylindrical-coordinate representation of color #910163: hue angle of 319.17º 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 #910163 is Cyan = 0, Magento = 0.99, Yellow = 0.32 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 1 | 99 | - |
| CMYK | 0 | 0.99 | 0.32 | 0.43 |
| HSL | 319.17º | 0.99% | 0.29% | - |
| HSV(B) | 319.17º | 0.99% | 0.57% | - |
| XYZ | 13.94 | 6.94 | 12.41 | - |
| YUV | 55.23 | 152.71 | 192.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 1 | 99 | 0 | 0.99 | 0.32 | 0.43 | 319.17 | 0.99 | 0.29 |
| Hex | 91 | 1 | 63 | 0 | 63 | 20 | 2B | 13F | 63 | 1D |
| Octal | 221 | 1 | 143 | 0 | 143 | 40 | 53 | 477 | 143 | 35 |
| Binary | 10010001 | 1 | 1100011 | 0 | 1100011 | 100000 | 101011 | 100111111 | 1100011 | 11101 |
Color Harmonies of #910163
Complementary color
Monochromatic Colors of #910163
Black with #910163
Text Example
Text Example
White with #910163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910163; }
p { color: rgb(145,1,99); }
H1.HeaderClassName
{
color: #910163;
}
.AnyTagClassName
{
color: #910163;
}
</style>
background-color css
<style>
a { background-color: #910163; }
a { background-color: rgb(145,1,99); }
div.DivClassName
{
background-color: #910163;
}
.BgClassName
{
background-color: #910163;
}
</style>
border-color css
<style>
span { border-color: #910163; }
span { border-color: rgb(145,1,99); }
td.TdClassName
{
border-color: #910163;
}
.TagClassName
{
border-color: #910163;
}
</style>