Shades of Dark Magenta #9B0184
Tints of Dark Magenta #9B0184
RGB
CMYK
RGB Variations
Color information
#9B0184 (or 0x9B0184) is known color: Dark Magenta. HEX triplet: 9B, 01 and 84. RGB value is (155,1,132). Sum of RGB (Red+Green+Blue) = 155+1+132=288 (38% of max value = 765). Red value is 155 (60.94% from 255 or 53.82% from 288); Green value is 1 (0.78% from 255 or 0.35% from 288); Blue value is 132 (51.95% from 255 or 45.83% from 288); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0184 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B0184 is #64FE7B. Grayscale: #3D3D3D. Windows color (decimal): -6618748 or 8651163. OLE color: 8651163.
HSL color Cylindrical-coordinate representation of color #9B0184: hue angle of 308.96º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9B0184 is Cyan = 0, Magento = 0.99, Yellow = 0.15 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 1 | 132 | - |
| CMYK | 0 | 0.99 | 0.15 | 0.39 |
| HSL | 308.96º | 0.99% | 0.31% | - |
| HSV(B) | 308.96º | 0.99% | 0.61% | - |
| XYZ | 17.69 | 8.66 | 22.57 | - |
| YUV | 61.98 | 167.52 | 194.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 1 | 132 | 0 | 0.99 | 0.15 | 0.39 | 308.96 | 0.99 | 0.31 |
| Hex | 9B | 1 | 84 | 0 | 63 | F | 27 | 135 | 63 | 1F |
| Octal | 233 | 1 | 204 | 0 | 143 | 17 | 47 | 465 | 143 | 37 |
| Binary | 10011011 | 1 | 10000100 | 0 | 1100011 | 1111 | 100111 | 100110101 | 1100011 | 11111 |
Color Harmonies of #9B0184
Complementary color
Monochromatic Colors of #9B0184
Black with #9B0184
Text Example
Text Example
White with #9B0184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B0184; }
p { color: rgb(155,1,132); }
H1.HeaderClassName
{
color: #9B0184;
}
.AnyTagClassName
{
color: #9B0184;
}
</style>
background-color css
<style>
a { background-color: #9B0184; }
a { background-color: rgb(155,1,132); }
div.DivClassName
{
background-color: #9B0184;
}
.BgClassName
{
background-color: #9B0184;
}
</style>
border-color css
<style>
span { border-color: #9B0184; }
span { border-color: rgb(155,1,132); }
td.TdClassName
{
border-color: #9B0184;
}
.TagClassName
{
border-color: #9B0184;
}
</style>