Shades of Dark Magenta #92007D
Tints of Dark Magenta #92007D
RGB
CMYK
RGB Variations
Color information
#92007D (or 0x92007D) is known color: Dark Magenta. HEX triplet: 92, 00 and 7D. RGB value is (146,0,125). Sum of RGB (Red+Green+Blue) = 146+0+125=271 (35% of max value = 765). Red value is 146 (57.42% from 255 or 53.87% from 271); Green value is 0 (0.39% from 255 or 0% from 271); Blue value is 125 (49.22% from 255 or 46.13% from 271); Max value from RGB is 146 - color contains mainly: red. Hex color #92007D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #92007D is #6DFF82. Grayscale: #393939. Windows color (decimal): -7208835 or 8192146. OLE color: 8192146.
HSL color Cylindrical-coordinate representation of color #92007D: hue angle of 308.63º 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 #92007D is Cyan = 0, Magento = 1, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 0 | 125 | - |
| CMYK | 0 | 1 | 0.14 | 0.43 |
| HSL | 308.63º | 1% | 0.29% | - |
| HSV(B) | 308.63º | 1% | 0.57% | - |
| XYZ | 15.56 | 7.59 | 20.05 | - |
| YUV | 57.9 | 165.87 | 190.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 0 | 125 | 0 | 1 | 0.14 | 0.43 | 308.63 | 1 | 0.29 |
| Hex | 92 | 0 | 7D | 0 | 64 | E | 2B | 135 | 64 | 1D |
| Octal | 222 | 0 | 175 | 0 | 144 | 16 | 53 | 465 | 144 | 35 |
| Binary | 10010010 | 0 | 1111101 | 0 | 1100100 | 1110 | 101011 | 100110101 | 1100100 | 11101 |
Color Harmonies of #92007D
Complementary color
Monochromatic Colors of #92007D
Black with #92007D
Text Example
Text Example
White with #92007D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92007D; }
p { color: rgb(146,0,125); }
H1.HeaderClassName
{
color: #92007D;
}
.AnyTagClassName
{
color: #92007D;
}
</style>
background-color css
<style>
a { background-color: #92007D; }
a { background-color: rgb(146,0,125); }
div.DivClassName
{
background-color: #92007D;
}
.BgClassName
{
background-color: #92007D;
}
</style>
border-color css
<style>
span { border-color: #92007D; }
span { border-color: rgb(146,0,125); }
td.TdClassName
{
border-color: #92007D;
}
.TagClassName
{
border-color: #92007D;
}
</style>