Shades of Dark Magenta #910E8A
Tints of Dark Magenta #910E8A
RGB
CMYK
RGB Variations
Color information
#910E8A (or 0x910E8A) is known color: Dark Magenta. HEX triplet: 91, 0E and 8A. RGB value is (145,14,138). Sum of RGB (Red+Green+Blue) = 145+14+138=297 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.82% from 297); Green value is 14 (5.86% from 255 or 4.71% from 297); Blue value is 138 (54.30% from 255 or 46.46% from 297); Max value from RGB is 145 - color contains mainly: red. Hex color #910E8A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #910E8A is #6EF175. Grayscale: #424242. Windows color (decimal): -7270774 or 9047697. OLE color: 9047697.
HSL color Cylindrical-coordinate representation of color #910E8A: hue angle of 303.21º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #910E8A is Cyan = 0, Magento = 0.90, Yellow = 0.05 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 14 | 138 | - |
| CMYK | 0 | 0.90 | 0.05 | 0.43 |
| HSL | 303.21º | 0.82% | 0.31% | - |
| HSV(B) | 303.21º | 0.9% | 0.57% | - |
| XYZ | 16.42 | 8.17 | 24.76 | - |
| YUV | 67.31 | 167.9 | 183.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 14 | 138 | 0 | 0.90 | 0.05 | 0.43 | 303.21 | 0.82 | 0.31 |
| Hex | 91 | E | 8A | 0 | 5A | 5 | 2B | 12F | 52 | 1F |
| Octal | 221 | 16 | 212 | 0 | 132 | 5 | 53 | 457 | 122 | 37 |
| Binary | 10010001 | 1110 | 10001010 | 0 | 1011010 | 101 | 101011 | 100101111 | 1010010 | 11111 |
Color Harmonies of #910E8A
Complementary color
Monochromatic Colors of #910E8A
Black with #910E8A
Text Example
Text Example
White with #910E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910E8A; }
p { color: rgb(145,14,138); }
H1.HeaderClassName
{
color: #910E8A;
}
.AnyTagClassName
{
color: #910E8A;
}
</style>
background-color css
<style>
a { background-color: #910E8A; }
a { background-color: rgb(145,14,138); }
div.DivClassName
{
background-color: #910E8A;
}
.BgClassName
{
background-color: #910E8A;
}
</style>
border-color css
<style>
span { border-color: #910E8A; }
span { border-color: rgb(145,14,138); }
td.TdClassName
{
border-color: #910E8A;
}
.TagClassName
{
border-color: #910E8A;
}
</style>