Shades of Dark Purple #9B2871
Tints of Dark Purple #9B2871
RGB
CMYK
RGB Variations
Color information
#9B2871 (or 0x9B2871) is known color: Dark Purple. HEX triplet: 9B, 28 and 71. RGB value is (155,40,113). Sum of RGB (Red+Green+Blue) = 155+40+113=308 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.32% from 308); Green value is 40 (16.02% from 255 or 12.99% from 308); Blue value is 113 (44.53% from 255 or 36.69% from 308); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2871 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B2871 is #64D78E. Grayscale: #525252. Windows color (decimal): -6608783 or 7415963. OLE color: 7415963.
HSL color Cylindrical-coordinate representation of color #9B2871: hue angle of 321.91º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9B2871 is Cyan = 0, Magento = 0.74, Yellow = 0.27 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 40 | 113 | - |
| CMYK | 0 | 0.74 | 0.27 | 0.39 |
| HSL | 321.91º | 0.59% | 0.38% | - |
| HSV(B) | 321.91º | 0.74% | 0.61% | - |
| XYZ | 17.26 | 9.68 | 16.58 | - |
| YUV | 82.71 | 145.1 | 179.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 40 | 113 | 0 | 0.74 | 0.27 | 0.39 | 321.91 | 0.59 | 0.38 |
| Hex | 9B | 28 | 71 | 0 | 4A | 1B | 27 | 142 | 3B | 26 |
| Octal | 233 | 50 | 161 | 0 | 112 | 33 | 47 | 502 | 73 | 46 |
| Binary | 10011011 | 101000 | 1110001 | 0 | 1001010 | 11011 | 100111 | 101000010 | 111011 | 100110 |
Color Harmonies of #9B2871
Complementary color
Monochromatic Colors of #9B2871
Black with #9B2871
Text Example
Text Example
White with #9B2871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B2871; }
p { color: rgb(155,40,113); }
H1.HeaderClassName
{
color: #9B2871;
}
.AnyTagClassName
{
color: #9B2871;
}
</style>
background-color css
<style>
a { background-color: #9B2871; }
a { background-color: rgb(155,40,113); }
div.DivClassName
{
background-color: #9B2871;
}
.BgClassName
{
background-color: #9B2871;
}
</style>
border-color css
<style>
span { border-color: #9B2871; }
span { border-color: rgb(155,40,113); }
td.TdClassName
{
border-color: #9B2871;
}
.TagClassName
{
border-color: #9B2871;
}
</style>