Shades of Dark Magenta #910A8A
Tints of Dark Magenta #910A8A
RGB
CMYK
RGB Variations
Color information
#910A8A (or 0x910A8A) is known color: Dark Magenta. HEX triplet: 91, 0A and 8A. RGB value is (145,10,138). Sum of RGB (Red+Green+Blue) = 145+10+138=293 (38% of max value = 765). Red value is 145 (57.03% from 255 or 49.49% from 293); Green value is 10 (4.30% from 255 or 3.41% from 293); Blue value is 138 (54.30% from 255 or 47.10% from 293); Max value from RGB is 145 - color contains mainly: red. Hex color #910A8A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #910A8A is #6EF575. Grayscale: #404040. Windows color (decimal): -7271798 or 9046673. OLE color: 9046673.
HSL color Cylindrical-coordinate representation of color #910A8A: hue angle of 303.11º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #910A8A is Cyan = 0, Magento = 0.93, Yellow = 0.05 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 10 | 138 | - |
| CMYK | 0 | 0.93 | 0.05 | 0.43 |
| HSL | 303.11º | 0.87% | 0.3% | - |
| HSV(B) | 303.11º | 0.93% | 0.57% | - |
| XYZ | 16.37 | 8.07 | 24.74 | - |
| YUV | 64.96 | 169.23 | 185.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 10 | 138 | 0 | 0.93 | 0.05 | 0.43 | 303.11 | 0.87 | 0.3 |
| Hex | 91 | A | 8A | 0 | 5D | 5 | 2B | 12F | 57 | 1E |
| Octal | 221 | 12 | 212 | 0 | 135 | 5 | 53 | 457 | 127 | 36 |
| Binary | 10010001 | 1010 | 10001010 | 0 | 1011101 | 101 | 101011 | 100101111 | 1010111 | 11110 |
Color Harmonies of #910A8A
Complementary color
Monochromatic Colors of #910A8A
Black with #910A8A
Text Example
Text Example
White with #910A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910A8A; }
p { color: rgb(145,10,138); }
H1.HeaderClassName
{
color: #910A8A;
}
.AnyTagClassName
{
color: #910A8A;
}
</style>
background-color css
<style>
a { background-color: #910A8A; }
a { background-color: rgb(145,10,138); }
div.DivClassName
{
background-color: #910A8A;
}
.BgClassName
{
background-color: #910A8A;
}
</style>
border-color css
<style>
span { border-color: #910A8A; }
span { border-color: rgb(145,10,138); }
td.TdClassName
{
border-color: #910A8A;
}
.TagClassName
{
border-color: #910A8A;
}
</style>