Shades of Dark Magenta #921B90
Tints of Dark Magenta #921B90
RGB
CMYK
RGB Variations
Color information
#921B90 (or 0x921B90) is known color: Dark Magenta. HEX triplet: 92, 1B and 90. RGB value is (146,27,144). Sum of RGB (Red+Green+Blue) = 146+27+144=317 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.06% from 317); Green value is 27 (10.94% from 255 or 8.52% from 317); Blue value is 144 (56.64% from 255 or 45.43% from 317); Max value from RGB is 146 - color contains mainly: red. Hex color #921B90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #921B90 is #6DE46F. Grayscale: #4B4B4B. Windows color (decimal): -7201904 or 9444242. OLE color: 9444242.
HSL color Cylindrical-coordinate representation of color #921B90: hue angle of 301.01º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #921B90 is Cyan = 0, Magento = 0.82, Yellow = 0.01 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 27 | 144 | - |
| CMYK | 0 | 0.82 | 0.01 | 0.43 |
| HSL | 301.01º | 0.69% | 0.34% | - |
| HSV(B) | 301.01º | 0.82% | 0.57% | - |
| XYZ | 17.28 | 8.91 | 27.19 | - |
| YUV | 75.92 | 166.42 | 177.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 27 | 144 | 0 | 0.82 | 0.01 | 0.43 | 301.01 | 0.69 | 0.34 |
| Hex | 92 | 1B | 90 | 0 | 52 | 1 | 2B | 12D | 45 | 22 |
| Octal | 222 | 33 | 220 | 0 | 122 | 1 | 53 | 455 | 105 | 42 |
| Binary | 10010010 | 11011 | 10010000 | 0 | 1010010 | 1 | 101011 | 100101101 | 1000101 | 100010 |
Color Harmonies of #921B90
Complementary color
Monochromatic Colors of #921B90
Black with #921B90
Text Example
Text Example
White with #921B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921B90; }
p { color: rgb(146,27,144); }
H1.HeaderClassName
{
color: #921B90;
}
.AnyTagClassName
{
color: #921B90;
}
</style>
background-color css
<style>
a { background-color: #921B90; }
a { background-color: rgb(146,27,144); }
div.DivClassName
{
background-color: #921B90;
}
.BgClassName
{
background-color: #921B90;
}
</style>
border-color css
<style>
span { border-color: #921B90; }
span { border-color: rgb(146,27,144); }
td.TdClassName
{
border-color: #921B90;
}
.TagClassName
{
border-color: #921B90;
}
</style>