Shades of Dark Magenta #9C089B
Tints of Dark Magenta #9C089B
RGB
CMYK
RGB Variations
Color information
#9C089B (or 0x9C089B) is known color: Dark Magenta. HEX triplet: 9C, 08 and 9B. RGB value is (156,8,155). Sum of RGB (Red+Green+Blue) = 156+8+155=319 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.90% from 319); Green value is 8 (3.52% from 255 or 2.51% from 319); Blue value is 155 (60.94% from 255 or 48.59% from 319); Max value from RGB is 156 - color contains mainly: red. Hex color #9C089B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C089B is #63F764. Grayscale: #444444. Windows color (decimal): -6551397 or 10160284. OLE color: 10160284.
HSL color Cylindrical-coordinate representation of color #9C089B: hue angle of 300.41º 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 #9C089B is Cyan = 0, Magento = 0.95, Yellow = 0.01 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 8 | 155 | - |
| CMYK | 0 | 0.95 | 0.01 | 0.39 |
| HSL | 300.41º | 0.9% | 0.32% | - |
| HSV(B) | 300.41º | 0.95% | 0.61% | - |
| XYZ | 19.71 | 9.61 | 31.83 | - |
| YUV | 69.01 | 176.53 | 190.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 8 | 155 | 0 | 0.95 | 0.01 | 0.39 | 300.41 | 0.9 | 0.32 |
| Hex | 9C | 8 | 9B | 0 | 5F | 1 | 27 | 12C | 5A | 20 |
| Octal | 234 | 10 | 233 | 0 | 137 | 1 | 47 | 454 | 132 | 40 |
| Binary | 10011100 | 1000 | 10011011 | 0 | 1011111 | 1 | 100111 | 100101100 | 1011010 | 100000 |
Color Harmonies of #9C089B
Complementary color
Monochromatic Colors of #9C089B
Black with #9C089B
Text Example
Text Example
White with #9C089B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C089B; }
p { color: rgb(156,8,155); }
H1.HeaderClassName
{
color: #9C089B;
}
.AnyTagClassName
{
color: #9C089B;
}
</style>
background-color css
<style>
a { background-color: #9C089B; }
a { background-color: rgb(156,8,155); }
div.DivClassName
{
background-color: #9C089B;
}
.BgClassName
{
background-color: #9C089B;
}
</style>
border-color css
<style>
span { border-color: #9C089B; }
span { border-color: rgb(156,8,155); }
td.TdClassName
{
border-color: #9C089B;
}
.TagClassName
{
border-color: #9C089B;
}
</style>