Shades of Dark Magenta #921A9B
Tints of Dark Magenta #921A9B
RGB
CMYK
RGB Variations
Color information
#921A9B (or 0x921A9B) is known color: Dark Magenta. HEX triplet: 92, 1A and 9B. RGB value is (146,26,155). Sum of RGB (Red+Green+Blue) = 146+26+155=327 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.65% from 327); Green value is 26 (10.55% from 255 or 7.95% from 327); Blue value is 155 (60.94% from 255 or 47.40% from 327); Max value from RGB is 155 - color contains mainly: blue. Hex color #921A9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #921A9B is #6DE564. Grayscale: #4C4C4C. Windows color (decimal): -7202149 or 10164882. OLE color: 10164882.
HSL color Cylindrical-coordinate representation of color #921A9B: hue angle of 295.81º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #921A9B is Cyan = 0.06, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 146 | 26 | 155 | - |
| CMYK | 0.06 | 0.83 | 0 | 0.39 |
| HSL | 295.81º | 0.71% | 0.35% | - |
| HSV(B) | 295.81º | 0.83% | 0.61% | - |
| XYZ | 18.14 | 9.22 | 31.83 | - |
| YUV | 76.59 | 172.26 | 177.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 26 | 155 | 0.06 | 0.83 | 0 | 0.39 | 295.81 | 0.71 | 0.35 |
| Hex | 92 | 1A | 9B | 6 | 53 | 0 | 27 | 128 | 47 | 23 |
| Octal | 222 | 32 | 233 | 6 | 123 | 0 | 47 | 450 | 107 | 43 |
| Binary | 10010010 | 11010 | 10011011 | 110 | 1010011 | 0 | 100111 | 100101000 | 1000111 | 100011 |
Color Harmonies of #921A9B
Complementary color
Monochromatic Colors of #921A9B
Black with #921A9B
Text Example
Text Example
White with #921A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921A9B; }
p { color: rgb(146,26,155); }
H1.HeaderClassName
{
color: #921A9B;
}
.AnyTagClassName
{
color: #921A9B;
}
</style>
background-color css
<style>
a { background-color: #921A9B; }
a { background-color: rgb(146,26,155); }
div.DivClassName
{
background-color: #921A9B;
}
.BgClassName
{
background-color: #921A9B;
}
</style>
border-color css
<style>
span { border-color: #921A9B; }
span { border-color: rgb(146,26,155); }
td.TdClassName
{
border-color: #921A9B;
}
.TagClassName
{
border-color: #921A9B;
}
</style>