Shades of Dark Magenta #9B017F
Tints of Dark Magenta #9B017F
RGB
CMYK
RGB Variations
Color information
#9B017F (or 0x9B017F) is known color: Dark Magenta. HEX triplet: 9B, 01 and 7F. RGB value is (155,1,127). Sum of RGB (Red+Green+Blue) = 155+1+127=283 (37% of max value = 765). Red value is 155 (60.94% from 255 or 54.77% from 283); Green value is 1 (0.78% from 255 or 0.35% from 283); Blue value is 127 (50% from 255 or 44.88% from 283); Max value from RGB is 155 - color contains mainly: red. Hex color #9B017F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B017F is #64FE80. Grayscale: #3D3D3D. Windows color (decimal): -6618753 or 8323483. OLE color: 8323483.
HSL color Cylindrical-coordinate representation of color #9B017F: hue angle of 310.91º 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 #9B017F is Cyan = 0, Magento = 0.99, Yellow = 0.18 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 1 | 127 | - |
| CMYK | 0 | 0.99 | 0.18 | 0.39 |
| HSL | 310.91º | 0.99% | 0.31% | - |
| HSV(B) | 310.91º | 0.99% | 0.61% | - |
| XYZ | 17.36 | 8.52 | 20.81 | - |
| YUV | 61.41 | 165.02 | 194.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 1 | 127 | 0 | 0.99 | 0.18 | 0.39 | 310.91 | 0.99 | 0.31 |
| Hex | 9B | 1 | 7F | 0 | 63 | 12 | 27 | 137 | 63 | 1F |
| Octal | 233 | 1 | 177 | 0 | 143 | 22 | 47 | 467 | 143 | 37 |
| Binary | 10011011 | 1 | 1111111 | 0 | 1100011 | 10010 | 100111 | 100110111 | 1100011 | 11111 |
Color Harmonies of #9B017F
Complementary color
Monochromatic Colors of #9B017F
Black with #9B017F
Text Example
Text Example
White with #9B017F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B017F; }
p { color: rgb(155,1,127); }
H1.HeaderClassName
{
color: #9B017F;
}
.AnyTagClassName
{
color: #9B017F;
}
</style>
background-color css
<style>
a { background-color: #9B017F; }
a { background-color: rgb(155,1,127); }
div.DivClassName
{
background-color: #9B017F;
}
.BgClassName
{
background-color: #9B017F;
}
</style>
border-color css
<style>
span { border-color: #9B017F; }
span { border-color: rgb(155,1,127); }
td.TdClassName
{
border-color: #9B017F;
}
.TagClassName
{
border-color: #9B017F;
}
</style>