Shades of Dark Magenta #9B189F
Tints of Dark Magenta #9B189F
RGB
CMYK
RGB Variations
Color information
#9B189F (or 0x9B189F) is known color: Dark Magenta. HEX triplet: 9B, 18 and 9F. RGB value is (155,24,159). Sum of RGB (Red+Green+Blue) = 155+24+159=338 (44% of max value = 765). Red value is 155 (60.94% from 255 or 45.86% from 338); Green value is 24 (9.77% from 255 or 7.10% from 338); Blue value is 159 (62.5% from 255 or 47.04% from 338); Max value from RGB is 159 - color contains mainly: blue. Hex color #9B189F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B189F is #64E760. Grayscale: #4E4E4E. Windows color (decimal): -6612833 or 10426523. OLE color: 10426523.
HSL color Cylindrical-coordinate representation of color #9B189F: hue angle of 298.22º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9B189F is Cyan = 0.03, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 155 | 24 | 159 | - |
| CMYK | 0.03 | 0.85 | 0 | 0.38 |
| HSL | 298.22º | 0.74% | 0.36% | - |
| HSV(B) | 298.22º | 0.85% | 0.62% | - |
| XYZ | 20.1 | 10.13 | 33.7 | - |
| YUV | 78.56 | 173.4 | 182.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 24 | 159 | 0.03 | 0.85 | 0 | 0.38 | 298.22 | 0.74 | 0.36 |
| Hex | 9B | 18 | 9F | 3 | 55 | 0 | 26 | 12A | 4A | 24 |
| Octal | 233 | 30 | 237 | 3 | 125 | 0 | 46 | 452 | 112 | 44 |
| Binary | 10011011 | 11000 | 10011111 | 11 | 1010101 | 0 | 100110 | 100101010 | 1001010 | 100100 |
Color Harmonies of #9B189F
Complementary color
Monochromatic Colors of #9B189F
Black with #9B189F
Text Example
Text Example
White with #9B189F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B189F; }
p { color: rgb(155,24,159); }
H1.HeaderClassName
{
color: #9B189F;
}
.AnyTagClassName
{
color: #9B189F;
}
</style>
background-color css
<style>
a { background-color: #9B189F; }
a { background-color: rgb(155,24,159); }
div.DivClassName
{
background-color: #9B189F;
}
.BgClassName
{
background-color: #9B189F;
}
</style>
border-color css
<style>
span { border-color: #9B189F; }
span { border-color: rgb(155,24,159); }
td.TdClassName
{
border-color: #9B189F;
}
.TagClassName
{
border-color: #9B189F;
}
</style>