Shades of Dark Magenta #9A1BA5
Tints of Dark Magenta #9A1BA5
RGB
CMYK
RGB Variations
Color information
#9A1BA5 (or 0x9A1BA5) is known color: Dark Magenta. HEX triplet: 9A, 1B and A5. RGB value is (154,27,165). Sum of RGB (Red+Green+Blue) = 154+27+165=346 (45% of max value = 765). Red value is 154 (60.55% from 255 or 44.51% from 346); Green value is 27 (10.94% from 255 or 7.80% from 346); Blue value is 165 (64.84% from 255 or 47.69% from 346); Max value from RGB is 165 - color contains mainly: blue. Hex color #9A1BA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A1BA5 is #65E45A. Grayscale: #505050. Windows color (decimal): -6677595 or 10820506. OLE color: 10820506.
HSL color Cylindrical-coordinate representation of color #9A1BA5: hue angle of 295.22º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9A1BA5 is Cyan = 0.07, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 154 | 27 | 165 | - |
| CMYK | 0.07 | 0.84 | 0 | 0.35 |
| HSL | 295.22º | 0.72% | 0.38% | - |
| HSV(B) | 295.22º | 0.84% | 0.65% | - |
| XYZ | 20.51 | 10.37 | 36.52 | - |
| YUV | 80.71 | 175.58 | 180.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 27 | 165 | 0.07 | 0.84 | 0 | 0.35 | 295.22 | 0.72 | 0.38 |
| Hex | 9A | 1B | A5 | 7 | 54 | 0 | 23 | 127 | 48 | 26 |
| Octal | 232 | 33 | 245 | 7 | 124 | 0 | 43 | 447 | 110 | 46 |
| Binary | 10011010 | 11011 | 10100101 | 111 | 1010100 | 0 | 100011 | 100100111 | 1001000 | 100110 |
Color Harmonies of #9A1BA5
Complementary color
Monochromatic Colors of #9A1BA5
Black with #9A1BA5
Text Example
Text Example
White with #9A1BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A1BA5; }
p { color: rgb(154,27,165); }
H1.HeaderClassName
{
color: #9A1BA5;
}
.AnyTagClassName
{
color: #9A1BA5;
}
</style>
background-color css
<style>
a { background-color: #9A1BA5; }
a { background-color: rgb(154,27,165); }
div.DivClassName
{
background-color: #9A1BA5;
}
.BgClassName
{
background-color: #9A1BA5;
}
</style>
border-color css
<style>
span { border-color: #9A1BA5; }
span { border-color: rgb(154,27,165); }
td.TdClassName
{
border-color: #9A1BA5;
}
.TagClassName
{
border-color: #9A1BA5;
}
</style>