Shades of Dark Magenta #930A8D
Tints of Dark Magenta #930A8D
RGB
CMYK
RGB Variations
Color information
#930A8D (or 0x930A8D) is known color: Dark Magenta. HEX triplet: 93, 0A and 8D. RGB value is (147,10,141). Sum of RGB (Red+Green+Blue) = 147+10+141=298 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49.33% from 298); Green value is 10 (4.30% from 255 or 3.36% from 298); Blue value is 141 (55.47% from 255 or 47.32% from 298); Max value from RGB is 147 - color contains mainly: red. Hex color #930A8D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #930A8D is #6CF572. Grayscale: #414141. Windows color (decimal): -7140723 or 9243283. OLE color: 9243283.
HSL color Cylindrical-coordinate representation of color #930A8D: hue angle of 302.63º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #930A8D is Cyan = 0, Magento = 0.93, Yellow = 0.04 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 10 | 141 | - |
| CMYK | 0 | 0.93 | 0.04 | 0.42 |
| HSL | 302.63º | 0.87% | 0.31% | - |
| HSV(B) | 302.63º | 0.93% | 0.58% | - |
| XYZ | 16.95 | 8.34 | 25.92 | - |
| YUV | 65.9 | 170.39 | 185.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 10 | 141 | 0 | 0.93 | 0.04 | 0.42 | 302.63 | 0.87 | 0.31 |
| Hex | 93 | A | 8D | 0 | 5D | 4 | 2A | 12F | 57 | 1F |
| Octal | 223 | 12 | 215 | 0 | 135 | 4 | 52 | 457 | 127 | 37 |
| Binary | 10010011 | 1010 | 10001101 | 0 | 1011101 | 100 | 101010 | 100101111 | 1010111 | 11111 |
Color Harmonies of #930A8D
Complementary color
Monochromatic Colors of #930A8D
Black with #930A8D
Text Example
Text Example
White with #930A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #930A8D; }
p { color: rgb(147,10,141); }
H1.HeaderClassName
{
color: #930A8D;
}
.AnyTagClassName
{
color: #930A8D;
}
</style>
background-color css
<style>
a { background-color: #930A8D; }
a { background-color: rgb(147,10,141); }
div.DivClassName
{
background-color: #930A8D;
}
.BgClassName
{
background-color: #930A8D;
}
</style>
border-color css
<style>
span { border-color: #930A8D; }
span { border-color: rgb(147,10,141); }
td.TdClassName
{
border-color: #930A8D;
}
.TagClassName
{
border-color: #930A8D;
}
</style>