Shades of Dark Magenta #92017A
Tints of Dark Magenta #92017A
RGB
CMYK
RGB Variations
Color information
#92017A (or 0x92017A) is known color: Dark Magenta. HEX triplet: 92, 01 and 7A. RGB value is (146,1,122). Sum of RGB (Red+Green+Blue) = 146+1+122=269 (35% of max value = 765). Red value is 146 (57.42% from 255 or 54.28% from 269); Green value is 1 (0.78% from 255 or 0.37% from 269); Blue value is 122 (48.05% from 255 or 45.35% from 269); Max value from RGB is 146 - color contains mainly: red. Hex color #92017A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #92017A is #6DFE85. Grayscale: #393939. Windows color (decimal): -7208582 or 7995794. OLE color: 7995794.
HSL color Cylindrical-coordinate representation of color #92017A: hue angle of 309.93º 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 #92017A is Cyan = 0, Magento = 0.99, Yellow = 0.16 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 1 | 122 | - |
| CMYK | 0 | 0.99 | 0.16 | 0.43 |
| HSL | 309.93º | 0.99% | 0.29% | - |
| HSV(B) | 309.93º | 0.99% | 0.57% | - |
| XYZ | 15.38 | 7.54 | 19.06 | - |
| YUV | 58.15 | 164.04 | 190.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 1 | 122 | 0 | 0.99 | 0.16 | 0.43 | 309.93 | 0.99 | 0.29 |
| Hex | 92 | 1 | 7A | 0 | 63 | 10 | 2B | 136 | 63 | 1D |
| Octal | 222 | 1 | 172 | 0 | 143 | 20 | 53 | 466 | 143 | 35 |
| Binary | 10010010 | 1 | 1111010 | 0 | 1100011 | 10000 | 101011 | 100110110 | 1100011 | 11101 |
Color Harmonies of #92017A
Complementary color
Monochromatic Colors of #92017A
Black with #92017A
Text Example
Text Example
White with #92017A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92017A; }
p { color: rgb(146,1,122); }
H1.HeaderClassName
{
color: #92017A;
}
.AnyTagClassName
{
color: #92017A;
}
</style>
background-color css
<style>
a { background-color: #92017A; }
a { background-color: rgb(146,1,122); }
div.DivClassName
{
background-color: #92017A;
}
.BgClassName
{
background-color: #92017A;
}
</style>
border-color css
<style>
span { border-color: #92017A; }
span { border-color: rgb(146,1,122); }
td.TdClassName
{
border-color: #92017A;
}
.TagClassName
{
border-color: #92017A;
}
</style>