Shades of Dark Purple #87127B
Tints of Dark Purple #87127B
RGB
CMYK
RGB Variations
Color information
#87127B (or 0x87127B) is known color: Dark Purple. HEX triplet: 87, 12 and 7B. RGB value is (135,18,123). Sum of RGB (Red+Green+Blue) = 135+18+123=276 (36% of max value = 765). Red value is 135 (53.12% from 255 or 48.91% from 276); Green value is 18 (7.42% from 255 or 6.52% from 276); Blue value is 123 (48.44% from 255 or 44.57% from 276); Max value from RGB is 135 - color contains mainly: red. Hex color #87127B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #87127B is #78ED84. Grayscale: #404040. Windows color (decimal): -7925125 or 8065671. OLE color: 8065671.
HSL color Cylindrical-coordinate representation of color #87127B: hue angle of 306.15º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #87127B is Cyan = 0, Magento = 0.87, Yellow = 0.09 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 18 | 123 | - |
| CMYK | 0 | 0.87 | 0.09 | 0.47 |
| HSL | 306.15º | 0.76% | 0.3% | - |
| HSV(B) | 306.15º | 0.87% | 0.53% | - |
| XYZ | 13.78 | 7.01 | 19.37 | - |
| YUV | 64.95 | 160.76 | 177.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 18 | 123 | 0 | 0.87 | 0.09 | 0.47 | 306.15 | 0.76 | 0.3 |
| Hex | 87 | 12 | 7B | 0 | 57 | 9 | 2F | 132 | 4C | 1E |
| Octal | 207 | 22 | 173 | 0 | 127 | 11 | 57 | 462 | 114 | 36 |
| Binary | 10000111 | 10010 | 1111011 | 0 | 1010111 | 1001 | 101111 | 100110010 | 1001100 | 11110 |
Color Harmonies of #87127B
Complementary color
Monochromatic Colors of #87127B
Black with #87127B
Text Example
Text Example
White with #87127B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87127B; }
p { color: rgb(135,18,123); }
H1.HeaderClassName
{
color: #87127B;
}
.AnyTagClassName
{
color: #87127B;
}
</style>
background-color css
<style>
a { background-color: #87127B; }
a { background-color: rgb(135,18,123); }
div.DivClassName
{
background-color: #87127B;
}
.BgClassName
{
background-color: #87127B;
}
</style>
border-color css
<style>
span { border-color: #87127B; }
span { border-color: rgb(135,18,123); }
td.TdClassName
{
border-color: #87127B;
}
.TagClassName
{
border-color: #87127B;
}
</style>