Shades of Dark Purple #873F7E
Tints of Dark Purple #873F7E
RGB
CMYK
RGB Variations
Color information
#873F7E (or 0x873F7E) is known color: Dark Purple. HEX triplet: 87, 3F and 7E. RGB value is (135,63,126). Sum of RGB (Red+Green+Blue) = 135+63+126=324 (42% of max value = 765). Red value is 135 (53.12% from 255 or 41.67% from 324); Green value is 63 (25% from 255 or 19.44% from 324); Blue value is 126 (49.61% from 255 or 38.89% from 324); Max value from RGB is 135 - color contains mainly: red. Hex color #873F7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873F7E is #78C081. Grayscale: #5B5B5B. Windows color (decimal): -7913602 or 8273799. OLE color: 8273799.
HSL color Cylindrical-coordinate representation of color #873F7E: hue angle of 307.5º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #873F7E is Cyan = 0, Magento = 0.53, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 63 | 126 | - |
| CMYK | 0 | 0.53 | 0.07 | 0.47 |
| HSL | 307.5º | 0.36% | 0.39% | - |
| HSV(B) | 307.5º | 0.53% | 0.53% | - |
| XYZ | 15.54 | 10.21 | 20.89 | - |
| YUV | 91.71 | 147.35 | 158.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 63 | 126 | 0 | 0.53 | 0.07 | 0.47 | 307.5 | 0.36 | 0.39 |
| Hex | 87 | 3F | 7E | 0 | 35 | 7 | 2F | 134 | 24 | 27 |
| Octal | 207 | 77 | 176 | 0 | 65 | 7 | 57 | 464 | 44 | 47 |
| Binary | 10000111 | 111111 | 1111110 | 0 | 110101 | 111 | 101111 | 100110100 | 100100 | 100111 |
Color Harmonies of #873F7E
Complementary color
Monochromatic Colors of #873F7E
Black with #873F7E
Text Example
Text Example
White with #873F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873F7E; }
p { color: rgb(135,63,126); }
H1.HeaderClassName
{
color: #873F7E;
}
.AnyTagClassName
{
color: #873F7E;
}
</style>
background-color css
<style>
a { background-color: #873F7E; }
a { background-color: rgb(135,63,126); }
div.DivClassName
{
background-color: #873F7E;
}
.BgClassName
{
background-color: #873F7E;
}
</style>
border-color css
<style>
span { border-color: #873F7E; }
span { border-color: rgb(135,63,126); }
td.TdClassName
{
border-color: #873F7E;
}
.TagClassName
{
border-color: #873F7E;
}
</style>