Shades of Dark Magenta #9B09AD
Tints of Dark Magenta #9B09AD
RGB
CMYK
RGB Variations
Color information
#9B09AD (or 0x9B09AD) is known color: Dark Magenta. HEX triplet: 9B, 09 and AD. RGB value is (155,9,173). Sum of RGB (Red+Green+Blue) = 155+9+173=337 (44% of max value = 765). Red value is 155 (60.94% from 255 or 45.99% from 337); Green value is 9 (3.91% from 255 or 2.67% from 337); Blue value is 173 (67.97% from 255 or 51.34% from 337); Max value from RGB is 173 - color contains mainly: blue. Hex color #9B09AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B09AD is #64F652. Grayscale: #464646. Windows color (decimal): -6616659 or 11340187. OLE color: 11340187.
HSL color Cylindrical-coordinate representation of color #9B09AD: hue angle of 293.41º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9B09AD is Cyan = 0.10, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 155 | 9 | 173 | - |
| CMYK | 0.10 | 0.95 | 0 | 0.32 |
| HSL | 293.41º | 0.9% | 0.36% | - |
| HSV(B) | 293.41º | 0.95% | 0.68% | - |
| XYZ | 21.16 | 10.18 | 40.39 | - |
| YUV | 71.35 | 185.37 | 187.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 9 | 173 | 0.10 | 0.95 | 0 | 0.32 | 293.41 | 0.9 | 0.36 |
| Hex | 9B | 9 | AD | A | 5F | 0 | 20 | 125 | 5A | 24 |
| Octal | 233 | 11 | 255 | 12 | 137 | 0 | 40 | 445 | 132 | 44 |
| Binary | 10011011 | 1001 | 10101101 | 1010 | 1011111 | 0 | 100000 | 100100101 | 1011010 | 100100 |
Color Harmonies of #9B09AD
Complementary color
Monochromatic Colors of #9B09AD
Black with #9B09AD
Text Example
Text Example
White with #9B09AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B09AD; }
p { color: rgb(155,9,173); }
H1.HeaderClassName
{
color: #9B09AD;
}
.AnyTagClassName
{
color: #9B09AD;
}
</style>
background-color css
<style>
a { background-color: #9B09AD; }
a { background-color: rgb(155,9,173); }
div.DivClassName
{
background-color: #9B09AD;
}
.BgClassName
{
background-color: #9B09AD;
}
</style>
border-color css
<style>
span { border-color: #9B09AD; }
span { border-color: rgb(155,9,173); }
td.TdClassName
{
border-color: #9B09AD;
}
.TagClassName
{
border-color: #9B09AD;
}
</style>