Shades of Dark Magenta #92007E
Tints of Dark Magenta #92007E
RGB
CMYK
RGB Variations
Color information
#92007E (or 0x92007E) is known color: Dark Magenta. HEX triplet: 92, 00 and 7E. RGB value is (146,0,126). Sum of RGB (Red+Green+Blue) = 146+0+126=272 (36% of max value = 765). Red value is 146 (57.42% from 255 or 53.68% from 272); Green value is 0 (0.39% from 255 or 0% from 272); Blue value is 126 (49.61% from 255 or 46.32% from 272); Max value from RGB is 146 - color contains mainly: red. Hex color #92007E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #92007E is #6DFF81. Grayscale: #393939. Windows color (decimal): -7208834 or 8257682. OLE color: 8257682.
HSL color Cylindrical-coordinate representation of color #92007E: hue angle of 308.22º 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 #92007E is Cyan = 0, Magento = 1, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 0 | 126 | - |
| CMYK | 0 | 1 | 0.14 | 0.43 |
| HSL | 308.22º | 1% | 0.29% | - |
| HSV(B) | 308.22º | 1% | 0.57% | - |
| XYZ | 15.62 | 7.62 | 20.39 | - |
| YUV | 58.02 | 166.37 | 190.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 0 | 126 | 0 | 1 | 0.14 | 0.43 | 308.22 | 1 | 0.29 |
| Hex | 92 | 0 | 7E | 0 | 64 | E | 2B | 134 | 64 | 1D |
| Octal | 222 | 0 | 176 | 0 | 144 | 16 | 53 | 464 | 144 | 35 |
| Binary | 10010010 | 0 | 1111110 | 0 | 1100100 | 1110 | 101011 | 100110100 | 1100100 | 11101 |
Color Harmonies of #92007E
Complementary color
Monochromatic Colors of #92007E
Black with #92007E
Text Example
Text Example
White with #92007E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92007E; }
p { color: rgb(146,0,126); }
H1.HeaderClassName
{
color: #92007E;
}
.AnyTagClassName
{
color: #92007E;
}
</style>
background-color css
<style>
a { background-color: #92007E; }
a { background-color: rgb(146,0,126); }
div.DivClassName
{
background-color: #92007E;
}
.BgClassName
{
background-color: #92007E;
}
</style>
border-color css
<style>
span { border-color: #92007E; }
span { border-color: rgb(146,0,126); }
td.TdClassName
{
border-color: #92007E;
}
.TagClassName
{
border-color: #92007E;
}
</style>