Shades of Purple #870982
Tints of Purple #870982
RGB
CMYK
RGB Variations
Color information
#870982 (or 0x870982) is known color: Purple. HEX triplet: 87, 09 and 82. RGB value is (135,9,130). Sum of RGB (Red+Green+Blue) = 135+9+130=274 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.27% from 274); Green value is 9 (3.91% from 255 or 3.28% from 274); Blue value is 130 (51.17% from 255 or 47.45% from 274); Max value from RGB is 135 - color contains mainly: red. Hex color #870982 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #870982 is #78F67D. Grayscale: #3C3C3C. Windows color (decimal): -7927422 or 8522119. OLE color: 8522119.
HSL color Cylindrical-coordinate representation of color #870982: hue angle of 302.38º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #870982 is Cyan = 0, Magento = 0.93, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 9 | 130 | - |
| CMYK | 0 | 0.93 | 0.04 | 0.47 |
| HSL | 302.38º | 0.88% | 0.28% | - |
| HSV(B) | 302.38º | 0.93% | 0.53% | - |
| XYZ | 14.12 | 6.96 | 21.72 | - |
| YUV | 60.47 | 167.24 | 181.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 9 | 130 | 0 | 0.93 | 0.04 | 0.47 | 302.38 | 0.88 | 0.28 |
| Hex | 87 | 9 | 82 | 0 | 5D | 4 | 2F | 12E | 58 | 1C |
| Octal | 207 | 11 | 202 | 0 | 135 | 4 | 57 | 456 | 130 | 34 |
| Binary | 10000111 | 1001 | 10000010 | 0 | 1011101 | 100 | 101111 | 100101110 | 1011000 | 11100 |
Color Harmonies of #870982
Complementary color
Monochromatic Colors of #870982
Black with #870982
Text Example
Text Example
White with #870982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870982; }
p { color: rgb(135,9,130); }
H1.HeaderClassName
{
color: #870982;
}
.AnyTagClassName
{
color: #870982;
}
</style>
background-color css
<style>
a { background-color: #870982; }
a { background-color: rgb(135,9,130); }
div.DivClassName
{
background-color: #870982;
}
.BgClassName
{
background-color: #870982;
}
</style>
border-color css
<style>
span { border-color: #870982; }
span { border-color: rgb(135,9,130); }
td.TdClassName
{
border-color: #870982;
}
.TagClassName
{
border-color: #870982;
}
</style>