Shades of Dark Magenta #920A9B
Tints of Dark Magenta #920A9B
RGB
CMYK
RGB Variations
Color information
#920A9B (or 0x920A9B) is known color: Dark Magenta. HEX triplet: 92, 0A and 9B. RGB value is (146,10,155). Sum of RGB (Red+Green+Blue) = 146+10+155=311 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.95% from 311); Green value is 10 (4.30% from 255 or 3.22% from 311); Blue value is 155 (60.94% from 255 or 49.84% from 311); Max value from RGB is 155 - color contains mainly: blue. Hex color #920A9B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #920A9B is #6DF564. Grayscale: #424242. Windows color (decimal): -7206245 or 10160786. OLE color: 10160786.
HSL color Cylindrical-coordinate representation of color #920A9B: hue angle of 296.28º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #920A9B is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 146 | 10 | 155 | - |
| CMYK | 0.06 | 0.94 | 0 | 0.39 |
| HSL | 296.28º | 0.88% | 0.32% | - |
| HSV(B) | 296.28º | 0.94% | 0.61% | - |
| XYZ | 17.88 | 8.69 | 31.75 | - |
| YUV | 67.19 | 177.56 | 184.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 10 | 155 | 0.06 | 0.94 | 0 | 0.39 | 296.28 | 0.88 | 0.32 |
| Hex | 92 | A | 9B | 6 | 5E | 0 | 27 | 128 | 58 | 20 |
| Octal | 222 | 12 | 233 | 6 | 136 | 0 | 47 | 450 | 130 | 40 |
| Binary | 10010010 | 1010 | 10011011 | 110 | 1011110 | 0 | 100111 | 100101000 | 1011000 | 100000 |
Color Harmonies of #920A9B
Complementary color
Monochromatic Colors of #920A9B
Black with #920A9B
Text Example
Text Example
White with #920A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920A9B; }
p { color: rgb(146,10,155); }
H1.HeaderClassName
{
color: #920A9B;
}
.AnyTagClassName
{
color: #920A9B;
}
</style>
background-color css
<style>
a { background-color: #920A9B; }
a { background-color: rgb(146,10,155); }
div.DivClassName
{
background-color: #920A9B;
}
.BgClassName
{
background-color: #920A9B;
}
</style>
border-color css
<style>
span { border-color: #920A9B; }
span { border-color: rgb(146,10,155); }
td.TdClassName
{
border-color: #920A9B;
}
.TagClassName
{
border-color: #920A9B;
}
</style>