Shades of Dark Purple #9B2389
Tints of Dark Purple #9B2389
RGB
CMYK
RGB Variations
Color information
#9B2389 (or 0x9B2389) is known color: Dark Purple. HEX triplet: 9B, 23 and 89. RGB value is (155,35,137). Sum of RGB (Red+Green+Blue) = 155+35+137=327 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.40% from 327); Green value is 35 (14.06% from 255 or 10.70% from 327); Blue value is 137 (53.91% from 255 or 41.90% from 327); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2389 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B2389 is #64DC76. Grayscale: #525252. Windows color (decimal): -6610039 or 8987547. OLE color: 8987547.
HSL color Cylindrical-coordinate representation of color #9B2389: hue angle of 309º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9B2389 is Cyan = 0, Magento = 0.77, Yellow = 0.12 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 35 | 137 | - |
| CMYK | 0 | 0.77 | 0.12 | 0.39 |
| HSL | 309º | 0.63% | 0.37% | - |
| HSV(B) | 309º | 0.77% | 0.61% | - |
| XYZ | 18.63 | 9.98 | 24.61 | - |
| YUV | 82.51 | 158.76 | 179.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 35 | 137 | 0 | 0.77 | 0.12 | 0.39 | 309 | 0.63 | 0.37 |
| Hex | 9B | 23 | 89 | 0 | 4D | C | 27 | 135 | 3F | 25 |
| Octal | 233 | 43 | 211 | 0 | 115 | 14 | 47 | 465 | 77 | 45 |
| Binary | 10011011 | 100011 | 10001001 | 0 | 1001101 | 1100 | 100111 | 100110101 | 111111 | 100101 |
Color Harmonies of #9B2389
Complementary color
Monochromatic Colors of #9B2389
Black with #9B2389
Text Example
Text Example
White with #9B2389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B2389; }
p { color: rgb(155,35,137); }
H1.HeaderClassName
{
color: #9B2389;
}
.AnyTagClassName
{
color: #9B2389;
}
</style>
background-color css
<style>
a { background-color: #9B2389; }
a { background-color: rgb(155,35,137); }
div.DivClassName
{
background-color: #9B2389;
}
.BgClassName
{
background-color: #9B2389;
}
</style>
border-color css
<style>
span { border-color: #9B2389; }
span { border-color: rgb(155,35,137); }
td.TdClassName
{
border-color: #9B2389;
}
.TagClassName
{
border-color: #9B2389;
}
</style>