Shades of Dark Magenta #92019D
Tints of Dark Magenta #92019D
RGB
CMYK
RGB Variations
Color information
#92019D (or 0x92019D) is known color: Dark Magenta. HEX triplet: 92, 01 and 9D. RGB value is (146,1,157). Sum of RGB (Red+Green+Blue) = 146+1+157=304 (40% of max value = 765). Red value is 146 (57.42% from 255 or 48.03% from 304); Green value is 1 (0.78% from 255 or 0.33% from 304); Blue value is 157 (61.72% from 255 or 51.64% from 304); Max value from RGB is 157 - color contains mainly: blue. Hex color #92019D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #92019D is #6DFE62. Grayscale: #3D3D3D. Windows color (decimal): -7208547 or 10289554. OLE color: 10289554.
HSL color Cylindrical-coordinate representation of color #92019D: hue angle of 295.77º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #92019D is Cyan = 0.07, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 146 | 1 | 157 | - |
| CMYK | 0.07 | 0.99 | 0 | 0.38 |
| HSL | 295.77º | 0.99% | 0.31% | - |
| HSV(B) | 295.77º | 0.99% | 0.62% | - |
| XYZ | 17.95 | 8.57 | 32.61 | - |
| YUV | 62.14 | 181.54 | 187.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 1 | 157 | 0.07 | 0.99 | 0 | 0.38 | 295.77 | 0.99 | 0.31 |
| Hex | 92 | 1 | 9D | 7 | 63 | 0 | 26 | 128 | 63 | 1F |
| Octal | 222 | 1 | 235 | 7 | 143 | 0 | 46 | 450 | 143 | 37 |
| Binary | 10010010 | 1 | 10011101 | 111 | 1100011 | 0 | 100110 | 100101000 | 1100011 | 11111 |
Color Harmonies of #92019D
Complementary color
Monochromatic Colors of #92019D
Black with #92019D
Text Example
Text Example
White with #92019D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92019D; }
p { color: rgb(146,1,157); }
H1.HeaderClassName
{
color: #92019D;
}
.AnyTagClassName
{
color: #92019D;
}
</style>
background-color css
<style>
a { background-color: #92019D; }
a { background-color: rgb(146,1,157); }
div.DivClassName
{
background-color: #92019D;
}
.BgClassName
{
background-color: #92019D;
}
</style>
border-color css
<style>
span { border-color: #92019D; }
span { border-color: rgb(146,1,157); }
td.TdClassName
{
border-color: #92019D;
}
.TagClassName
{
border-color: #92019D;
}
</style>