Shades of Dark Magenta #92018F
Tints of Dark Magenta #92018F
RGB
CMYK
RGB Variations
Color information
#92018F (or 0x92018F) is known color: Dark Magenta. HEX triplet: 92, 01 and 8F. RGB value is (146,1,143). Sum of RGB (Red+Green+Blue) = 146+1+143=290 (38% of max value = 765). Red value is 146 (57.42% from 255 or 50.34% from 290); Green value is 1 (0.78% from 255 or 0.34% from 290); Blue value is 143 (56.25% from 255 or 49.31% from 290); Max value from RGB is 146 - color contains mainly: red. Hex color #92018F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #92018F is #6DFE70. Grayscale: #3C3C3C. Windows color (decimal): -7208561 or 9372050. OLE color: 9372050.
HSL color Cylindrical-coordinate representation of color #92018F: hue angle of 301.24º 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 #92018F is Cyan = 0, Magento = 0.99, Yellow = 0.02 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 1 | 143 | - |
| CMYK | 0 | 0.99 | 0.02 | 0.43 |
| HSL | 301.24º | 0.99% | 0.29% | - |
| HSV(B) | 301.24º | 0.99% | 0.57% | - |
| XYZ | 16.82 | 8.12 | 26.67 | - |
| YUV | 60.54 | 174.54 | 188.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 1 | 143 | 0 | 0.99 | 0.02 | 0.43 | 301.24 | 0.99 | 0.29 |
| Hex | 92 | 1 | 8F | 0 | 63 | 2 | 2B | 12D | 63 | 1D |
| Octal | 222 | 1 | 217 | 0 | 143 | 2 | 53 | 455 | 143 | 35 |
| Binary | 10010010 | 1 | 10001111 | 0 | 1100011 | 10 | 101011 | 100101101 | 1100011 | 11101 |
Color Harmonies of #92018F
Complementary color
Monochromatic Colors of #92018F
Black with #92018F
Text Example
Text Example
White with #92018F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92018F; }
p { color: rgb(146,1,143); }
H1.HeaderClassName
{
color: #92018F;
}
.AnyTagClassName
{
color: #92018F;
}
</style>
background-color css
<style>
a { background-color: #92018F; }
a { background-color: rgb(146,1,143); }
div.DivClassName
{
background-color: #92018F;
}
.BgClassName
{
background-color: #92018F;
}
</style>
border-color css
<style>
span { border-color: #92018F; }
span { border-color: rgb(146,1,143); }
td.TdClassName
{
border-color: #92018F;
}
.TagClassName
{
border-color: #92018F;
}
</style>