Shades of Dark Magenta #92007B
Tints of Dark Magenta #92007B
RGB
CMYK
RGB Variations
Color information
#92007B (or 0x92007B) is known color: Dark Magenta. HEX triplet: 92, 00 and 7B. RGB value is (146,0,123). Sum of RGB (Red+Green+Blue) = 146+0+123=269 (35% of max value = 765). Red value is 146 (57.42% from 255 or 54.28% from 269); Green value is 0 (0.39% from 255 or 0% from 269); Blue value is 123 (48.44% from 255 or 45.72% from 269); Max value from RGB is 146 - color contains mainly: red. Hex color #92007B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #92007B is #6DFF84. Grayscale: #393939. Windows color (decimal): -7208837 or 8061074. OLE color: 8061074.
HSL color Cylindrical-coordinate representation of color #92007B: hue angle of 309.45º 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 #92007B is Cyan = 0, Magento = 1, Yellow = 0.16 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 0 | 123 | - |
| CMYK | 0 | 1 | 0.16 | 0.43 |
| HSL | 309.45º | 1% | 0.29% | - |
| HSV(B) | 309.45º | 1% | 0.57% | - |
| XYZ | 15.43 | 7.54 | 19.38 | - |
| YUV | 57.68 | 164.87 | 191 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 0 | 123 | 0 | 1 | 0.16 | 0.43 | 309.45 | 1 | 0.29 |
| Hex | 92 | 0 | 7B | 0 | 64 | 10 | 2B | 135 | 64 | 1D |
| Octal | 222 | 0 | 173 | 0 | 144 | 20 | 53 | 465 | 144 | 35 |
| Binary | 10010010 | 0 | 1111011 | 0 | 1100100 | 10000 | 101011 | 100110101 | 1100100 | 11101 |
Color Harmonies of #92007B
Complementary color
Monochromatic Colors of #92007B
Black with #92007B
Text Example
Text Example
White with #92007B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92007B; }
p { color: rgb(146,0,123); }
H1.HeaderClassName
{
color: #92007B;
}
.AnyTagClassName
{
color: #92007B;
}
</style>
background-color css
<style>
a { background-color: #92007B; }
a { background-color: rgb(146,0,123); }
div.DivClassName
{
background-color: #92007B;
}
.BgClassName
{
background-color: #92007B;
}
</style>
border-color css
<style>
span { border-color: #92007B; }
span { border-color: rgb(146,0,123); }
td.TdClassName
{
border-color: #92007B;
}
.TagClassName
{
border-color: #92007B;
}
</style>