Shades of Dark Magenta #910398
Tints of Dark Magenta #910398
RGB
CMYK
RGB Variations
Color information
#910398 (or 0x910398) is known color: Dark Magenta. HEX triplet: 91, 03 and 98. RGB value is (145,3,152). Sum of RGB (Red+Green+Blue) = 145+3+152=300 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.33% from 300); Green value is 3 (1.56% from 255 or 1% from 300); Blue value is 152 (59.77% from 255 or 50.67% from 300); Max value from RGB is 152 - color contains mainly: blue. Hex color #910398 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #910398 is #6EFC67. Grayscale: #3D3D3D. Windows color (decimal): -7273576 or 9962385. OLE color: 9962385.
HSL color Cylindrical-coordinate representation of color #910398: hue angle of 297.18º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #910398 is Cyan = 0.05, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 145 | 3 | 152 | - |
| CMYK | 0.05 | 0.98 | 0 | 0.40 |
| HSL | 297.18º | 0.96% | 0.3% | - |
| HSV(B) | 297.18º | 0.98% | 0.6% | - |
| XYZ | 17.38 | 8.35 | 30.4 | - |
| YUV | 62.44 | 178.54 | 186.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 3 | 152 | 0.05 | 0.98 | 0 | 0.40 | 297.18 | 0.96 | 0.3 |
| Hex | 91 | 3 | 98 | 5 | 62 | 0 | 28 | 129 | 60 | 1E |
| Octal | 221 | 3 | 230 | 5 | 142 | 0 | 50 | 451 | 140 | 36 |
| Binary | 10010001 | 11 | 10011000 | 101 | 1100010 | 0 | 101000 | 100101001 | 1100000 | 11110 |
Color Harmonies of #910398
Complementary color
Monochromatic Colors of #910398
Black with #910398
Text Example
Text Example
White with #910398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910398; }
p { color: rgb(145,3,152); }
H1.HeaderClassName
{
color: #910398;
}
.AnyTagClassName
{
color: #910398;
}
</style>
background-color css
<style>
a { background-color: #910398; }
a { background-color: rgb(145,3,152); }
div.DivClassName
{
background-color: #910398;
}
.BgClassName
{
background-color: #910398;
}
</style>
border-color css
<style>
span { border-color: #910398; }
span { border-color: rgb(145,3,152); }
td.TdClassName
{
border-color: #910398;
}
.TagClassName
{
border-color: #910398;
}
</style>