Shades of Dark Magenta #930384
Tints of Dark Magenta #930384
RGB
CMYK
RGB Variations
Color information
#930384 (or 0x930384) is known color: Dark Magenta. HEX triplet: 93, 03 and 84. RGB value is (147,3,132). Sum of RGB (Red+Green+Blue) = 147+3+132=282 (37% of max value = 765). Red value is 147 (57.81% from 255 or 52.13% from 282); Green value is 3 (1.56% from 255 or 1.06% from 282); Blue value is 132 (51.95% from 255 or 46.81% from 282); Max value from RGB is 147 - color contains mainly: red. Hex color #930384 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #930384 is #6CFC7B. Grayscale: #3C3C3C. Windows color (decimal): -7142524 or 8651667. OLE color: 8651667.
HSL color Cylindrical-coordinate representation of color #930384: hue angle of 306.25º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #930384 is Cyan = 0, Magento = 0.98, Yellow = 0.10 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 3 | 132 | - |
| CMYK | 0 | 0.98 | 0.10 | 0.42 |
| HSL | 306.25º | 0.96% | 0.29% | - |
| HSV(B) | 306.25º | 0.98% | 0.58% | - |
| XYZ | 16.23 | 7.93 | 22.51 | - |
| YUV | 60.76 | 168.21 | 189.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 3 | 132 | 0 | 0.98 | 0.10 | 0.42 | 306.25 | 0.96 | 0.29 |
| Hex | 93 | 3 | 84 | 0 | 62 | A | 2A | 132 | 60 | 1D |
| Octal | 223 | 3 | 204 | 0 | 142 | 12 | 52 | 462 | 140 | 35 |
| Binary | 10010011 | 11 | 10000100 | 0 | 1100010 | 1010 | 101010 | 100110010 | 1100000 | 11101 |
Color Harmonies of #930384
Complementary color
Monochromatic Colors of #930384
Black with #930384
Text Example
Text Example
White with #930384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #930384; }
p { color: rgb(147,3,132); }
H1.HeaderClassName
{
color: #930384;
}
.AnyTagClassName
{
color: #930384;
}
</style>
background-color css
<style>
a { background-color: #930384; }
a { background-color: rgb(147,3,132); }
div.DivClassName
{
background-color: #930384;
}
.BgClassName
{
background-color: #930384;
}
</style>
border-color css
<style>
span { border-color: #930384; }
span { border-color: rgb(147,3,132); }
td.TdClassName
{
border-color: #930384;
}
.TagClassName
{
border-color: #930384;
}
</style>