Shades of Eggplant #910755
Tints of Eggplant #910755
RGB
CMYK
RGB Variations
Color information
#910755 (or 0x910755) is known color: Eggplant. HEX triplet: 91, 07 and 55. RGB value is (145,7,85). Sum of RGB (Red+Green+Blue) = 145+7+85=237 (31% of max value = 765). Red value is 145 (57.03% from 255 or 61.18% from 237); Green value is 7 (3.12% from 255 or 2.95% from 237); Blue value is 85 (33.59% from 255 or 35.86% from 237); Max value from RGB is 145 - color contains mainly: red. Hex color #910755 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #910755 is #6EF8AA. Grayscale: #383838. Windows color (decimal): -7272619 or 5572497. OLE color: 5572497.
HSL color Cylindrical-coordinate representation of color #910755: hue angle of 326.09º 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 #910755 is Cyan = 0, Magento = 0.95, Yellow = 0.41 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 7 | 85 | - |
| CMYK | 0 | 0.95 | 0.41 | 0.43 |
| HSL | 326.09º | 0.91% | 0.3% | - |
| HSV(B) | 326.09º | 0.95% | 0.57% | - |
| XYZ | 13.39 | 6.83 | 9.21 | - |
| YUV | 57.15 | 143.72 | 190.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 7 | 85 | 0 | 0.95 | 0.41 | 0.43 | 326.09 | 0.91 | 0.3 |
| Hex | 91 | 7 | 55 | 0 | 5F | 29 | 2B | 146 | 5B | 1E |
| Octal | 221 | 7 | 125 | 0 | 137 | 51 | 53 | 506 | 133 | 36 |
| Binary | 10010001 | 111 | 1010101 | 0 | 1011111 | 101001 | 101011 | 101000110 | 1011011 | 11110 |
Color Harmonies of #910755
Complementary color
Monochromatic Colors of #910755
Black with #910755
Text Example
Text Example
White with #910755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910755; }
p { color: rgb(145,7,85); }
H1.HeaderClassName
{
color: #910755;
}
.AnyTagClassName
{
color: #910755;
}
</style>
background-color css
<style>
a { background-color: #910755; }
a { background-color: rgb(145,7,85); }
div.DivClassName
{
background-color: #910755;
}
.BgClassName
{
background-color: #910755;
}
</style>
border-color css
<style>
span { border-color: #910755; }
span { border-color: rgb(145,7,85); }
td.TdClassName
{
border-color: #910755;
}
.TagClassName
{
border-color: #910755;
}
</style>