Shades of Dark Purple #872189
Tints of Dark Purple #872189
RGB
CMYK
RGB Variations
Color information
#872189 (or 0x872189) is known color: Dark Purple. HEX triplet: 87, 21 and 89. RGB value is (135,33,137). Sum of RGB (Red+Green+Blue) = 135+33+137=305 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.26% from 305); Green value is 33 (13.28% from 255 or 10.82% from 305); Blue value is 137 (53.91% from 255 or 44.92% from 305); Max value from RGB is 137 - color contains mainly: blue. Hex color #872189 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #872189 is #78DE76. Grayscale: #4B4B4B. Windows color (decimal): -7921271 or 8987015. OLE color: 8987015.
HSL color Cylindrical-coordinate representation of color #872189: hue angle of 298.85º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #872189 is Cyan = 0.01, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 135 | 33 | 137 | - |
| CMYK | 0.01 | 0.76 | 0 | 0.46 |
| HSL | 298.85º | 0.61% | 0.33% | - |
| HSV(B) | 298.85º | 0.76% | 0.54% | - |
| XYZ | 15.05 | 8.04 | 24.43 | - |
| YUV | 75.35 | 162.79 | 170.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 33 | 137 | 0.01 | 0.76 | 0 | 0.46 | 298.85 | 0.61 | 0.33 |
| Hex | 87 | 21 | 89 | 1 | 4C | 0 | 2E | 12B | 3D | 21 |
| Octal | 207 | 41 | 211 | 1 | 114 | 0 | 56 | 453 | 75 | 41 |
| Binary | 10000111 | 100001 | 10001001 | 1 | 1001100 | 0 | 101110 | 100101011 | 111101 | 100001 |
Color Harmonies of #872189
Complementary color
Monochromatic Colors of #872189
Black with #872189
Text Example
Text Example
White with #872189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872189; }
p { color: rgb(135,33,137); }
H1.HeaderClassName
{
color: #872189;
}
.AnyTagClassName
{
color: #872189;
}
</style>
background-color css
<style>
a { background-color: #872189; }
a { background-color: rgb(135,33,137); }
div.DivClassName
{
background-color: #872189;
}
.BgClassName
{
background-color: #872189;
}
</style>
border-color css
<style>
span { border-color: #872189; }
span { border-color: rgb(135,33,137); }
td.TdClassName
{
border-color: #872189;
}
.TagClassName
{
border-color: #872189;
}
</style>