Shades of Dark Purple #863875
Tints of Dark Purple #863875
RGB
CMYK
RGB Variations
Color information
#863875 (or 0x863875) is known color: Dark Purple. HEX triplet: 86, 38 and 75. RGB value is (134,56,117). Sum of RGB (Red+Green+Blue) = 134+56+117=307 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.65% from 307); Green value is 56 (22.27% from 255 or 18.24% from 307); Blue value is 117 (46.09% from 255 or 38.11% from 307); Max value from RGB is 134 - color contains mainly: red. Hex color #863875 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863875 is #79C78A. Grayscale: #565656. Windows color (decimal): -7980939 or 7682182. OLE color: 7682182.
HSL color Cylindrical-coordinate representation of color #863875: hue angle of 313.08º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #863875 is Cyan = 0, Magento = 0.58, Yellow = 0.13 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 56 | 117 | - |
| CMYK | 0 | 0.58 | 0.13 | 0.47 |
| HSL | 313.08º | 0.41% | 0.37% | - |
| HSV(B) | 313.08º | 0.58% | 0.53% | - |
| XYZ | 14.46 | 9.18 | 17.84 | - |
| YUV | 86.28 | 145.34 | 162.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 56 | 117 | 0 | 0.58 | 0.13 | 0.47 | 313.08 | 0.41 | 0.37 |
| Hex | 86 | 38 | 75 | 0 | 3A | D | 2F | 139 | 29 | 25 |
| Octal | 206 | 70 | 165 | 0 | 72 | 15 | 57 | 471 | 51 | 45 |
| Binary | 10000110 | 111000 | 1110101 | 0 | 111010 | 1101 | 101111 | 100111001 | 101001 | 100101 |
Color Harmonies of #863875
Complementary color
Monochromatic Colors of #863875
Black with #863875
Text Example
Text Example
White with #863875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863875; }
p { color: rgb(134,56,117); }
H1.HeaderClassName
{
color: #863875;
}
.AnyTagClassName
{
color: #863875;
}
</style>
background-color css
<style>
a { background-color: #863875; }
a { background-color: rgb(134,56,117); }
div.DivClassName
{
background-color: #863875;
}
.BgClassName
{
background-color: #863875;
}
</style>
border-color css
<style>
span { border-color: #863875; }
span { border-color: rgb(134,56,117); }
td.TdClassName
{
border-color: #863875;
}
.TagClassName
{
border-color: #863875;
}
</style>