Shades of Dark Magenta #92019C
Tints of Dark Magenta #92019C
RGB
CMYK
RGB Variations
Color information
#92019C (or 0x92019C) is known color: Dark Magenta. HEX triplet: 92, 01 and 9C. RGB value is (146,1,156). Sum of RGB (Red+Green+Blue) = 146+1+156=303 (40% of max value = 765). Red value is 146 (57.42% from 255 or 48.18% from 303); Green value is 1 (0.78% from 255 or 0.33% from 303); Blue value is 156 (61.33% from 255 or 51.49% from 303); Max value from RGB is 156 - color contains mainly: blue. Hex color #92019C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #92019C is #6DFE63. Grayscale: #3D3D3D. Windows color (decimal): -7208548 or 10224018. OLE color: 10224018.
HSL color Cylindrical-coordinate representation of color #92019C: hue angle of 296.13º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #92019C is Cyan = 0.06, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 146 | 1 | 156 | - |
| CMYK | 0.06 | 0.99 | 0 | 0.39 |
| HSL | 296.13º | 0.99% | 0.31% | - |
| HSV(B) | 296.13º | 0.99% | 0.61% | - |
| XYZ | 17.87 | 8.53 | 32.16 | - |
| YUV | 62.03 | 181.04 | 187.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 1 | 156 | 0.06 | 0.99 | 0 | 0.39 | 296.13 | 0.99 | 0.31 |
| Hex | 92 | 1 | 9C | 6 | 63 | 0 | 27 | 128 | 63 | 1F |
| Octal | 222 | 1 | 234 | 6 | 143 | 0 | 47 | 450 | 143 | 37 |
| Binary | 10010010 | 1 | 10011100 | 110 | 1100011 | 0 | 100111 | 100101000 | 1100011 | 11111 |
Color Harmonies of #92019C
Complementary color
Monochromatic Colors of #92019C
Black with #92019C
Text Example
Text Example
White with #92019C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92019C; }
p { color: rgb(146,1,156); }
H1.HeaderClassName
{
color: #92019C;
}
.AnyTagClassName
{
color: #92019C;
}
</style>
background-color css
<style>
a { background-color: #92019C; }
a { background-color: rgb(146,1,156); }
div.DivClassName
{
background-color: #92019C;
}
.BgClassName
{
background-color: #92019C;
}
</style>
border-color css
<style>
span { border-color: #92019C; }
span { border-color: rgb(146,1,156); }
td.TdClassName
{
border-color: #92019C;
}
.TagClassName
{
border-color: #92019C;
}
</style>