Shades of Dark Magenta #9B0E82
Tints of Dark Magenta #9B0E82
RGB
CMYK
RGB Variations
Color information
#9B0E82 (or 0x9B0E82) is known color: Dark Magenta. HEX triplet: 9B, 0E and 82. RGB value is (155,14,130). Sum of RGB (Red+Green+Blue) = 155+14+130=299 (39% of max value = 765). Red value is 155 (60.94% from 255 or 51.84% from 299); Green value is 14 (5.86% from 255 or 4.68% from 299); Blue value is 130 (51.17% from 255 or 43.48% from 299); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0E82 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B0E82 is #64F17D. Grayscale: #454545. Windows color (decimal): -6615422 or 8523419. OLE color: 8523419.
HSL color Cylindrical-coordinate representation of color #9B0E82: hue angle of 310.64º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9B0E82 is Cyan = 0, Magento = 0.91, Yellow = 0.16 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 14 | 130 | - |
| CMYK | 0 | 0.91 | 0.16 | 0.39 |
| HSL | 310.64º | 0.83% | 0.33% | - |
| HSV(B) | 310.64º | 0.91% | 0.61% | - |
| XYZ | 17.7 | 8.89 | 21.9 | - |
| YUV | 69.38 | 162.21 | 189.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 14 | 130 | 0 | 0.91 | 0.16 | 0.39 | 310.64 | 0.83 | 0.33 |
| Hex | 9B | E | 82 | 0 | 5B | 10 | 27 | 137 | 53 | 21 |
| Octal | 233 | 16 | 202 | 0 | 133 | 20 | 47 | 467 | 123 | 41 |
| Binary | 10011011 | 1110 | 10000010 | 0 | 1011011 | 10000 | 100111 | 100110111 | 1010011 | 100001 |
Color Harmonies of #9B0E82
Complementary color
Monochromatic Colors of #9B0E82
Black with #9B0E82
Text Example
Text Example
White with #9B0E82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B0E82; }
p { color: rgb(155,14,130); }
H1.HeaderClassName
{
color: #9B0E82;
}
.AnyTagClassName
{
color: #9B0E82;
}
</style>
background-color css
<style>
a { background-color: #9B0E82; }
a { background-color: rgb(155,14,130); }
div.DivClassName
{
background-color: #9B0E82;
}
.BgClassName
{
background-color: #9B0E82;
}
</style>
border-color css
<style>
span { border-color: #9B0E82; }
span { border-color: rgb(155,14,130); }
td.TdClassName
{
border-color: #9B0E82;
}
.TagClassName
{
border-color: #9B0E82;
}
</style>