Shades of Dark Magenta #910381
Tints of Dark Magenta #910381
RGB
CMYK
RGB Variations
Color information
#910381 (or 0x910381) is known color: Dark Magenta. HEX triplet: 91, 03 and 81. RGB value is (145,3,129). Sum of RGB (Red+Green+Blue) = 145+3+129=277 (36% of max value = 765). Red value is 145 (57.03% from 255 or 52.35% from 277); Green value is 3 (1.56% from 255 or 1.08% from 277); Blue value is 129 (50.78% from 255 or 46.57% from 277); Max value from RGB is 145 - color contains mainly: red. Hex color #910381 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #910381 is #6EFC7E. Grayscale: #3B3B3B. Windows color (decimal): -7273599 or 8455057. OLE color: 8455057.
HSL color Cylindrical-coordinate representation of color #910381: hue angle of 306.76º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #910381 is Cyan = 0, Magento = 0.98, Yellow = 0.11 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 3 | 129 | - |
| CMYK | 0 | 0.98 | 0.11 | 0.43 |
| HSL | 306.76º | 0.96% | 0.29% | - |
| HSV(B) | 306.76º | 0.98% | 0.57% | - |
| XYZ | 15.67 | 7.67 | 21.42 | - |
| YUV | 59.82 | 167.04 | 188.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 3 | 129 | 0 | 0.98 | 0.11 | 0.43 | 306.76 | 0.96 | 0.29 |
| Hex | 91 | 3 | 81 | 0 | 62 | B | 2B | 133 | 60 | 1D |
| Octal | 221 | 3 | 201 | 0 | 142 | 13 | 53 | 463 | 140 | 35 |
| Binary | 10010001 | 11 | 10000001 | 0 | 1100010 | 1011 | 101011 | 100110011 | 1100000 | 11101 |
Color Harmonies of #910381
Complementary color
Monochromatic Colors of #910381
Black with #910381
Text Example
Text Example
White with #910381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910381; }
p { color: rgb(145,3,129); }
H1.HeaderClassName
{
color: #910381;
}
.AnyTagClassName
{
color: #910381;
}
</style>
background-color css
<style>
a { background-color: #910381; }
a { background-color: rgb(145,3,129); }
div.DivClassName
{
background-color: #910381;
}
.BgClassName
{
background-color: #910381;
}
</style>
border-color css
<style>
span { border-color: #910381; }
span { border-color: rgb(145,3,129); }
td.TdClassName
{
border-color: #910381;
}
.TagClassName
{
border-color: #910381;
}
</style>