Shades of Dark Magenta #92087C
Tints of Dark Magenta #92087C
RGB
CMYK
RGB Variations
Color information
#92087C (or 0x92087C) is known color: Dark Magenta. HEX triplet: 92, 08 and 7C. RGB value is (146,8,124). Sum of RGB (Red+Green+Blue) = 146+8+124=278 (36% of max value = 765). Red value is 146 (57.42% from 255 or 52.52% from 278); Green value is 8 (3.52% from 255 or 2.88% from 278); Blue value is 124 (48.83% from 255 or 44.60% from 278); Max value from RGB is 146 - color contains mainly: red. Hex color #92087C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #92087C is #6DF783. Grayscale: #3E3E3E. Windows color (decimal): -7206788 or 8128658. OLE color: 8128658.
HSL color Cylindrical-coordinate representation of color #92087C: hue angle of 309.57º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #92087C is Cyan = 0, Magento = 0.95, Yellow = 0.15 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 8 | 124 | - |
| CMYK | 0 | 0.95 | 0.15 | 0.43 |
| HSL | 309.57º | 0.9% | 0.3% | - |
| HSV(B) | 309.57º | 0.95% | 0.57% | - |
| XYZ | 15.58 | 7.74 | 19.74 | - |
| YUV | 62.49 | 162.72 | 187.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 8 | 124 | 0 | 0.95 | 0.15 | 0.43 | 309.57 | 0.9 | 0.3 |
| Hex | 92 | 8 | 7C | 0 | 5F | F | 2B | 136 | 5A | 1E |
| Octal | 222 | 10 | 174 | 0 | 137 | 17 | 53 | 466 | 132 | 36 |
| Binary | 10010010 | 1000 | 1111100 | 0 | 1011111 | 1111 | 101011 | 100110110 | 1011010 | 11110 |
Color Harmonies of #92087C
Complementary color
Monochromatic Colors of #92087C
Black with #92087C
Text Example
Text Example
White with #92087C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92087C; }
p { color: rgb(146,8,124); }
H1.HeaderClassName
{
color: #92087C;
}
.AnyTagClassName
{
color: #92087C;
}
</style>
background-color css
<style>
a { background-color: #92087C; }
a { background-color: rgb(146,8,124); }
div.DivClassName
{
background-color: #92087C;
}
.BgClassName
{
background-color: #92087C;
}
</style>
border-color css
<style>
span { border-color: #92087C; }
span { border-color: rgb(146,8,124); }
td.TdClassName
{
border-color: #92087C;
}
.TagClassName
{
border-color: #92087C;
}
</style>