Shades of Dark Purple #861869
Tints of Dark Purple #861869
RGB
CMYK
RGB Variations
Color information
#861869 (or 0x861869) is known color: Dark Purple. HEX triplet: 86, 18 and 69. RGB value is (134,24,105). Sum of RGB (Red+Green+Blue) = 134+24+105=263 (34% of max value = 765). Red value is 134 (52.73% from 255 or 50.95% from 263); Green value is 24 (9.77% from 255 or 9.13% from 263); Blue value is 105 (41.41% from 255 or 39.92% from 263); Max value from RGB is 134 - color contains mainly: red. Hex color #861869 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #861869 is #79E796. Grayscale: #414141. Windows color (decimal): -7989143 or 6887558. OLE color: 6887558.
HSL color Cylindrical-coordinate representation of color #861869: hue angle of 315.82º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #861869 is Cyan = 0, Magento = 0.82, Yellow = 0.22 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 24 | 105 | - |
| CMYK | 0 | 0.82 | 0.22 | 0.47 |
| HSL | 315.82º | 0.7% | 0.31% | - |
| HSV(B) | 315.82º | 0.82% | 0.53% | - |
| XYZ | 12.71 | 6.74 | 14 | - |
| YUV | 66.12 | 149.94 | 176.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 24 | 105 | 0 | 0.82 | 0.22 | 0.47 | 315.82 | 0.7 | 0.31 |
| Hex | 86 | 18 | 69 | 0 | 52 | 16 | 2F | 13C | 46 | 1F |
| Octal | 206 | 30 | 151 | 0 | 122 | 26 | 57 | 474 | 106 | 37 |
| Binary | 10000110 | 11000 | 1101001 | 0 | 1010010 | 10110 | 101111 | 100111100 | 1000110 | 11111 |
Color Harmonies of #861869
Complementary color
Monochromatic Colors of #861869
Black with #861869
Text Example
Text Example
White with #861869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861869; }
p { color: rgb(134,24,105); }
H1.HeaderClassName
{
color: #861869;
}
.AnyTagClassName
{
color: #861869;
}
</style>
background-color css
<style>
a { background-color: #861869; }
a { background-color: rgb(134,24,105); }
div.DivClassName
{
background-color: #861869;
}
.BgClassName
{
background-color: #861869;
}
</style>
border-color css
<style>
span { border-color: #861869; }
span { border-color: rgb(134,24,105); }
td.TdClassName
{
border-color: #861869;
}
.TagClassName
{
border-color: #861869;
}
</style>