Shades of Dark Purple #873082
Tints of Dark Purple #873082
RGB
CMYK
RGB Variations
Color information
#873082 (or 0x873082) is known color: Dark Purple. HEX triplet: 87, 30 and 82. RGB value is (135,48,130). Sum of RGB (Red+Green+Blue) = 135+48+130=313 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.13% from 313); Green value is 48 (19.14% from 255 or 15.34% from 313); Blue value is 130 (51.17% from 255 or 41.53% from 313); Max value from RGB is 135 - color contains mainly: red. Hex color #873082 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #873082 is #78CF7D. Grayscale: #535353. Windows color (decimal): -7917438 or 8532103. OLE color: 8532103.
HSL color Cylindrical-coordinate representation of color #873082: hue angle of 303.45º degrees, saturation: 0.48, 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 #873082 is Cyan = 0, Magento = 0.64, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 48 | 130 | - |
| CMYK | 0 | 0.64 | 0.04 | 0.47 |
| HSL | 303.45º | 0.48% | 0.36% | - |
| HSV(B) | 303.45º | 0.64% | 0.53% | - |
| XYZ | 15.08 | 8.88 | 22.04 | - |
| YUV | 83.36 | 154.32 | 164.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 48 | 130 | 0 | 0.64 | 0.04 | 0.47 | 303.45 | 0.48 | 0.36 |
| Hex | 87 | 30 | 82 | 0 | 40 | 4 | 2F | 12F | 30 | 24 |
| Octal | 207 | 60 | 202 | 0 | 100 | 4 | 57 | 457 | 60 | 44 |
| Binary | 10000111 | 110000 | 10000010 | 0 | 1000000 | 100 | 101111 | 100101111 | 110000 | 100100 |
Color Harmonies of #873082
Complementary color
Monochromatic Colors of #873082
Black with #873082
Text Example
Text Example
White with #873082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873082; }
p { color: rgb(135,48,130); }
H1.HeaderClassName
{
color: #873082;
}
.AnyTagClassName
{
color: #873082;
}
</style>
background-color css
<style>
a { background-color: #873082; }
a { background-color: rgb(135,48,130); }
div.DivClassName
{
background-color: #873082;
}
.BgClassName
{
background-color: #873082;
}
</style>
border-color css
<style>
span { border-color: #873082; }
span { border-color: rgb(135,48,130); }
td.TdClassName
{
border-color: #873082;
}
.TagClassName
{
border-color: #873082;
}
</style>