Shades of Dark Magenta #92077D
Tints of Dark Magenta #92077D
RGB
CMYK
RGB Variations
Color information
#92077D (or 0x92077D) is known color: Dark Magenta. HEX triplet: 92, 07 and 7D. RGB value is (146,7,125). Sum of RGB (Red+Green+Blue) = 146+7+125=278 (36% of max value = 765). Red value is 146 (57.42% from 255 or 52.52% from 278); Green value is 7 (3.12% from 255 or 2.52% from 278); Blue value is 125 (49.22% from 255 or 44.96% from 278); Max value from RGB is 146 - color contains mainly: red. Hex color #92077D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #92077D is #6DF882. Grayscale: #3D3D3D. Windows color (decimal): -7207043 or 8193938. OLE color: 8193938.
HSL color Cylindrical-coordinate representation of color #92077D: hue angle of 309.06º degrees, saturation: 0.91, 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 #92077D is Cyan = 0, Magento = 0.95, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 7 | 125 | - |
| CMYK | 0 | 0.95 | 0.14 | 0.43 |
| HSL | 309.06º | 0.91% | 0.3% | - |
| HSV(B) | 309.06º | 0.95% | 0.57% | - |
| XYZ | 15.63 | 7.74 | 20.07 | - |
| YUV | 62.01 | 163.55 | 187.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 7 | 125 | 0 | 0.95 | 0.14 | 0.43 | 309.06 | 0.91 | 0.3 |
| Hex | 92 | 7 | 7D | 0 | 5F | E | 2B | 135 | 5B | 1E |
| Octal | 222 | 7 | 175 | 0 | 137 | 16 | 53 | 465 | 133 | 36 |
| Binary | 10010010 | 111 | 1111101 | 0 | 1011111 | 1110 | 101011 | 100110101 | 1011011 | 11110 |
Color Harmonies of #92077D
Complementary color
Monochromatic Colors of #92077D
Black with #92077D
Text Example
Text Example
White with #92077D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92077D; }
p { color: rgb(146,7,125); }
H1.HeaderClassName
{
color: #92077D;
}
.AnyTagClassName
{
color: #92077D;
}
</style>
background-color css
<style>
a { background-color: #92077D; }
a { background-color: rgb(146,7,125); }
div.DivClassName
{
background-color: #92077D;
}
.BgClassName
{
background-color: #92077D;
}
</style>
border-color css
<style>
span { border-color: #92077D; }
span { border-color: rgb(146,7,125); }
td.TdClassName
{
border-color: #92077D;
}
.TagClassName
{
border-color: #92077D;
}
</style>