Shades of Dark Magenta #910E8C
Tints of Dark Magenta #910E8C
RGB
CMYK
RGB Variations
Color information
#910E8C (or 0x910E8C) is known color: Dark Magenta. HEX triplet: 91, 0E and 8C. RGB value is (145,14,140). Sum of RGB (Red+Green+Blue) = 145+14+140=299 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.49% from 299); Green value is 14 (5.86% from 255 or 4.68% from 299); Blue value is 140 (55.08% from 255 or 46.82% from 299); Max value from RGB is 145 - color contains mainly: red. Hex color #910E8C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #910E8C is #6EF173. Grayscale: #434343. Windows color (decimal): -7270772 or 9178769. OLE color: 9178769.
HSL color Cylindrical-coordinate representation of color #910E8C: hue angle of 302.29º 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 #910E8C is Cyan = 0, Magento = 0.90, Yellow = 0.03 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 14 | 140 | - |
| CMYK | 0 | 0.90 | 0.03 | 0.43 |
| HSL | 302.29º | 0.82% | 0.31% | - |
| HSV(B) | 302.29º | 0.9% | 0.57% | - |
| XYZ | 16.57 | 8.23 | 25.53 | - |
| YUV | 67.53 | 168.9 | 183.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 14 | 140 | 0 | 0.90 | 0.03 | 0.43 | 302.29 | 0.82 | 0.31 |
| Hex | 91 | E | 8C | 0 | 5A | 3 | 2B | 12E | 52 | 1F |
| Octal | 221 | 16 | 214 | 0 | 132 | 3 | 53 | 456 | 122 | 37 |
| Binary | 10010001 | 1110 | 10001100 | 0 | 1011010 | 11 | 101011 | 100101110 | 1010010 | 11111 |
Color Harmonies of #910E8C
Complementary color
Monochromatic Colors of #910E8C
Black with #910E8C
Text Example
Text Example
White with #910E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910E8C; }
p { color: rgb(145,14,140); }
H1.HeaderClassName
{
color: #910E8C;
}
.AnyTagClassName
{
color: #910E8C;
}
</style>
background-color css
<style>
a { background-color: #910E8C; }
a { background-color: rgb(145,14,140); }
div.DivClassName
{
background-color: #910E8C;
}
.BgClassName
{
background-color: #910E8C;
}
</style>
border-color css
<style>
span { border-color: #910E8C; }
span { border-color: rgb(145,14,140); }
td.TdClassName
{
border-color: #910E8C;
}
.TagClassName
{
border-color: #910E8C;
}
</style>