Shades of Dark Magenta #9B007E
Tints of Dark Magenta #9B007E
RGB
CMYK
RGB Variations
Color information
#9B007E (or 0x9B007E) is known color: Dark Magenta. HEX triplet: 9B, 00 and 7E. RGB value is (155,0,126). Sum of RGB (Red+Green+Blue) = 155+0+126=281 (37% of max value = 765). Red value is 155 (60.94% from 255 or 55.16% from 281); Green value is 0 (0.39% from 255 or 0% from 281); Blue value is 126 (49.61% from 255 or 44.84% from 281); Max value from RGB is 155 - color contains mainly: red. Hex color #9B007E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B007E is #64FF81. Grayscale: #3C3C3C. Windows color (decimal): -6619010 or 8257691. OLE color: 8257691.
HSL color Cylindrical-coordinate representation of color #9B007E: hue angle of 311.23º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9B007E is Cyan = 0, Magento = 1, Yellow = 0.19 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 0 | 126 | - |
| CMYK | 0 | 1 | 0.19 | 0.39 |
| HSL | 311.23º | 1% | 0.3% | - |
| HSV(B) | 311.23º | 1% | 0.61% | - |
| XYZ | 17.28 | 8.47 | 20.46 | - |
| YUV | 60.71 | 164.85 | 195.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 0 | 126 | 0 | 1 | 0.19 | 0.39 | 311.23 | 1 | 0.3 |
| Hex | 9B | 0 | 7E | 0 | 64 | 13 | 27 | 137 | 64 | 1E |
| Octal | 233 | 0 | 176 | 0 | 144 | 23 | 47 | 467 | 144 | 36 |
| Binary | 10011011 | 0 | 1111110 | 0 | 1100100 | 10011 | 100111 | 100110111 | 1100100 | 11110 |
Color Harmonies of #9B007E
Complementary color
Monochromatic Colors of #9B007E
Black with #9B007E
Text Example
Text Example
White with #9B007E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B007E; }
p { color: rgb(155,0,126); }
H1.HeaderClassName
{
color: #9B007E;
}
.AnyTagClassName
{
color: #9B007E;
}
</style>
background-color css
<style>
a { background-color: #9B007E; }
a { background-color: rgb(155,0,126); }
div.DivClassName
{
background-color: #9B007E;
}
.BgClassName
{
background-color: #9B007E;
}
</style>
border-color css
<style>
span { border-color: #9B007E; }
span { border-color: rgb(155,0,126); }
td.TdClassName
{
border-color: #9B007E;
}
.TagClassName
{
border-color: #9B007E;
}
</style>