Shades of Dark Purple #873184
Tints of Dark Purple #873184
RGB
CMYK
RGB Variations
Color information
#873184 (or 0x873184) is known color: Dark Purple. HEX triplet: 87, 31 and 84. RGB value is (135,49,132). Sum of RGB (Red+Green+Blue) = 135+49+132=316 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.72% from 316); Green value is 49 (19.53% from 255 or 15.51% from 316); Blue value is 132 (51.95% from 255 or 41.77% from 316); Max value from RGB is 135 - color contains mainly: red. Hex color #873184 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #873184 is #78CE7B. Grayscale: #535353. Windows color (decimal): -7917180 or 8663431. OLE color: 8663431.
HSL color Cylindrical-coordinate representation of color #873184: hue angle of 302.09º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #873184 is Cyan = 0, Magento = 0.64, Yellow = 0.02 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 49 | 132 | - |
| CMYK | 0 | 0.64 | 0.02 | 0.47 |
| HSL | 302.09º | 0.47% | 0.36% | - |
| HSV(B) | 302.09º | 0.64% | 0.53% | - |
| XYZ | 15.25 | 9.01 | 22.77 | - |
| YUV | 84.18 | 154.99 | 164.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 49 | 132 | 0 | 0.64 | 0.02 | 0.47 | 302.09 | 0.47 | 0.36 |
| Hex | 87 | 31 | 84 | 0 | 40 | 2 | 2F | 12E | 2F | 24 |
| Octal | 207 | 61 | 204 | 0 | 100 | 2 | 57 | 456 | 57 | 44 |
| Binary | 10000111 | 110001 | 10000100 | 0 | 1000000 | 10 | 101111 | 100101110 | 101111 | 100100 |
Color Harmonies of #873184
Complementary color
Monochromatic Colors of #873184
Black with #873184
Text Example
Text Example
White with #873184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873184; }
p { color: rgb(135,49,132); }
H1.HeaderClassName
{
color: #873184;
}
.AnyTagClassName
{
color: #873184;
}
</style>
background-color css
<style>
a { background-color: #873184; }
a { background-color: rgb(135,49,132); }
div.DivClassName
{
background-color: #873184;
}
.BgClassName
{
background-color: #873184;
}
</style>
border-color css
<style>
span { border-color: #873184; }
span { border-color: rgb(135,49,132); }
td.TdClassName
{
border-color: #873184;
}
.TagClassName
{
border-color: #873184;
}
</style>