Shades of Dark Magenta #920B89
Tints of Dark Magenta #920B89
RGB
CMYK
RGB Variations
Color information
#920B89 (or 0x920B89) is known color: Dark Magenta. HEX triplet: 92, 0B and 89. RGB value is (146,11,137). Sum of RGB (Red+Green+Blue) = 146+11+137=294 (38% of max value = 765). Red value is 146 (57.42% from 255 or 49.66% from 294); Green value is 11 (4.69% from 255 or 3.74% from 294); Blue value is 137 (53.91% from 255 or 46.60% from 294); Max value from RGB is 146 - color contains mainly: red. Hex color #920B89 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #920B89 is #6DF476. Grayscale: #414141. Windows color (decimal): -7206007 or 8981394. OLE color: 8981394.
HSL color Cylindrical-coordinate representation of color #920B89: hue angle of 304º 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 #920B89 is Cyan = 0, Magento = 0.92, Yellow = 0.06 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 11 | 137 | - |
| CMYK | 0 | 0.92 | 0.06 | 0.43 |
| HSL | 304º | 0.86% | 0.31% | - |
| HSV(B) | 304º | 0.92% | 0.57% | - |
| XYZ | 16.49 | 8.16 | 24.37 | - |
| YUV | 65.73 | 168.23 | 185.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 11 | 137 | 0 | 0.92 | 0.06 | 0.43 | 304 | 0.86 | 0.31 |
| Hex | 92 | B | 89 | 0 | 5C | 6 | 2B | 130 | 56 | 1F |
| Octal | 222 | 13 | 211 | 0 | 134 | 6 | 53 | 460 | 126 | 37 |
| Binary | 10010010 | 1011 | 10001001 | 0 | 1011100 | 110 | 101011 | 100110000 | 1010110 | 11111 |
Color Harmonies of #920B89
Complementary color
Monochromatic Colors of #920B89
Black with #920B89
Text Example
Text Example
White with #920B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920B89; }
p { color: rgb(146,11,137); }
H1.HeaderClassName
{
color: #920B89;
}
.AnyTagClassName
{
color: #920B89;
}
</style>
background-color css
<style>
a { background-color: #920B89; }
a { background-color: rgb(146,11,137); }
div.DivClassName
{
background-color: #920B89;
}
.BgClassName
{
background-color: #920B89;
}
</style>
border-color css
<style>
span { border-color: #920B89; }
span { border-color: rgb(146,11,137); }
td.TdClassName
{
border-color: #920B89;
}
.TagClassName
{
border-color: #920B89;
}
</style>