Shades of Dark Purple #861D8A
Tints of Dark Purple #861D8A
RGB
CMYK
RGB Variations
Color information
#861D8A (or 0x861D8A) is known color: Dark Purple. HEX triplet: 86, 1D and 8A. RGB value is (134,29,138). Sum of RGB (Red+Green+Blue) = 134+29+138=301 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.52% from 301); Green value is 29 (11.72% from 255 or 9.63% from 301); Blue value is 138 (54.30% from 255 or 45.85% from 301); Max value from RGB is 138 - color contains mainly: blue. Hex color #861D8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #861D8A is #79E275. Grayscale: #484848. Windows color (decimal): -7987830 or 9051526. OLE color: 9051526.
HSL color Cylindrical-coordinate representation of color #861D8A: hue angle of 297.8º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #861D8A is Cyan = 0.03, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 134 | 29 | 138 | - |
| CMYK | 0.03 | 0.79 | 0 | 0.46 |
| HSL | 297.8º | 0.65% | 0.33% | - |
| HSV(B) | 297.8º | 0.79% | 0.54% | - |
| XYZ | 14.86 | 7.78 | 24.76 | - |
| YUV | 72.82 | 164.79 | 171.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 29 | 138 | 0.03 | 0.79 | 0 | 0.46 | 297.8 | 0.65 | 0.33 |
| Hex | 86 | 1D | 8A | 3 | 4F | 0 | 2E | 12A | 41 | 21 |
| Octal | 206 | 35 | 212 | 3 | 117 | 0 | 56 | 452 | 101 | 41 |
| Binary | 10000110 | 11101 | 10001010 | 11 | 1001111 | 0 | 101110 | 100101010 | 1000001 | 100001 |
Color Harmonies of #861D8A
Complementary color
Monochromatic Colors of #861D8A
Black with #861D8A
Text Example
Text Example
White with #861D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861D8A; }
p { color: rgb(134,29,138); }
H1.HeaderClassName
{
color: #861D8A;
}
.AnyTagClassName
{
color: #861D8A;
}
</style>
background-color css
<style>
a { background-color: #861D8A; }
a { background-color: rgb(134,29,138); }
div.DivClassName
{
background-color: #861D8A;
}
.BgClassName
{
background-color: #861D8A;
}
</style>
border-color css
<style>
span { border-color: #861D8A; }
span { border-color: rgb(134,29,138); }
td.TdClassName
{
border-color: #861D8A;
}
.TagClassName
{
border-color: #861D8A;
}
</style>