Shades of Dark Purple #9B2089
Tints of Dark Purple #9B2089
RGB
CMYK
RGB Variations
Color information
#9B2089 (or 0x9B2089) is known color: Dark Purple. HEX triplet: 9B, 20 and 89. RGB value is (155,32,137). Sum of RGB (Red+Green+Blue) = 155+32+137=324 (42% of max value = 765). Red value is 155 (60.94% from 255 or 47.84% from 324); Green value is 32 (12.89% from 255 or 9.88% from 324); Blue value is 137 (53.91% from 255 or 42.28% from 324); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2089 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B2089 is #64DF76. Grayscale: #505050. Windows color (decimal): -6610807 or 8986779. OLE color: 8986779.
HSL color Cylindrical-coordinate representation of color #9B2089: hue angle of 308.78º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9B2089 is Cyan = 0, Magento = 0.79, Yellow = 0.12 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 32 | 137 | - |
| CMYK | 0 | 0.79 | 0.12 | 0.39 |
| HSL | 308.78º | 0.66% | 0.37% | - |
| HSV(B) | 308.78º | 0.79% | 0.61% | - |
| XYZ | 18.55 | 9.81 | 24.58 | - |
| YUV | 80.75 | 159.75 | 180.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 32 | 137 | 0 | 0.79 | 0.12 | 0.39 | 308.78 | 0.66 | 0.37 |
| Hex | 9B | 20 | 89 | 0 | 4F | C | 27 | 135 | 42 | 25 |
| Octal | 233 | 40 | 211 | 0 | 117 | 14 | 47 | 465 | 102 | 45 |
| Binary | 10011011 | 100000 | 10001001 | 0 | 1001111 | 1100 | 100111 | 100110101 | 1000010 | 100101 |
Color Harmonies of #9B2089
Complementary color
Monochromatic Colors of #9B2089
Black with #9B2089
Text Example
Text Example
White with #9B2089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B2089; }
p { color: rgb(155,32,137); }
H1.HeaderClassName
{
color: #9B2089;
}
.AnyTagClassName
{
color: #9B2089;
}
</style>
background-color css
<style>
a { background-color: #9B2089; }
a { background-color: rgb(155,32,137); }
div.DivClassName
{
background-color: #9B2089;
}
.BgClassName
{
background-color: #9B2089;
}
</style>
border-color css
<style>
span { border-color: #9B2089; }
span { border-color: rgb(155,32,137); }
td.TdClassName
{
border-color: #9B2089;
}
.TagClassName
{
border-color: #9B2089;
}
</style>