Shades of Dark Purple #872689
Tints of Dark Purple #872689
RGB
CMYK
RGB Variations
Color information
#872689 (or 0x872689) is known color: Dark Purple. HEX triplet: 87, 26 and 89. RGB value is (135,38,137). Sum of RGB (Red+Green+Blue) = 135+38+137=310 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.55% from 310); Green value is 38 (15.23% from 255 or 12.26% from 310); Blue value is 137 (53.91% from 255 or 44.19% from 310); Max value from RGB is 137 - color contains mainly: blue. Hex color #872689 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #872689 is #78D976. Grayscale: #4D4D4D. Windows color (decimal): -7919991 or 8988295. OLE color: 8988295.
HSL color Cylindrical-coordinate representation of color #872689: hue angle of 298.79º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #872689 is Cyan = 0.01, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 135 | 38 | 137 | - |
| CMYK | 0.01 | 0.72 | 0 | 0.46 |
| HSL | 298.79º | 0.57% | 0.34% | - |
| HSV(B) | 298.79º | 0.72% | 0.54% | - |
| XYZ | 15.2 | 8.34 | 24.48 | - |
| YUV | 78.29 | 161.14 | 168.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 38 | 137 | 0.01 | 0.72 | 0 | 0.46 | 298.79 | 0.57 | 0.34 |
| Hex | 87 | 26 | 89 | 1 | 48 | 0 | 2E | 12B | 39 | 22 |
| Octal | 207 | 46 | 211 | 1 | 110 | 0 | 56 | 453 | 71 | 42 |
| Binary | 10000111 | 100110 | 10001001 | 1 | 1001000 | 0 | 101110 | 100101011 | 111001 | 100010 |
Color Harmonies of #872689
Complementary color
Monochromatic Colors of #872689
Black with #872689
Text Example
Text Example
White with #872689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872689; }
p { color: rgb(135,38,137); }
H1.HeaderClassName
{
color: #872689;
}
.AnyTagClassName
{
color: #872689;
}
</style>
background-color css
<style>
a { background-color: #872689; }
a { background-color: rgb(135,38,137); }
div.DivClassName
{
background-color: #872689;
}
.BgClassName
{
background-color: #872689;
}
</style>
border-color css
<style>
span { border-color: #872689; }
span { border-color: rgb(135,38,137); }
td.TdClassName
{
border-color: #872689;
}
.TagClassName
{
border-color: #872689;
}
</style>