Shades of Dark Purple #87147B
Tints of Dark Purple #87147B
RGB
CMYK
RGB Variations
Color information
#87147B (or 0x87147B) is known color: Dark Purple. HEX triplet: 87, 14 and 7B. RGB value is (135,20,123). Sum of RGB (Red+Green+Blue) = 135+20+123=278 (36% of max value = 765). Red value is 135 (53.12% from 255 or 48.56% from 278); Green value is 20 (8.20% from 255 or 7.19% from 278); Blue value is 123 (48.44% from 255 or 44.24% from 278); Max value from RGB is 135 - color contains mainly: red. Hex color #87147B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #87147B is #78EB84. Grayscale: #414141. Windows color (decimal): -7924613 or 8066183. OLE color: 8066183.
HSL color Cylindrical-coordinate representation of color #87147B: hue angle of 306.26º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #87147B is Cyan = 0, Magento = 0.85, Yellow = 0.09 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 20 | 123 | - |
| CMYK | 0 | 0.85 | 0.09 | 0.47 |
| HSL | 306.26º | 0.74% | 0.3% | - |
| HSV(B) | 306.26º | 0.85% | 0.53% | - |
| XYZ | 13.82 | 7.08 | 19.38 | - |
| YUV | 66.13 | 160.1 | 177.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 20 | 123 | 0 | 0.85 | 0.09 | 0.47 | 306.26 | 0.74 | 0.3 |
| Hex | 87 | 14 | 7B | 0 | 55 | 9 | 2F | 132 | 4A | 1E |
| Octal | 207 | 24 | 173 | 0 | 125 | 11 | 57 | 462 | 112 | 36 |
| Binary | 10000111 | 10100 | 1111011 | 0 | 1010101 | 1001 | 101111 | 100110010 | 1001010 | 11110 |
Color Harmonies of #87147B
Complementary color
Monochromatic Colors of #87147B
Black with #87147B
Text Example
Text Example
White with #87147B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87147B; }
p { color: rgb(135,20,123); }
H1.HeaderClassName
{
color: #87147B;
}
.AnyTagClassName
{
color: #87147B;
}
</style>
background-color css
<style>
a { background-color: #87147B; }
a { background-color: rgb(135,20,123); }
div.DivClassName
{
background-color: #87147B;
}
.BgClassName
{
background-color: #87147B;
}
</style>
border-color css
<style>
span { border-color: #87147B; }
span { border-color: rgb(135,20,123); }
td.TdClassName
{
border-color: #87147B;
}
.TagClassName
{
border-color: #87147B;
}
</style>