Shades of Dark Purple #861669
Tints of Dark Purple #861669
RGB
CMYK
RGB Variations
Color information
#861669 (or 0x861669) is known color: Dark Purple. HEX triplet: 86, 16 and 69. RGB value is (134,22,105). Sum of RGB (Red+Green+Blue) = 134+22+105=261 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.34% from 261); Green value is 22 (8.98% from 255 or 8.43% from 261); Blue value is 105 (41.41% from 255 or 40.23% from 261); Max value from RGB is 134 - color contains mainly: red. Hex color #861669 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #861669 is #79E996. Grayscale: #404040. Windows color (decimal): -7989655 or 6887046. OLE color: 6887046.
HSL color Cylindrical-coordinate representation of color #861669: hue angle of 315.54º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #861669 is Cyan = 0, Magento = 0.84, Yellow = 0.22 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 22 | 105 | - |
| CMYK | 0 | 0.84 | 0.22 | 0.47 |
| HSL | 315.54º | 0.72% | 0.31% | - |
| HSV(B) | 315.54º | 0.84% | 0.53% | - |
| XYZ | 12.67 | 6.66 | 13.98 | - |
| YUV | 64.95 | 150.61 | 177.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 22 | 105 | 0 | 0.84 | 0.22 | 0.47 | 315.54 | 0.72 | 0.31 |
| Hex | 86 | 16 | 69 | 0 | 54 | 16 | 2F | 13C | 48 | 1F |
| Octal | 206 | 26 | 151 | 0 | 124 | 26 | 57 | 474 | 110 | 37 |
| Binary | 10000110 | 10110 | 1101001 | 0 | 1010100 | 10110 | 101111 | 100111100 | 1001000 | 11111 |
Color Harmonies of #861669
Complementary color
Monochromatic Colors of #861669
Black with #861669
Text Example
Text Example
White with #861669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861669; }
p { color: rgb(134,22,105); }
H1.HeaderClassName
{
color: #861669;
}
.AnyTagClassName
{
color: #861669;
}
</style>
background-color css
<style>
a { background-color: #861669; }
a { background-color: rgb(134,22,105); }
div.DivClassName
{
background-color: #861669;
}
.BgClassName
{
background-color: #861669;
}
</style>
border-color css
<style>
span { border-color: #861669; }
span { border-color: rgb(134,22,105); }
td.TdClassName
{
border-color: #861669;
}
.TagClassName
{
border-color: #861669;
}
</style>