Shades of Dark Purple #872883
Tints of Dark Purple #872883
RGB
CMYK
RGB Variations
Color information
#872883 (or 0x872883) is known color: Dark Purple. HEX triplet: 87, 28 and 83. RGB value is (135,40,131). Sum of RGB (Red+Green+Blue) = 135+40+131=306 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.12% from 306); Green value is 40 (16.02% from 255 or 13.07% from 306); Blue value is 131 (51.56% from 255 or 42.81% from 306); Max value from RGB is 135 - color contains mainly: red. Hex color #872883 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #872883 is #78D77C. Grayscale: #4E4E4E. Windows color (decimal): -7919485 or 8595591. OLE color: 8595591.
HSL color Cylindrical-coordinate representation of color #872883: hue angle of 302.53º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #872883 is Cyan = 0, Magento = 0.70, Yellow = 0.03 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 40 | 131 | - |
| CMYK | 0 | 0.70 | 0.03 | 0.47 |
| HSL | 302.53º | 0.54% | 0.34% | - |
| HSV(B) | 302.53º | 0.7% | 0.53% | - |
| XYZ | 14.85 | 8.31 | 22.29 | - |
| YUV | 78.78 | 157.47 | 168.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 40 | 131 | 0 | 0.70 | 0.03 | 0.47 | 302.53 | 0.54 | 0.34 |
| Hex | 87 | 28 | 83 | 0 | 46 | 3 | 2F | 12F | 36 | 22 |
| Octal | 207 | 50 | 203 | 0 | 106 | 3 | 57 | 457 | 66 | 42 |
| Binary | 10000111 | 101000 | 10000011 | 0 | 1000110 | 11 | 101111 | 100101111 | 110110 | 100010 |
Color Harmonies of #872883
Complementary color
Monochromatic Colors of #872883
Black with #872883
Text Example
Text Example
White with #872883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872883; }
p { color: rgb(135,40,131); }
H1.HeaderClassName
{
color: #872883;
}
.AnyTagClassName
{
color: #872883;
}
</style>
background-color css
<style>
a { background-color: #872883; }
a { background-color: rgb(135,40,131); }
div.DivClassName
{
background-color: #872883;
}
.BgClassName
{
background-color: #872883;
}
</style>
border-color css
<style>
span { border-color: #872883; }
span { border-color: rgb(135,40,131); }
td.TdClassName
{
border-color: #872883;
}
.TagClassName
{
border-color: #872883;
}
</style>