Shades of Dark Magenta #9B027F
Tints of Dark Magenta #9B027F
RGB
CMYK
RGB Variations
Color information
#9B027F (or 0x9B027F) is known color: Dark Magenta. HEX triplet: 9B, 02 and 7F. RGB value is (155,2,127). Sum of RGB (Red+Green+Blue) = 155+2+127=284 (37% of max value = 765). Red value is 155 (60.94% from 255 or 54.58% from 284); Green value is 2 (1.17% from 255 or 0.70% from 284); Blue value is 127 (50% from 255 or 44.72% from 284); Max value from RGB is 155 - color contains mainly: red. Hex color #9B027F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B027F is #64FD80. Grayscale: #3D3D3D. Windows color (decimal): -6618497 or 8323739. OLE color: 8323739.
HSL color Cylindrical-coordinate representation of color #9B027F: hue angle of 310.98º degrees, saturation: 0.97, 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 #9B027F is Cyan = 0, Magento = 0.99, Yellow = 0.18 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 2 | 127 | - |
| CMYK | 0 | 0.99 | 0.18 | 0.39 |
| HSL | 310.98º | 0.97% | 0.31% | - |
| HSV(B) | 310.98º | 0.99% | 0.61% | - |
| XYZ | 17.37 | 8.54 | 20.81 | - |
| YUV | 62 | 164.69 | 194.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 2 | 127 | 0 | 0.99 | 0.18 | 0.39 | 310.98 | 0.97 | 0.31 |
| Hex | 9B | 2 | 7F | 0 | 63 | 12 | 27 | 137 | 61 | 1F |
| Octal | 233 | 2 | 177 | 0 | 143 | 22 | 47 | 467 | 141 | 37 |
| Binary | 10011011 | 10 | 1111111 | 0 | 1100011 | 10010 | 100111 | 100110111 | 1100001 | 11111 |
Color Harmonies of #9B027F
Complementary color
Monochromatic Colors of #9B027F
Black with #9B027F
Text Example
Text Example
White with #9B027F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B027F; }
p { color: rgb(155,2,127); }
H1.HeaderClassName
{
color: #9B027F;
}
.AnyTagClassName
{
color: #9B027F;
}
</style>
background-color css
<style>
a { background-color: #9B027F; }
a { background-color: rgb(155,2,127); }
div.DivClassName
{
background-color: #9B027F;
}
.BgClassName
{
background-color: #9B027F;
}
</style>
border-color css
<style>
span { border-color: #9B027F; }
span { border-color: rgb(155,2,127); }
td.TdClassName
{
border-color: #9B027F;
}
.TagClassName
{
border-color: #9B027F;
}
</style>