Shades of Dark Magenta #910898
Tints of Dark Magenta #910898
RGB
CMYK
RGB Variations
Color information
#910898 (or 0x910898) is known color: Dark Magenta. HEX triplet: 91, 08 and 98. RGB value is (145,8,152). Sum of RGB (Red+Green+Blue) = 145+8+152=305 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.54% from 305); Green value is 8 (3.52% from 255 or 2.62% from 305); Blue value is 152 (59.77% from 255 or 49.84% from 305); Max value from RGB is 152 - color contains mainly: blue. Hex color #910898 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #910898 is #6EF767. Grayscale: #404040. Windows color (decimal): -7272296 or 9963665. OLE color: 9963665.
HSL color Cylindrical-coordinate representation of color #910898: hue angle of 297.08º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #910898 is Cyan = 0.05, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 145 | 8 | 152 | - |
| CMYK | 0.05 | 0.95 | 0 | 0.40 |
| HSL | 297.08º | 0.9% | 0.31% | - |
| HSV(B) | 297.08º | 0.95% | 0.6% | - |
| XYZ | 17.43 | 8.46 | 30.42 | - |
| YUV | 65.38 | 176.89 | 184.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 8 | 152 | 0.05 | 0.95 | 0 | 0.40 | 297.08 | 0.9 | 0.31 |
| Hex | 91 | 8 | 98 | 5 | 5F | 0 | 28 | 129 | 5A | 1F |
| Octal | 221 | 10 | 230 | 5 | 137 | 0 | 50 | 451 | 132 | 37 |
| Binary | 10010001 | 1000 | 10011000 | 101 | 1011111 | 0 | 101000 | 100101001 | 1011010 | 11111 |
Color Harmonies of #910898
Complementary color
Monochromatic Colors of #910898
Black with #910898
Text Example
Text Example
White with #910898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910898; }
p { color: rgb(145,8,152); }
H1.HeaderClassName
{
color: #910898;
}
.AnyTagClassName
{
color: #910898;
}
</style>
background-color css
<style>
a { background-color: #910898; }
a { background-color: rgb(145,8,152); }
div.DivClassName
{
background-color: #910898;
}
.BgClassName
{
background-color: #910898;
}
</style>
border-color css
<style>
span { border-color: #910898; }
span { border-color: rgb(145,8,152); }
td.TdClassName
{
border-color: #910898;
}
.TagClassName
{
border-color: #910898;
}
</style>