Shades of Dark Magenta #920385
Tints of Dark Magenta #920385
RGB
CMYK
RGB Variations
Color information
#920385 (or 0x920385) is known color: Dark Magenta. HEX triplet: 92, 03 and 85. RGB value is (146,3,133). Sum of RGB (Red+Green+Blue) = 146+3+133=282 (37% of max value = 765). Red value is 146 (57.42% from 255 or 51.77% from 282); Green value is 3 (1.56% from 255 or 1.06% from 282); Blue value is 133 (52.34% from 255 or 47.16% from 282); Max value from RGB is 146 - color contains mainly: red. Hex color #920385 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #920385 is #6DFC7A. Grayscale: #3C3C3C. Windows color (decimal): -7208059 or 8717202. OLE color: 8717202.
HSL color Cylindrical-coordinate representation of color #920385: hue angle of 305.45º 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 #920385 is Cyan = 0, Magento = 0.98, Yellow = 0.09 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 3 | 133 | - |
| CMYK | 0 | 0.98 | 0.09 | 0.43 |
| HSL | 305.45º | 0.96% | 0.29% | - |
| HSV(B) | 305.45º | 0.98% | 0.57% | - |
| XYZ | 16.12 | 7.87 | 22.86 | - |
| YUV | 60.58 | 168.88 | 188.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 3 | 133 | 0 | 0.98 | 0.09 | 0.43 | 305.45 | 0.96 | 0.29 |
| Hex | 92 | 3 | 85 | 0 | 62 | 9 | 2B | 131 | 60 | 1D |
| Octal | 222 | 3 | 205 | 0 | 142 | 11 | 53 | 461 | 140 | 35 |
| Binary | 10010010 | 11 | 10000101 | 0 | 1100010 | 1001 | 101011 | 100110001 | 1100000 | 11101 |
Color Harmonies of #920385
Complementary color
Monochromatic Colors of #920385
Black with #920385
Text Example
Text Example
White with #920385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920385; }
p { color: rgb(146,3,133); }
H1.HeaderClassName
{
color: #920385;
}
.AnyTagClassName
{
color: #920385;
}
</style>
background-color css
<style>
a { background-color: #920385; }
a { background-color: rgb(146,3,133); }
div.DivClassName
{
background-color: #920385;
}
.BgClassName
{
background-color: #920385;
}
</style>
border-color css
<style>
span { border-color: #920385; }
span { border-color: rgb(146,3,133); }
td.TdClassName
{
border-color: #920385;
}
.TagClassName
{
border-color: #920385;
}
</style>