Shades of Dark Magenta #9B128F
Tints of Dark Magenta #9B128F
RGB
CMYK
RGB Variations
Color information
#9B128F (or 0x9B128F) is known color: Dark Magenta. HEX triplet: 9B, 12 and 8F. RGB value is (155,18,143). Sum of RGB (Red+Green+Blue) = 155+18+143=316 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.05% from 316); Green value is 18 (7.42% from 255 or 5.70% from 316); Blue value is 143 (56.25% from 255 or 45.25% from 316); Max value from RGB is 155 - color contains mainly: red. Hex color #9B128F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B128F is #64ED70. Grayscale: #484848. Windows color (decimal): -6614385 or 9376411. OLE color: 9376411.
HSL color Cylindrical-coordinate representation of color #9B128F: hue angle of 305.26º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9B128F is Cyan = 0, Magento = 0.88, Yellow = 0.08 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 18 | 143 | - |
| CMYK | 0 | 0.88 | 0.08 | 0.39 |
| HSL | 305.26º | 0.79% | 0.34% | - |
| HSV(B) | 305.26º | 0.88% | 0.61% | - |
| XYZ | 18.69 | 9.38 | 26.81 | - |
| YUV | 73.21 | 167.39 | 186.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 18 | 143 | 0 | 0.88 | 0.08 | 0.39 | 305.26 | 0.79 | 0.34 |
| Hex | 9B | 12 | 8F | 0 | 58 | 8 | 27 | 131 | 4F | 22 |
| Octal | 233 | 22 | 217 | 0 | 130 | 10 | 47 | 461 | 117 | 42 |
| Binary | 10011011 | 10010 | 10001111 | 0 | 1011000 | 1000 | 100111 | 100110001 | 1001111 | 100010 |
Color Harmonies of #9B128F
Complementary color
Monochromatic Colors of #9B128F
Black with #9B128F
Text Example
Text Example
White with #9B128F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B128F; }
p { color: rgb(155,18,143); }
H1.HeaderClassName
{
color: #9B128F;
}
.AnyTagClassName
{
color: #9B128F;
}
</style>
background-color css
<style>
a { background-color: #9B128F; }
a { background-color: rgb(155,18,143); }
div.DivClassName
{
background-color: #9B128F;
}
.BgClassName
{
background-color: #9B128F;
}
</style>
border-color css
<style>
span { border-color: #9B128F; }
span { border-color: rgb(155,18,143); }
td.TdClassName
{
border-color: #9B128F;
}
.TagClassName
{
border-color: #9B128F;
}
</style>