Shades of Dark Magenta #9B098C
Tints of Dark Magenta #9B098C
RGB
CMYK
RGB Variations
Color information
#9B098C (or 0x9B098C) is known color: Dark Magenta. HEX triplet: 9B, 09 and 8C. RGB value is (155,9,140). Sum of RGB (Red+Green+Blue) = 155+9+140=304 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.99% from 304); Green value is 9 (3.91% from 255 or 2.96% from 304); Blue value is 140 (55.08% from 255 or 46.05% from 304); Max value from RGB is 155 - color contains mainly: red. Hex color #9B098C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B098C is #64F673. Grayscale: #434343. Windows color (decimal): -6616692 or 9177499. OLE color: 9177499.
HSL color Cylindrical-coordinate representation of color #9B098C: hue angle of 306.16º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9B098C is Cyan = 0, Magento = 0.94, Yellow = 0.10 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 9 | 140 | - |
| CMYK | 0 | 0.94 | 0.10 | 0.39 |
| HSL | 306.16º | 0.89% | 0.32% | - |
| HSV(B) | 306.16º | 0.94% | 0.61% | - |
| XYZ | 18.35 | 9.06 | 25.59 | - |
| YUV | 67.59 | 168.87 | 190.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 9 | 140 | 0 | 0.94 | 0.10 | 0.39 | 306.16 | 0.89 | 0.32 |
| Hex | 9B | 9 | 8C | 0 | 5E | A | 27 | 132 | 59 | 20 |
| Octal | 233 | 11 | 214 | 0 | 136 | 12 | 47 | 462 | 131 | 40 |
| Binary | 10011011 | 1001 | 10001100 | 0 | 1011110 | 1010 | 100111 | 100110010 | 1011001 | 100000 |
Color Harmonies of #9B098C
Complementary color
Monochromatic Colors of #9B098C
Black with #9B098C
Text Example
Text Example
White with #9B098C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B098C; }
p { color: rgb(155,9,140); }
H1.HeaderClassName
{
color: #9B098C;
}
.AnyTagClassName
{
color: #9B098C;
}
</style>
background-color css
<style>
a { background-color: #9B098C; }
a { background-color: rgb(155,9,140); }
div.DivClassName
{
background-color: #9B098C;
}
.BgClassName
{
background-color: #9B098C;
}
</style>
border-color css
<style>
span { border-color: #9B098C; }
span { border-color: rgb(155,9,140); }
td.TdClassName
{
border-color: #9B098C;
}
.TagClassName
{
border-color: #9B098C;
}
</style>