Shades of Dark Purple #873183
Tints of Dark Purple #873183
RGB
CMYK
RGB Variations
Color information
#873183 (or 0x873183) is known color: Dark Purple. HEX triplet: 87, 31 and 83. RGB value is (135,49,131). Sum of RGB (Red+Green+Blue) = 135+49+131=315 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.86% from 315); Green value is 49 (19.53% from 255 or 15.56% from 315); Blue value is 131 (51.56% from 255 or 41.59% from 315); Max value from RGB is 135 - color contains mainly: red. Hex color #873183 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #873183 is #78CE7C. Grayscale: #535353. Windows color (decimal): -7917181 or 8597895. OLE color: 8597895.
HSL color Cylindrical-coordinate representation of color #873183: hue angle of 302.79º 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 #873183 is Cyan = 0, Magento = 0.64, Yellow = 0.03 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 49 | 131 | - |
| CMYK | 0 | 0.64 | 0.03 | 0.47 |
| HSL | 302.79º | 0.47% | 0.36% | - |
| HSV(B) | 302.79º | 0.64% | 0.53% | - |
| XYZ | 15.19 | 8.99 | 22.41 | - |
| YUV | 84.06 | 154.49 | 164.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 49 | 131 | 0 | 0.64 | 0.03 | 0.47 | 302.79 | 0.47 | 0.36 |
| Hex | 87 | 31 | 83 | 0 | 40 | 3 | 2F | 12F | 2F | 24 |
| Octal | 207 | 61 | 203 | 0 | 100 | 3 | 57 | 457 | 57 | 44 |
| Binary | 10000111 | 110001 | 10000011 | 0 | 1000000 | 11 | 101111 | 100101111 | 101111 | 100100 |
Color Harmonies of #873183
Complementary color
Monochromatic Colors of #873183
Black with #873183
Text Example
Text Example
White with #873183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873183; }
p { color: rgb(135,49,131); }
H1.HeaderClassName
{
color: #873183;
}
.AnyTagClassName
{
color: #873183;
}
</style>
background-color css
<style>
a { background-color: #873183; }
a { background-color: rgb(135,49,131); }
div.DivClassName
{
background-color: #873183;
}
.BgClassName
{
background-color: #873183;
}
</style>
border-color css
<style>
span { border-color: #873183; }
span { border-color: rgb(135,49,131); }
td.TdClassName
{
border-color: #873183;
}
.TagClassName
{
border-color: #873183;
}
</style>