Shades of Dark Magenta #92007A
Tints of Dark Magenta #92007A
RGB
CMYK
RGB Variations
Color information
#92007A (or 0x92007A) is known color: Dark Magenta. HEX triplet: 92, 00 and 7A. RGB value is (146,0,122). Sum of RGB (Red+Green+Blue) = 146+0+122=268 (35% of max value = 765). Red value is 146 (57.42% from 255 or 54.48% from 268); Green value is 0 (0.39% from 255 or 0% from 268); Blue value is 122 (48.05% from 255 or 45.52% from 268); Max value from RGB is 146 - color contains mainly: red. Hex color #92007A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #92007A is #6DFF85. Grayscale: #393939. Windows color (decimal): -7208838 or 7995538. OLE color: 7995538.
HSL color Cylindrical-coordinate representation of color #92007A: hue angle of 309.86º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #92007A is Cyan = 0, Magento = 1, Yellow = 0.16 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 0 | 122 | - |
| CMYK | 0 | 1 | 0.16 | 0.43 |
| HSL | 309.86º | 1% | 0.29% | - |
| HSV(B) | 309.86º | 1% | 0.57% | - |
| XYZ | 15.37 | 7.52 | 19.05 | - |
| YUV | 57.56 | 164.37 | 191.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 0 | 122 | 0 | 1 | 0.16 | 0.43 | 309.86 | 1 | 0.29 |
| Hex | 92 | 0 | 7A | 0 | 64 | 10 | 2B | 136 | 64 | 1D |
| Octal | 222 | 0 | 172 | 0 | 144 | 20 | 53 | 466 | 144 | 35 |
| Binary | 10010010 | 0 | 1111010 | 0 | 1100100 | 10000 | 101011 | 100110110 | 1100100 | 11101 |
Color Harmonies of #92007A
Complementary color
Monochromatic Colors of #92007A
Black with #92007A
Text Example
Text Example
White with #92007A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92007A; }
p { color: rgb(146,0,122); }
H1.HeaderClassName
{
color: #92007A;
}
.AnyTagClassName
{
color: #92007A;
}
</style>
background-color css
<style>
a { background-color: #92007A; }
a { background-color: rgb(146,0,122); }
div.DivClassName
{
background-color: #92007A;
}
.BgClassName
{
background-color: #92007A;
}
</style>
border-color css
<style>
span { border-color: #92007A; }
span { border-color: rgb(146,0,122); }
td.TdClassName
{
border-color: #92007A;
}
.TagClassName
{
border-color: #92007A;
}
</style>