Shades of Dark Magenta #920B90
Tints of Dark Magenta #920B90
RGB
CMYK
RGB Variations
Color information
#920B90 (or 0x920B90) is known color: Dark Magenta. HEX triplet: 92, 0B and 90. RGB value is (146,11,144). Sum of RGB (Red+Green+Blue) = 146+11+144=301 (39% of max value = 765). Red value is 146 (57.42% from 255 or 48.50% from 301); Green value is 11 (4.69% from 255 or 3.65% from 301); Blue value is 144 (56.64% from 255 or 47.84% from 301); Max value from RGB is 146 - color contains mainly: red. Hex color #920B90 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #920B90 is #6DF46F. Grayscale: #424242. Windows color (decimal): -7206000 or 9440146. OLE color: 9440146.
HSL color Cylindrical-coordinate representation of color #920B90: hue angle of 300.89º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #920B90 is Cyan = 0, Magento = 0.92, Yellow = 0.01 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 11 | 144 | - |
| CMYK | 0 | 0.92 | 0.01 | 0.43 |
| HSL | 300.89º | 0.86% | 0.31% | - |
| HSV(B) | 300.89º | 0.92% | 0.57% | - |
| XYZ | 17.01 | 8.36 | 27.1 | - |
| YUV | 66.53 | 171.73 | 184.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 11 | 144 | 0 | 0.92 | 0.01 | 0.43 | 300.89 | 0.86 | 0.31 |
| Hex | 92 | B | 90 | 0 | 5C | 1 | 2B | 12D | 56 | 1F |
| Octal | 222 | 13 | 220 | 0 | 134 | 1 | 53 | 455 | 126 | 37 |
| Binary | 10010010 | 1011 | 10010000 | 0 | 1011100 | 1 | 101011 | 100101101 | 1010110 | 11111 |
Color Harmonies of #920B90
Complementary color
Monochromatic Colors of #920B90
Black with #920B90
Text Example
Text Example
White with #920B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920B90; }
p { color: rgb(146,11,144); }
H1.HeaderClassName
{
color: #920B90;
}
.AnyTagClassName
{
color: #920B90;
}
</style>
background-color css
<style>
a { background-color: #920B90; }
a { background-color: rgb(146,11,144); }
div.DivClassName
{
background-color: #920B90;
}
.BgClassName
{
background-color: #920B90;
}
</style>
border-color css
<style>
span { border-color: #920B90; }
span { border-color: rgb(146,11,144); }
td.TdClassName
{
border-color: #920B90;
}
.TagClassName
{
border-color: #920B90;
}
</style>