Shades of Dark Purple #861281
Tints of Dark Purple #861281
RGB
CMYK
RGB Variations
Color information
#861281 (or 0x861281) is known color: Dark Purple. HEX triplet: 86, 12 and 81. RGB value is (134,18,129). Sum of RGB (Red+Green+Blue) = 134+18+129=281 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.69% from 281); Green value is 18 (7.42% from 255 or 6.41% from 281); Blue value is 129 (50.78% from 255 or 45.91% from 281); Max value from RGB is 134 - color contains mainly: red. Hex color #861281 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #861281 is #79ED7E. Grayscale: #414141. Windows color (decimal): -7990655 or 8458886. OLE color: 8458886.
HSL color Cylindrical-coordinate representation of color #861281: hue angle of 302.59º 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 #861281 is Cyan = 0, Magento = 0.87, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 18 | 129 | - |
| CMYK | 0 | 0.87 | 0.04 | 0.47 |
| HSL | 302.59º | 0.76% | 0.3% | - |
| HSV(B) | 302.59º | 0.87% | 0.53% | - |
| XYZ | 14.01 | 7.09 | 21.4 | - |
| YUV | 65.34 | 163.93 | 176.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 18 | 129 | 0 | 0.87 | 0.04 | 0.47 | 302.59 | 0.76 | 0.3 |
| Hex | 86 | 12 | 81 | 0 | 57 | 4 | 2F | 12F | 4C | 1E |
| Octal | 206 | 22 | 201 | 0 | 127 | 4 | 57 | 457 | 114 | 36 |
| Binary | 10000110 | 10010 | 10000001 | 0 | 1010111 | 100 | 101111 | 100101111 | 1001100 | 11110 |
Color Harmonies of #861281
Complementary color
Monochromatic Colors of #861281
Black with #861281
Text Example
Text Example
White with #861281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861281; }
p { color: rgb(134,18,129); }
H1.HeaderClassName
{
color: #861281;
}
.AnyTagClassName
{
color: #861281;
}
</style>
background-color css
<style>
a { background-color: #861281; }
a { background-color: rgb(134,18,129); }
div.DivClassName
{
background-color: #861281;
}
.BgClassName
{
background-color: #861281;
}
</style>
border-color css
<style>
span { border-color: #861281; }
span { border-color: rgb(134,18,129); }
td.TdClassName
{
border-color: #861281;
}
.TagClassName
{
border-color: #861281;
}
</style>