Shades of Dark Magenta #92018D
Tints of Dark Magenta #92018D
RGB
CMYK
RGB Variations
Color information
#92018D (or 0x92018D) is known color: Dark Magenta. HEX triplet: 92, 01 and 8D. RGB value is (146,1,141). Sum of RGB (Red+Green+Blue) = 146+1+141=288 (38% of max value = 765). Red value is 146 (57.42% from 255 or 50.69% from 288); Green value is 1 (0.78% from 255 or 0.35% from 288); Blue value is 141 (55.47% from 255 or 48.96% from 288); Max value from RGB is 146 - color contains mainly: red. Hex color #92018D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #92018D is #6DFE72. Grayscale: #3B3B3B. Windows color (decimal): -7208563 or 9240978. OLE color: 9240978.
HSL color Cylindrical-coordinate representation of color #92018D: hue angle of 302.07º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #92018D is Cyan = 0, Magento = 0.99, Yellow = 0.03 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 1 | 141 | - |
| CMYK | 0 | 0.99 | 0.03 | 0.43 |
| HSL | 302.07º | 0.99% | 0.29% | - |
| HSV(B) | 302.07º | 0.99% | 0.57% | - |
| XYZ | 16.67 | 8.06 | 25.88 | - |
| YUV | 60.32 | 173.54 | 189.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 1 | 141 | 0 | 0.99 | 0.03 | 0.43 | 302.07 | 0.99 | 0.29 |
| Hex | 92 | 1 | 8D | 0 | 63 | 3 | 2B | 12E | 63 | 1D |
| Octal | 222 | 1 | 215 | 0 | 143 | 3 | 53 | 456 | 143 | 35 |
| Binary | 10010010 | 1 | 10001101 | 0 | 1100011 | 11 | 101011 | 100101110 | 1100011 | 11101 |
Color Harmonies of #92018D
Complementary color
Monochromatic Colors of #92018D
Black with #92018D
Text Example
Text Example
White with #92018D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92018D; }
p { color: rgb(146,1,141); }
H1.HeaderClassName
{
color: #92018D;
}
.AnyTagClassName
{
color: #92018D;
}
</style>
background-color css
<style>
a { background-color: #92018D; }
a { background-color: rgb(146,1,141); }
div.DivClassName
{
background-color: #92018D;
}
.BgClassName
{
background-color: #92018D;
}
</style>
border-color css
<style>
span { border-color: #92018D; }
span { border-color: rgb(146,1,141); }
td.TdClassName
{
border-color: #92018D;
}
.TagClassName
{
border-color: #92018D;
}
</style>