Shades of Dark Magenta #9A1B92
Tints of Dark Magenta #9A1B92
RGB
CMYK
RGB Variations
Color information
#9A1B92 (or 0x9A1B92) is known color: Dark Magenta. HEX triplet: 9A, 1B and 92. RGB value is (154,27,146). Sum of RGB (Red+Green+Blue) = 154+27+146=327 (43% of max value = 765). Red value is 154 (60.55% from 255 or 47.09% from 327); Green value is 27 (10.94% from 255 or 8.26% from 327); Blue value is 146 (57.42% from 255 or 44.65% from 327); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1B92 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A1B92 is #65E46D. Grayscale: #4E4E4E. Windows color (decimal): -6677614 or 9575322. OLE color: 9575322.
HSL color Cylindrical-coordinate representation of color #9A1B92: hue angle of 303.78º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9A1B92 is Cyan = 0, Magento = 0.82, Yellow = 0.05 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 27 | 146 | - |
| CMYK | 0 | 0.82 | 0.05 | 0.40 |
| HSL | 303.78º | 0.7% | 0.35% | - |
| HSV(B) | 303.78º | 0.82% | 0.6% | - |
| XYZ | 18.91 | 9.73 | 28.08 | - |
| YUV | 78.54 | 166.08 | 181.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 27 | 146 | 0 | 0.82 | 0.05 | 0.40 | 303.78 | 0.7 | 0.35 |
| Hex | 9A | 1B | 92 | 0 | 52 | 5 | 28 | 130 | 46 | 23 |
| Octal | 232 | 33 | 222 | 0 | 122 | 5 | 50 | 460 | 106 | 43 |
| Binary | 10011010 | 11011 | 10010010 | 0 | 1010010 | 101 | 101000 | 100110000 | 1000110 | 100011 |
Color Harmonies of #9A1B92
Complementary color
Monochromatic Colors of #9A1B92
Black with #9A1B92
Text Example
Text Example
White with #9A1B92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A1B92; }
p { color: rgb(154,27,146); }
H1.HeaderClassName
{
color: #9A1B92;
}
.AnyTagClassName
{
color: #9A1B92;
}
</style>
background-color css
<style>
a { background-color: #9A1B92; }
a { background-color: rgb(154,27,146); }
div.DivClassName
{
background-color: #9A1B92;
}
.BgClassName
{
background-color: #9A1B92;
}
</style>
border-color css
<style>
span { border-color: #9A1B92; }
span { border-color: rgb(154,27,146); }
td.TdClassName
{
border-color: #9A1B92;
}
.TagClassName
{
border-color: #9A1B92;
}
</style>