Shades of Dark Magenta #9B158F
Tints of Dark Magenta #9B158F
RGB
CMYK
RGB Variations
Color information
#9B158F (or 0x9B158F) is known color: Dark Magenta. HEX triplet: 9B, 15 and 8F. RGB value is (155,21,143). Sum of RGB (Red+Green+Blue) = 155+21+143=319 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.59% from 319); Green value is 21 (8.59% from 255 or 6.58% from 319); Blue value is 143 (56.25% from 255 or 44.83% from 319); Max value from RGB is 155 - color contains mainly: red. Hex color #9B158F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B158F is #64EA70. Grayscale: #4A4A4A. Windows color (decimal): -6613617 or 9377179. OLE color: 9377179.
HSL color Cylindrical-coordinate representation of color #9B158F: hue angle of 305.37º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9B158F is Cyan = 0, Magento = 0.86, Yellow = 0.08 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 21 | 143 | - |
| CMYK | 0 | 0.86 | 0.08 | 0.39 |
| HSL | 305.37º | 0.76% | 0.35% | - |
| HSV(B) | 305.37º | 0.86% | 0.61% | - |
| XYZ | 18.74 | 9.49 | 26.83 | - |
| YUV | 74.97 | 166.39 | 185.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 21 | 143 | 0 | 0.86 | 0.08 | 0.39 | 305.37 | 0.76 | 0.35 |
| Hex | 9B | 15 | 8F | 0 | 56 | 8 | 27 | 131 | 4C | 23 |
| Octal | 233 | 25 | 217 | 0 | 126 | 10 | 47 | 461 | 114 | 43 |
| Binary | 10011011 | 10101 | 10001111 | 0 | 1010110 | 1000 | 100111 | 100110001 | 1001100 | 100011 |
Color Harmonies of #9B158F
Complementary color
Monochromatic Colors of #9B158F
Black with #9B158F
Text Example
Text Example
White with #9B158F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B158F; }
p { color: rgb(155,21,143); }
H1.HeaderClassName
{
color: #9B158F;
}
.AnyTagClassName
{
color: #9B158F;
}
</style>
background-color css
<style>
a { background-color: #9B158F; }
a { background-color: rgb(155,21,143); }
div.DivClassName
{
background-color: #9B158F;
}
.BgClassName
{
background-color: #9B158F;
}
</style>
border-color css
<style>
span { border-color: #9B158F; }
span { border-color: rgb(155,21,143); }
td.TdClassName
{
border-color: #9B158F;
}
.TagClassName
{
border-color: #9B158F;
}
</style>