Shades of Dark Magenta #921B92
Tints of Dark Magenta #921B92
RGB
CMYK
RGB Variations
Color information
#921B92 (or 0x921B92) is known color: Dark Magenta. HEX triplet: 92, 1B and 92. RGB value is (146,27,146). Sum of RGB (Red+Green+Blue) = 146+27+146=319 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.77% from 319); Green value is 27 (10.94% from 255 or 8.46% from 319); Blue value is 146 (57.42% from 255 or 45.77% from 319); Max value from RGB is 146 - color contains mainly: red, blue. Hex color #921B92 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #921B92 is #6DE46D. Grayscale: #4B4B4B. Windows color (decimal): -7201902 or 9575314. OLE color: 9575314.
HSL color Cylindrical-coordinate representation of color #921B92: hue angle of 300º 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 #921B92 is Cyan = 0, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 27 | 146 | - |
| CMYK | 0 | 0.82 | 0 | 0.43 |
| HSL | 300º | 0.69% | 0.34% | - |
| HSV(B) | 300º | 0.82% | 0.57% | - |
| XYZ | 17.43 | 8.97 | 28.01 | - |
| YUV | 76.15 | 167.42 | 177.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 27 | 146 | 0 | 0.82 | 0 | 0.43 | 300 | 0.69 | 0.34 |
| Hex | 92 | 1B | 92 | 0 | 52 | 0 | 2B | 12C | 45 | 22 |
| Octal | 222 | 33 | 222 | 0 | 122 | 0 | 53 | 454 | 105 | 42 |
| Binary | 10010010 | 11011 | 10010010 | 0 | 1010010 | 0 | 101011 | 100101100 | 1000101 | 100010 |
Color Harmonies of #921B92
Complementary color
Monochromatic Colors of #921B92
Black with #921B92
Text Example
Text Example
White with #921B92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921B92; }
p { color: rgb(146,27,146); }
H1.HeaderClassName
{
color: #921B92;
}
.AnyTagClassName
{
color: #921B92;
}
</style>
background-color css
<style>
a { background-color: #921B92; }
a { background-color: rgb(146,27,146); }
div.DivClassName
{
background-color: #921B92;
}
.BgClassName
{
background-color: #921B92;
}
</style>
border-color css
<style>
span { border-color: #921B92; }
span { border-color: rgb(146,27,146); }
td.TdClassName
{
border-color: #921B92;
}
.TagClassName
{
border-color: #921B92;
}
</style>