Shades of Dark Magenta #921B95
Tints of Dark Magenta #921B95
RGB
CMYK
RGB Variations
Color information
#921B95 (or 0x921B95) is known color: Dark Magenta. HEX triplet: 92, 1B and 95. RGB value is (146,27,149). Sum of RGB (Red+Green+Blue) = 146+27+149=322 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.34% from 322); Green value is 27 (10.94% from 255 or 8.39% from 322); Blue value is 149 (58.59% from 255 or 46.27% from 322); Max value from RGB is 149 - color contains mainly: blue. Hex color #921B95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #921B95 is #6DE46A. Grayscale: #4C4C4C. Windows color (decimal): -7201899 or 9771922. OLE color: 9771922.
HSL color Cylindrical-coordinate representation of color #921B95: hue angle of 298.52º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #921B95 is Cyan = 0.02, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 146 | 27 | 149 | - |
| CMYK | 0.02 | 0.82 | 0 | 0.42 |
| HSL | 298.52º | 0.69% | 0.35% | - |
| HSV(B) | 298.52º | 0.82% | 0.58% | - |
| XYZ | 17.67 | 9.06 | 29.25 | - |
| YUV | 76.49 | 168.92 | 177.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 27 | 149 | 0.02 | 0.82 | 0 | 0.42 | 298.52 | 0.69 | 0.35 |
| Hex | 92 | 1B | 95 | 2 | 52 | 0 | 2A | 12B | 45 | 23 |
| Octal | 222 | 33 | 225 | 2 | 122 | 0 | 52 | 453 | 105 | 43 |
| Binary | 10010010 | 11011 | 10010101 | 10 | 1010010 | 0 | 101010 | 100101011 | 1000101 | 100011 |
Color Harmonies of #921B95
Complementary color
Monochromatic Colors of #921B95
Black with #921B95
Text Example
Text Example
White with #921B95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921B95; }
p { color: rgb(146,27,149); }
H1.HeaderClassName
{
color: #921B95;
}
.AnyTagClassName
{
color: #921B95;
}
</style>
background-color css
<style>
a { background-color: #921B95; }
a { background-color: rgb(146,27,149); }
div.DivClassName
{
background-color: #921B95;
}
.BgClassName
{
background-color: #921B95;
}
</style>
border-color css
<style>
span { border-color: #921B95; }
span { border-color: rgb(146,27,149); }
td.TdClassName
{
border-color: #921B95;
}
.TagClassName
{
border-color: #921B95;
}
</style>