Shades of Eggplant #910768
Tints of Eggplant #910768
RGB
CMYK
RGB Variations
Color information
#910768 (or 0x910768) is known color: Eggplant. HEX triplet: 91, 07 and 68. RGB value is (145,7,104). Sum of RGB (Red+Green+Blue) = 145+7+104=256 (33% of max value = 765). Red value is 145 (57.03% from 255 or 56.64% from 256); Green value is 7 (3.12% from 255 or 2.73% from 256); Blue value is 104 (41.02% from 255 or 40.62% from 256); Max value from RGB is 145 - color contains mainly: red. Hex color #910768 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #910768 is #6EF897. Grayscale: #3B3B3B. Windows color (decimal): -7272600 or 6817681. OLE color: 6817681.
HSL color Cylindrical-coordinate representation of color #910768: hue angle of 317.83º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #910768 is Cyan = 0, Magento = 0.95, Yellow = 0.28 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 7 | 104 | - |
| CMYK | 0 | 0.95 | 0.28 | 0.43 |
| HSL | 317.83º | 0.91% | 0.3% | - |
| HSV(B) | 317.83º | 0.95% | 0.57% | - |
| XYZ | 14.25 | 7.17 | 13.73 | - |
| YUV | 59.32 | 153.22 | 189.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 7 | 104 | 0 | 0.95 | 0.28 | 0.43 | 317.83 | 0.91 | 0.3 |
| Hex | 91 | 7 | 68 | 0 | 5F | 1C | 2B | 13E | 5B | 1E |
| Octal | 221 | 7 | 150 | 0 | 137 | 34 | 53 | 476 | 133 | 36 |
| Binary | 10010001 | 111 | 1101000 | 0 | 1011111 | 11100 | 101011 | 100111110 | 1011011 | 11110 |
Color Harmonies of #910768
Complementary color
Monochromatic Colors of #910768
Black with #910768
Text Example
Text Example
White with #910768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910768; }
p { color: rgb(145,7,104); }
H1.HeaderClassName
{
color: #910768;
}
.AnyTagClassName
{
color: #910768;
}
</style>
background-color css
<style>
a { background-color: #910768; }
a { background-color: rgb(145,7,104); }
div.DivClassName
{
background-color: #910768;
}
.BgClassName
{
background-color: #910768;
}
</style>
border-color css
<style>
span { border-color: #910768; }
span { border-color: rgb(145,7,104); }
td.TdClassName
{
border-color: #910768;
}
.TagClassName
{
border-color: #910768;
}
</style>