Shades of Dark Magenta #920BAE
Tints of Dark Magenta #920BAE
RGB
CMYK
RGB Variations
Color information
#920BAE (or 0x920BAE) is known color: Dark Magenta. HEX triplet: 92, 0B and AE. RGB value is (146,11,174). Sum of RGB (Red+Green+Blue) = 146+11+174=331 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.11% from 331); Green value is 11 (4.69% from 255 or 3.32% from 331); Blue value is 174 (68.36% from 255 or 52.57% from 331); Max value from RGB is 174 - color contains mainly: blue. Hex color #920BAE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #920BAE is #6DF451. Grayscale: #454545. Windows color (decimal): -7205970 or 11406226. OLE color: 11406226.
HSL color Cylindrical-coordinate representation of color #920BAE: hue angle of 289.69º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #920BAE is Cyan = 0.16, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 146 | 11 | 174 | - |
| CMYK | 0.16 | 0.94 | 0 | 0.32 |
| HSL | 289.69º | 0.88% | 0.36% | - |
| HSV(B) | 289.69º | 0.94% | 0.68% | - |
| XYZ | 19.61 | 9.41 | 40.83 | - |
| YUV | 69.95 | 186.73 | 182.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 11 | 174 | 0.16 | 0.94 | 0 | 0.32 | 289.69 | 0.88 | 0.36 |
| Hex | 92 | B | AE | 10 | 5E | 0 | 20 | 122 | 58 | 24 |
| Octal | 222 | 13 | 256 | 20 | 136 | 0 | 40 | 442 | 130 | 44 |
| Binary | 10010010 | 1011 | 10101110 | 10000 | 1011110 | 0 | 100000 | 100100010 | 1011000 | 100100 |
Color Harmonies of #920BAE
Complementary color
Monochromatic Colors of #920BAE
Black with #920BAE
Text Example
Text Example
White with #920BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920BAE; }
p { color: rgb(146,11,174); }
H1.HeaderClassName
{
color: #920BAE;
}
.AnyTagClassName
{
color: #920BAE;
}
</style>
background-color css
<style>
a { background-color: #920BAE; }
a { background-color: rgb(146,11,174); }
div.DivClassName
{
background-color: #920BAE;
}
.BgClassName
{
background-color: #920BAE;
}
</style>
border-color css
<style>
span { border-color: #920BAE; }
span { border-color: rgb(146,11,174); }
td.TdClassName
{
border-color: #920BAE;
}
.TagClassName
{
border-color: #920BAE;
}
</style>