Shades of Dark Magenta #930FA4
Tints of Dark Magenta #930FA4
RGB
CMYK
RGB Variations
Color information
#930FA4 (or 0x930FA4) is known color: Dark Magenta. HEX triplet: 93, 0F and A4. RGB value is (147,15,164). Sum of RGB (Red+Green+Blue) = 147+15+164=326 (43% of max value = 765). Red value is 147 (57.81% from 255 or 45.09% from 326); Green value is 15 (6.25% from 255 or 4.60% from 326); Blue value is 164 (64.45% from 255 or 50.31% from 326); Max value from RGB is 164 - color contains mainly: blue. Hex color #930FA4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #930FA4 is #6CF05B. Grayscale: #464646. Windows color (decimal): -7139420 or 10751891. OLE color: 10751891.
HSL color Cylindrical-coordinate representation of color #930FA4: hue angle of 293.15º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #930FA4 is Cyan = 0.10, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 147 | 15 | 164 | - |
| CMYK | 0.10 | 0.91 | 0 | 0.36 |
| HSL | 293.15º | 0.83% | 0.35% | - |
| HSV(B) | 293.15º | 0.91% | 0.64% | - |
| XYZ | 18.9 | 9.23 | 35.91 | - |
| YUV | 71.45 | 180.23 | 181.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 15 | 164 | 0.10 | 0.91 | 0 | 0.36 | 293.15 | 0.83 | 0.35 |
| Hex | 93 | F | A4 | A | 5B | 0 | 24 | 125 | 53 | 23 |
| Octal | 223 | 17 | 244 | 12 | 133 | 0 | 44 | 445 | 123 | 43 |
| Binary | 10010011 | 1111 | 10100100 | 1010 | 1011011 | 0 | 100100 | 100100101 | 1010011 | 100011 |
Color Harmonies of #930FA4
Complementary color
Monochromatic Colors of #930FA4
Black with #930FA4
Text Example
Text Example
White with #930FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #930FA4; }
p { color: rgb(147,15,164); }
H1.HeaderClassName
{
color: #930FA4;
}
.AnyTagClassName
{
color: #930FA4;
}
</style>
background-color css
<style>
a { background-color: #930FA4; }
a { background-color: rgb(147,15,164); }
div.DivClassName
{
background-color: #930FA4;
}
.BgClassName
{
background-color: #930FA4;
}
</style>
border-color css
<style>
span { border-color: #930FA4; }
span { border-color: rgb(147,15,164); }
td.TdClassName
{
border-color: #930FA4;
}
.TagClassName
{
border-color: #930FA4;
}
</style>