Shades of Dark Magenta #920384
Tints of Dark Magenta #920384
RGB
CMYK
RGB Variations
Color information
#920384 (or 0x920384) is known color: Dark Magenta. HEX triplet: 92, 03 and 84. RGB value is (146,3,132). Sum of RGB (Red+Green+Blue) = 146+3+132=281 (37% of max value = 765). Red value is 146 (57.42% from 255 or 51.96% from 281); Green value is 3 (1.56% from 255 or 1.07% from 281); Blue value is 132 (51.95% from 255 or 46.98% from 281); Max value from RGB is 146 - color contains mainly: red. Hex color #920384 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #920384 is #6DFC7B. Grayscale: #3C3C3C. Windows color (decimal): -7208060 or 8651666. OLE color: 8651666.
HSL color Cylindrical-coordinate representation of color #920384: hue angle of 305.87º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #920384 is Cyan = 0, Magento = 0.98, Yellow = 0.10 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 3 | 132 | - |
| CMYK | 0 | 0.98 | 0.10 | 0.43 |
| HSL | 305.87º | 0.96% | 0.29% | - |
| HSV(B) | 305.87º | 0.98% | 0.57% | - |
| XYZ | 16.05 | 7.84 | 22.5 | - |
| YUV | 60.46 | 168.38 | 189.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 3 | 132 | 0 | 0.98 | 0.10 | 0.43 | 305.87 | 0.96 | 0.29 |
| Hex | 92 | 3 | 84 | 0 | 62 | A | 2B | 132 | 60 | 1D |
| Octal | 222 | 3 | 204 | 0 | 142 | 12 | 53 | 462 | 140 | 35 |
| Binary | 10010010 | 11 | 10000100 | 0 | 1100010 | 1010 | 101011 | 100110010 | 1100000 | 11101 |
Color Harmonies of #920384
Complementary color
Monochromatic Colors of #920384
Black with #920384
Text Example
Text Example
White with #920384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920384; }
p { color: rgb(146,3,132); }
H1.HeaderClassName
{
color: #920384;
}
.AnyTagClassName
{
color: #920384;
}
</style>
background-color css
<style>
a { background-color: #920384; }
a { background-color: rgb(146,3,132); }
div.DivClassName
{
background-color: #920384;
}
.BgClassName
{
background-color: #920384;
}
</style>
border-color css
<style>
span { border-color: #920384; }
span { border-color: rgb(146,3,132); }
td.TdClassName
{
border-color: #920384;
}
.TagClassName
{
border-color: #920384;
}
</style>