Shades of Dark Magenta #930281
Tints of Dark Magenta #930281
RGB
CMYK
RGB Variations
Color information
#930281 (or 0x930281) is known color: Dark Magenta. HEX triplet: 93, 02 and 81. RGB value is (147,2,129). Sum of RGB (Red+Green+Blue) = 147+2+129=278 (36% of max value = 765). Red value is 147 (57.81% from 255 or 52.88% from 278); Green value is 2 (1.17% from 255 or 0.72% from 278); Blue value is 129 (50.78% from 255 or 46.40% from 278); Max value from RGB is 147 - color contains mainly: red. Hex color #930281 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #930281 is #6CFD7E. Grayscale: #3B3B3B. Windows color (decimal): -7142783 or 8454803. OLE color: 8454803.
HSL color Cylindrical-coordinate representation of color #930281: hue angle of 307.45º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #930281 is Cyan = 0, Magento = 0.99, Yellow = 0.12 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 2 | 129 | - |
| CMYK | 0 | 0.99 | 0.12 | 0.42 |
| HSL | 307.45º | 0.97% | 0.29% | - |
| HSV(B) | 307.45º | 0.99% | 0.58% | - |
| XYZ | 16.02 | 7.83 | 21.44 | - |
| YUV | 59.83 | 167.04 | 190.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 2 | 129 | 0 | 0.99 | 0.12 | 0.42 | 307.45 | 0.97 | 0.29 |
| Hex | 93 | 2 | 81 | 0 | 63 | C | 2A | 133 | 61 | 1D |
| Octal | 223 | 2 | 201 | 0 | 143 | 14 | 52 | 463 | 141 | 35 |
| Binary | 10010011 | 10 | 10000001 | 0 | 1100011 | 1100 | 101010 | 100110011 | 1100001 | 11101 |
Color Harmonies of #930281
Complementary color
Monochromatic Colors of #930281
Black with #930281
Text Example
Text Example
White with #930281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #930281; }
p { color: rgb(147,2,129); }
H1.HeaderClassName
{
color: #930281;
}
.AnyTagClassName
{
color: #930281;
}
</style>
background-color css
<style>
a { background-color: #930281; }
a { background-color: rgb(147,2,129); }
div.DivClassName
{
background-color: #930281;
}
.BgClassName
{
background-color: #930281;
}
</style>
border-color css
<style>
span { border-color: #930281; }
span { border-color: rgb(147,2,129); }
td.TdClassName
{
border-color: #930281;
}
.TagClassName
{
border-color: #930281;
}
</style>