Shades of Dark Purple #9B2F89
Tints of Dark Purple #9B2F89
RGB
CMYK
RGB Variations
Color information
#9B2F89 (or 0x9B2F89) is known color: Dark Purple. HEX triplet: 9B, 2F and 89. RGB value is (155,47,137). Sum of RGB (Red+Green+Blue) = 155+47+137=339 (44% of max value = 765). Red value is 155 (60.94% from 255 or 45.72% from 339); Green value is 47 (18.75% from 255 or 13.86% from 339); Blue value is 137 (53.91% from 255 or 40.41% from 339); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2F89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B2F89 is #64D076. Grayscale: #595959. Windows color (decimal): -6606967 or 8990619. OLE color: 8990619.
HSL color Cylindrical-coordinate representation of color #9B2F89: hue angle of 310º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9B2F89 is Cyan = 0, Magento = 0.70, Yellow = 0.12 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 47 | 137 | - |
| CMYK | 0 | 0.70 | 0.12 | 0.39 |
| HSL | 310º | 0.53% | 0.4% | - |
| HSV(B) | 310º | 0.7% | 0.61% | - |
| XYZ | 19.05 | 10.81 | 24.75 | - |
| YUV | 89.55 | 154.78 | 174.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 47 | 137 | 0 | 0.70 | 0.12 | 0.39 | 310 | 0.53 | 0.4 |
| Hex | 9B | 2F | 89 | 0 | 46 | C | 27 | 136 | 35 | 28 |
| Octal | 233 | 57 | 211 | 0 | 106 | 14 | 47 | 466 | 65 | 50 |
| Binary | 10011011 | 101111 | 10001001 | 0 | 1000110 | 1100 | 100111 | 100110110 | 110101 | 101000 |
Color Harmonies of #9B2F89
Complementary color
Monochromatic Colors of #9B2F89
Black with #9B2F89
Text Example
Text Example
White with #9B2F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B2F89; }
p { color: rgb(155,47,137); }
H1.HeaderClassName
{
color: #9B2F89;
}
.AnyTagClassName
{
color: #9B2F89;
}
</style>
background-color css
<style>
a { background-color: #9B2F89; }
a { background-color: rgb(155,47,137); }
div.DivClassName
{
background-color: #9B2F89;
}
.BgClassName
{
background-color: #9B2F89;
}
</style>
border-color css
<style>
span { border-color: #9B2F89; }
span { border-color: rgb(155,47,137); }
td.TdClassName
{
border-color: #9B2F89;
}
.TagClassName
{
border-color: #9B2F89;
}
</style>