Shades of Dark Magenta #92018B
Tints of Dark Magenta #92018B
RGB
CMYK
RGB Variations
Color information
#92018B (or 0x92018B) is known color: Dark Magenta. HEX triplet: 92, 01 and 8B. RGB value is (146,1,139). Sum of RGB (Red+Green+Blue) = 146+1+139=286 (37% of max value = 765). Red value is 146 (57.42% from 255 or 51.05% from 286); Green value is 1 (0.78% from 255 or 0.35% from 286); Blue value is 139 (54.69% from 255 or 48.60% from 286); Max value from RGB is 146 - color contains mainly: red. Hex color #92018B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #92018B is #6DFE74. Grayscale: #3B3B3B. Windows color (decimal): -7208565 or 9109906. OLE color: 9109906.
HSL color Cylindrical-coordinate representation of color #92018B: hue angle of 302.9º 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 #92018B is Cyan = 0, Magento = 0.99, Yellow = 0.05 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 1 | 139 | - |
| CMYK | 0 | 0.99 | 0.05 | 0.43 |
| HSL | 302.9º | 0.99% | 0.29% | - |
| HSV(B) | 302.9º | 0.99% | 0.57% | - |
| XYZ | 16.53 | 8 | 25.1 | - |
| YUV | 60.09 | 172.54 | 189.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 1 | 139 | 0 | 0.99 | 0.05 | 0.43 | 302.9 | 0.99 | 0.29 |
| Hex | 92 | 1 | 8B | 0 | 63 | 5 | 2B | 12F | 63 | 1D |
| Octal | 222 | 1 | 213 | 0 | 143 | 5 | 53 | 457 | 143 | 35 |
| Binary | 10010010 | 1 | 10001011 | 0 | 1100011 | 101 | 101011 | 100101111 | 1100011 | 11101 |
Color Harmonies of #92018B
Complementary color
Monochromatic Colors of #92018B
Black with #92018B
Text Example
Text Example
White with #92018B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92018B; }
p { color: rgb(146,1,139); }
H1.HeaderClassName
{
color: #92018B;
}
.AnyTagClassName
{
color: #92018B;
}
</style>
background-color css
<style>
a { background-color: #92018B; }
a { background-color: rgb(146,1,139); }
div.DivClassName
{
background-color: #92018B;
}
.BgClassName
{
background-color: #92018B;
}
</style>
border-color css
<style>
span { border-color: #92018B; }
span { border-color: rgb(146,1,139); }
td.TdClassName
{
border-color: #92018B;
}
.TagClassName
{
border-color: #92018B;
}
</style>