Shades of Dark Magenta #9B088D
Tints of Dark Magenta #9B088D
RGB
CMYK
RGB Variations
Color information
#9B088D (or 0x9B088D) is known color: Dark Magenta. HEX triplet: 9B, 08 and 8D. RGB value is (155,8,141). Sum of RGB (Red+Green+Blue) = 155+8+141=304 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.99% from 304); Green value is 8 (3.52% from 255 or 2.63% from 304); Blue value is 141 (55.47% from 255 or 46.38% from 304); Max value from RGB is 155 - color contains mainly: red. Hex color #9B088D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B088D is #64F772. Grayscale: #424242. Windows color (decimal): -6616947 or 9242779. OLE color: 9242779.
HSL color Cylindrical-coordinate representation of color #9B088D: hue angle of 305.71º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9B088D is Cyan = 0, Magento = 0.95, Yellow = 0.09 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 8 | 141 | - |
| CMYK | 0 | 0.95 | 0.09 | 0.39 |
| HSL | 305.71º | 0.9% | 0.32% | - |
| HSV(B) | 305.71º | 0.95% | 0.61% | - |
| XYZ | 18.41 | 9.07 | 25.98 | - |
| YUV | 67.12 | 169.7 | 190.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 8 | 141 | 0 | 0.95 | 0.09 | 0.39 | 305.71 | 0.9 | 0.32 |
| Hex | 9B | 8 | 8D | 0 | 5F | 9 | 27 | 132 | 5A | 20 |
| Octal | 233 | 10 | 215 | 0 | 137 | 11 | 47 | 462 | 132 | 40 |
| Binary | 10011011 | 1000 | 10001101 | 0 | 1011111 | 1001 | 100111 | 100110010 | 1011010 | 100000 |
Color Harmonies of #9B088D
Complementary color
Monochromatic Colors of #9B088D
Black with #9B088D
Text Example
Text Example
White with #9B088D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B088D; }
p { color: rgb(155,8,141); }
H1.HeaderClassName
{
color: #9B088D;
}
.AnyTagClassName
{
color: #9B088D;
}
</style>
background-color css
<style>
a { background-color: #9B088D; }
a { background-color: rgb(155,8,141); }
div.DivClassName
{
background-color: #9B088D;
}
.BgClassName
{
background-color: #9B088D;
}
</style>
border-color css
<style>
span { border-color: #9B088D; }
span { border-color: rgb(155,8,141); }
td.TdClassName
{
border-color: #9B088D;
}
.TagClassName
{
border-color: #9B088D;
}
</style>