Shades of Dark Magenta #92018C
Tints of Dark Magenta #92018C
RGB
CMYK
RGB Variations
Color information
#92018C (or 0x92018C) is known color: Dark Magenta. HEX triplet: 92, 01 and 8C. RGB value is (146,1,140). Sum of RGB (Red+Green+Blue) = 146+1+140=287 (38% of max value = 765). Red value is 146 (57.42% from 255 or 50.87% from 287); Green value is 1 (0.78% from 255 or 0.35% from 287); Blue value is 140 (55.08% from 255 or 48.78% from 287); Max value from RGB is 146 - color contains mainly: red. Hex color #92018C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #92018C is #6DFE73. Grayscale: #3B3B3B. Windows color (decimal): -7208564 or 9175442. OLE color: 9175442.
HSL color Cylindrical-coordinate representation of color #92018C: hue angle of 302.48º 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 #92018C is Cyan = 0, Magento = 0.99, Yellow = 0.04 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 1 | 140 | - |
| CMYK | 0 | 0.99 | 0.04 | 0.43 |
| HSL | 302.48º | 0.99% | 0.29% | - |
| HSV(B) | 302.48º | 0.99% | 0.57% | - |
| XYZ | 16.6 | 8.03 | 25.49 | - |
| YUV | 60.2 | 173.04 | 189.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 1 | 140 | 0 | 0.99 | 0.04 | 0.43 | 302.48 | 0.99 | 0.29 |
| Hex | 92 | 1 | 8C | 0 | 63 | 4 | 2B | 12E | 63 | 1D |
| Octal | 222 | 1 | 214 | 0 | 143 | 4 | 53 | 456 | 143 | 35 |
| Binary | 10010010 | 1 | 10001100 | 0 | 1100011 | 100 | 101011 | 100101110 | 1100011 | 11101 |
Color Harmonies of #92018C
Complementary color
Monochromatic Colors of #92018C
Black with #92018C
Text Example
Text Example
White with #92018C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92018C; }
p { color: rgb(146,1,140); }
H1.HeaderClassName
{
color: #92018C;
}
.AnyTagClassName
{
color: #92018C;
}
</style>
background-color css
<style>
a { background-color: #92018C; }
a { background-color: rgb(146,1,140); }
div.DivClassName
{
background-color: #92018C;
}
.BgClassName
{
background-color: #92018C;
}
</style>
border-color css
<style>
span { border-color: #92018C; }
span { border-color: rgb(146,1,140); }
td.TdClassName
{
border-color: #92018C;
}
.TagClassName
{
border-color: #92018C;
}
</style>