Shades of Dark Magenta #910A8B
Tints of Dark Magenta #910A8B
RGB
CMYK
RGB Variations
Color information
#910A8B (or 0x910A8B) is known color: Dark Magenta. HEX triplet: 91, 0A and 8B. RGB value is (145,10,139). Sum of RGB (Red+Green+Blue) = 145+10+139=294 (38% of max value = 765). Red value is 145 (57.03% from 255 or 49.32% from 294); Green value is 10 (4.30% from 255 or 3.40% from 294); Blue value is 139 (54.69% from 255 or 47.28% from 294); Max value from RGB is 145 - color contains mainly: red. Hex color #910A8B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #910A8B is #6EF574. Grayscale: #404040. Windows color (decimal): -7271797 or 9112209. OLE color: 9112209.
HSL color Cylindrical-coordinate representation of color #910A8B: hue angle of 302.67º 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 #910A8B is Cyan = 0, Magento = 0.93, Yellow = 0.04 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 10 | 139 | - |
| CMYK | 0 | 0.93 | 0.04 | 0.43 |
| HSL | 302.67º | 0.87% | 0.3% | - |
| HSV(B) | 302.67º | 0.93% | 0.57% | - |
| XYZ | 16.45 | 8.1 | 25.12 | - |
| YUV | 65.07 | 169.73 | 185.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 10 | 139 | 0 | 0.93 | 0.04 | 0.43 | 302.67 | 0.87 | 0.3 |
| Hex | 91 | A | 8B | 0 | 5D | 4 | 2B | 12F | 57 | 1E |
| Octal | 221 | 12 | 213 | 0 | 135 | 4 | 53 | 457 | 127 | 36 |
| Binary | 10010001 | 1010 | 10001011 | 0 | 1011101 | 100 | 101011 | 100101111 | 1010111 | 11110 |
Color Harmonies of #910A8B
Complementary color
Monochromatic Colors of #910A8B
Black with #910A8B
Text Example
Text Example
White with #910A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910A8B; }
p { color: rgb(145,10,139); }
H1.HeaderClassName
{
color: #910A8B;
}
.AnyTagClassName
{
color: #910A8B;
}
</style>
background-color css
<style>
a { background-color: #910A8B; }
a { background-color: rgb(145,10,139); }
div.DivClassName
{
background-color: #910A8B;
}
.BgClassName
{
background-color: #910A8B;
}
</style>
border-color css
<style>
span { border-color: #910A8B; }
span { border-color: rgb(145,10,139); }
td.TdClassName
{
border-color: #910A8B;
}
.TagClassName
{
border-color: #910A8B;
}
</style>