Shades of Dark Magenta #930FAC
Tints of Dark Magenta #930FAC
RGB
CMYK
RGB Variations
Color information
#930FAC (or 0x930FAC) is known color: Dark Magenta. HEX triplet: 93, 0F and AC. RGB value is (147,15,172). Sum of RGB (Red+Green+Blue) = 147+15+172=334 (44% of max value = 765). Red value is 147 (57.81% from 255 or 44.01% from 334); Green value is 15 (6.25% from 255 or 4.49% from 334); Blue value is 172 (67.58% from 255 or 51.50% from 334); Max value from RGB is 172 - color contains mainly: blue. Hex color #930FAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #930FAC is #6CF053. Grayscale: #474747. Windows color (decimal): -7139412 or 11276179. OLE color: 11276179.
HSL color Cylindrical-coordinate representation of color #930FAC: hue angle of 290.45º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #930FAC is Cyan = 0.15, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 147 | 15 | 172 | - |
| CMYK | 0.15 | 0.91 | 0 | 0.33 |
| HSL | 290.45º | 0.84% | 0.37% | - |
| HSV(B) | 290.45º | 0.91% | 0.67% | - |
| XYZ | 19.65 | 9.52 | 39.83 | - |
| YUV | 72.37 | 184.23 | 181.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 15 | 172 | 0.15 | 0.91 | 0 | 0.33 | 290.45 | 0.84 | 0.37 |
| Hex | 93 | F | AC | F | 5B | 0 | 21 | 122 | 54 | 25 |
| Octal | 223 | 17 | 254 | 17 | 133 | 0 | 41 | 442 | 124 | 45 |
| Binary | 10010011 | 1111 | 10101100 | 1111 | 1011011 | 0 | 100001 | 100100010 | 1010100 | 100101 |
Color Harmonies of #930FAC
Complementary color
Monochromatic Colors of #930FAC
Black with #930FAC
Text Example
Text Example
White with #930FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #930FAC; }
p { color: rgb(147,15,172); }
H1.HeaderClassName
{
color: #930FAC;
}
.AnyTagClassName
{
color: #930FAC;
}
</style>
background-color css
<style>
a { background-color: #930FAC; }
a { background-color: rgb(147,15,172); }
div.DivClassName
{
background-color: #930FAC;
}
.BgClassName
{
background-color: #930FAC;
}
</style>
border-color css
<style>
span { border-color: #930FAC; }
span { border-color: rgb(147,15,172); }
td.TdClassName
{
border-color: #930FAC;
}
.TagClassName
{
border-color: #930FAC;
}
</style>