Shades of Dark Purple #861665
Tints of Dark Purple #861665
RGB
CMYK
RGB Variations
Color information
#861665 (or 0x861665) is known color: Dark Purple. HEX triplet: 86, 16 and 65. RGB value is (134,22,101). Sum of RGB (Red+Green+Blue) = 134+22+101=257 (34% of max value = 765). Red value is 134 (52.73% from 255 or 52.14% from 257); Green value is 22 (8.98% from 255 or 8.56% from 257); Blue value is 101 (39.84% from 255 or 39.30% from 257); Max value from RGB is 134 - color contains mainly: red. Hex color #861665 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #861665 is #79E99A. Grayscale: #404040. Windows color (decimal): -7989659 or 6624902. OLE color: 6624902.
HSL color Cylindrical-coordinate representation of color #861665: hue angle of 317.68º 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 #861665 is Cyan = 0, Magento = 0.84, Yellow = 0.25 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 22 | 101 | - |
| CMYK | 0 | 0.84 | 0.25 | 0.47 |
| HSL | 317.68º | 0.72% | 0.31% | - |
| HSV(B) | 317.68º | 0.84% | 0.53% | - |
| XYZ | 12.47 | 6.58 | 12.93 | - |
| YUV | 64.49 | 148.61 | 177.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 22 | 101 | 0 | 0.84 | 0.25 | 0.47 | 317.68 | 0.72 | 0.31 |
| Hex | 86 | 16 | 65 | 0 | 54 | 19 | 2F | 13E | 48 | 1F |
| Octal | 206 | 26 | 145 | 0 | 124 | 31 | 57 | 476 | 110 | 37 |
| Binary | 10000110 | 10110 | 1100101 | 0 | 1010100 | 11001 | 101111 | 100111110 | 1001000 | 11111 |
Color Harmonies of #861665
Complementary color
Monochromatic Colors of #861665
Black with #861665
Text Example
Text Example
White with #861665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861665; }
p { color: rgb(134,22,101); }
H1.HeaderClassName
{
color: #861665;
}
.AnyTagClassName
{
color: #861665;
}
</style>
background-color css
<style>
a { background-color: #861665; }
a { background-color: rgb(134,22,101); }
div.DivClassName
{
background-color: #861665;
}
.BgClassName
{
background-color: #861665;
}
</style>
border-color css
<style>
span { border-color: #861665; }
span { border-color: rgb(134,22,101); }
td.TdClassName
{
border-color: #861665;
}
.TagClassName
{
border-color: #861665;
}
</style>