Shades of Eggplant #910758
Tints of Eggplant #910758
RGB
CMYK
RGB Variations
Color information
#910758 (or 0x910758) is known color: Eggplant. HEX triplet: 91, 07 and 58. RGB value is (145,7,88). Sum of RGB (Red+Green+Blue) = 145+7+88=240 (31% of max value = 765). Red value is 145 (57.03% from 255 or 60.42% from 240); Green value is 7 (3.12% from 255 or 2.92% from 240); Blue value is 88 (34.77% from 255 or 36.67% from 240); Max value from RGB is 145 - color contains mainly: red. Hex color #910758 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #910758 is #6EF8A7. Grayscale: #393939. Windows color (decimal): -7272616 or 5769105. OLE color: 5769105.
HSL color Cylindrical-coordinate representation of color #910758: hue angle of 324.78º 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 #910758 is Cyan = 0, Magento = 0.95, Yellow = 0.39 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 7 | 88 | - |
| CMYK | 0 | 0.95 | 0.39 | 0.43 |
| HSL | 324.78º | 0.91% | 0.3% | - |
| HSV(B) | 324.78º | 0.95% | 0.57% | - |
| XYZ | 13.51 | 6.88 | 9.85 | - |
| YUV | 57.5 | 145.22 | 190.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 7 | 88 | 0 | 0.95 | 0.39 | 0.43 | 324.78 | 0.91 | 0.3 |
| Hex | 91 | 7 | 58 | 0 | 5F | 27 | 2B | 145 | 5B | 1E |
| Octal | 221 | 7 | 130 | 0 | 137 | 47 | 53 | 505 | 133 | 36 |
| Binary | 10010001 | 111 | 1011000 | 0 | 1011111 | 100111 | 101011 | 101000101 | 1011011 | 11110 |
Color Harmonies of #910758
Complementary color
Monochromatic Colors of #910758
Black with #910758
Text Example
Text Example
White with #910758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910758; }
p { color: rgb(145,7,88); }
H1.HeaderClassName
{
color: #910758;
}
.AnyTagClassName
{
color: #910758;
}
</style>
background-color css
<style>
a { background-color: #910758; }
a { background-color: rgb(145,7,88); }
div.DivClassName
{
background-color: #910758;
}
.BgClassName
{
background-color: #910758;
}
</style>
border-color css
<style>
span { border-color: #910758; }
span { border-color: rgb(145,7,88); }
td.TdClassName
{
border-color: #910758;
}
.TagClassName
{
border-color: #910758;
}
</style>