Shades of Dark Magenta #92017B
Tints of Dark Magenta #92017B
RGB
CMYK
RGB Variations
Color information
#92017B (or 0x92017B) is known color: Dark Magenta. HEX triplet: 92, 01 and 7B. RGB value is (146,1,123). Sum of RGB (Red+Green+Blue) = 146+1+123=270 (35% of max value = 765). Red value is 146 (57.42% from 255 or 54.07% from 270); Green value is 1 (0.78% from 255 or 0.37% from 270); Blue value is 123 (48.44% from 255 or 45.56% from 270); Max value from RGB is 146 - color contains mainly: red. Hex color #92017B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #92017B is #6DFE84. Grayscale: #393939. Windows color (decimal): -7208581 or 8061330. OLE color: 8061330.
HSL color Cylindrical-coordinate representation of color #92017B: hue angle of 309.52º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #92017B is Cyan = 0, Magento = 0.99, Yellow = 0.16 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 1 | 123 | - |
| CMYK | 0 | 0.99 | 0.16 | 0.43 |
| HSL | 309.52º | 0.99% | 0.29% | - |
| HSV(B) | 309.52º | 0.99% | 0.57% | - |
| XYZ | 15.44 | 7.56 | 19.38 | - |
| YUV | 58.26 | 164.54 | 190.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 1 | 123 | 0 | 0.99 | 0.16 | 0.43 | 309.52 | 0.99 | 0.29 |
| Hex | 92 | 1 | 7B | 0 | 63 | 10 | 2B | 136 | 63 | 1D |
| Octal | 222 | 1 | 173 | 0 | 143 | 20 | 53 | 466 | 143 | 35 |
| Binary | 10010010 | 1 | 1111011 | 0 | 1100011 | 10000 | 101011 | 100110110 | 1100011 | 11101 |
Color Harmonies of #92017B
Complementary color
Monochromatic Colors of #92017B
Black with #92017B
Text Example
Text Example
White with #92017B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92017B; }
p { color: rgb(146,1,123); }
H1.HeaderClassName
{
color: #92017B;
}
.AnyTagClassName
{
color: #92017B;
}
</style>
background-color css
<style>
a { background-color: #92017B; }
a { background-color: rgb(146,1,123); }
div.DivClassName
{
background-color: #92017B;
}
.BgClassName
{
background-color: #92017B;
}
</style>
border-color css
<style>
span { border-color: #92017B; }
span { border-color: rgb(146,1,123); }
td.TdClassName
{
border-color: #92017B;
}
.TagClassName
{
border-color: #92017B;
}
</style>