Shades of Eggplant #910568
Tints of Eggplant #910568
RGB
CMYK
RGB Variations
Color information
#910568 (or 0x910568) is known color: Eggplant. HEX triplet: 91, 05 and 68. RGB value is (145,5,104). Sum of RGB (Red+Green+Blue) = 145+5+104=254 (33% of max value = 765). Red value is 145 (57.03% from 255 or 57.09% from 254); Green value is 5 (2.34% from 255 or 1.97% from 254); Blue value is 104 (41.02% from 255 or 40.94% from 254); Max value from RGB is 145 - color contains mainly: red. Hex color #910568 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #910568 is #6EFA97. Grayscale: #393939. Windows color (decimal): -7273112 or 6817169. OLE color: 6817169.
HSL color Cylindrical-coordinate representation of color #910568: hue angle of 317.57º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #910568 is Cyan = 0, Magento = 0.97, Yellow = 0.28 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 5 | 104 | - |
| CMYK | 0 | 0.97 | 0.28 | 0.43 |
| HSL | 317.57º | 0.93% | 0.29% | - |
| HSV(B) | 317.57º | 0.97% | 0.57% | - |
| XYZ | 14.23 | 7.13 | 13.72 | - |
| YUV | 58.15 | 153.88 | 189.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 5 | 104 | 0 | 0.97 | 0.28 | 0.43 | 317.57 | 0.93 | 0.29 |
| Hex | 91 | 5 | 68 | 0 | 61 | 1C | 2B | 13E | 5D | 1D |
| Octal | 221 | 5 | 150 | 0 | 141 | 34 | 53 | 476 | 135 | 35 |
| Binary | 10010001 | 101 | 1101000 | 0 | 1100001 | 11100 | 101011 | 100111110 | 1011101 | 11101 |
Color Harmonies of #910568
Complementary color
Monochromatic Colors of #910568
Black with #910568
Text Example
Text Example
White with #910568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910568; }
p { color: rgb(145,5,104); }
H1.HeaderClassName
{
color: #910568;
}
.AnyTagClassName
{
color: #910568;
}
</style>
background-color css
<style>
a { background-color: #910568; }
a { background-color: rgb(145,5,104); }
div.DivClassName
{
background-color: #910568;
}
.BgClassName
{
background-color: #910568;
}
</style>
border-color css
<style>
span { border-color: #910568; }
span { border-color: rgb(145,5,104); }
td.TdClassName
{
border-color: #910568;
}
.TagClassName
{
border-color: #910568;
}
</style>