Shades of Dark Magenta #9B149D
Tints of Dark Magenta #9B149D
RGB
CMYK
RGB Variations
Color information
#9B149D (or 0x9B149D) is known color: Dark Magenta. HEX triplet: 9B, 14 and 9D. RGB value is (155,20,157). Sum of RGB (Red+Green+Blue) = 155+20+157=332 (43% of max value = 765). Red value is 155 (60.94% from 255 or 46.69% from 332); Green value is 20 (8.20% from 255 or 6.02% from 332); Blue value is 157 (61.72% from 255 or 47.29% from 332); Max value from RGB is 157 - color contains mainly: blue. Hex color #9B149D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B149D is #64EB62. Grayscale: #4B4B4B. Windows color (decimal): -6613859 or 10294427. OLE color: 10294427.
HSL color Cylindrical-coordinate representation of color #9B149D: hue angle of 299.12º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9B149D is Cyan = 0.01, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 155 | 20 | 157 | - |
| CMYK | 0.01 | 0.87 | 0 | 0.38 |
| HSL | 299.12º | 0.77% | 0.35% | - |
| HSV(B) | 299.12º | 0.87% | 0.62% | - |
| XYZ | 19.85 | 9.9 | 32.76 | - |
| YUV | 75.98 | 173.73 | 184.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 20 | 157 | 0.01 | 0.87 | 0 | 0.38 | 299.12 | 0.77 | 0.35 |
| Hex | 9B | 14 | 9D | 1 | 57 | 0 | 26 | 12B | 4D | 23 |
| Octal | 233 | 24 | 235 | 1 | 127 | 0 | 46 | 453 | 115 | 43 |
| Binary | 10011011 | 10100 | 10011101 | 1 | 1010111 | 0 | 100110 | 100101011 | 1001101 | 100011 |
Color Harmonies of #9B149D
Complementary color
Monochromatic Colors of #9B149D
Black with #9B149D
Text Example
Text Example
White with #9B149D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B149D; }
p { color: rgb(155,20,157); }
H1.HeaderClassName
{
color: #9B149D;
}
.AnyTagClassName
{
color: #9B149D;
}
</style>
background-color css
<style>
a { background-color: #9B149D; }
a { background-color: rgb(155,20,157); }
div.DivClassName
{
background-color: #9B149D;
}
.BgClassName
{
background-color: #9B149D;
}
</style>
border-color css
<style>
span { border-color: #9B149D; }
span { border-color: rgb(155,20,157); }
td.TdClassName
{
border-color: #9B149D;
}
.TagClassName
{
border-color: #9B149D;
}
</style>