Shades of Dark Purple #863975
Tints of Dark Purple #863975
RGB
CMYK
RGB Variations
Color information
#863975 (or 0x863975) is known color: Dark Purple. HEX triplet: 86, 39 and 75. RGB value is (134,57,117). Sum of RGB (Red+Green+Blue) = 134+57+117=308 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.51% from 308); Green value is 57 (22.66% from 255 or 18.51% from 308); Blue value is 117 (46.09% from 255 or 37.99% from 308); Max value from RGB is 134 - color contains mainly: red. Hex color #863975 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863975 is #79C68A. Grayscale: #565656. Windows color (decimal): -7980683 or 7682438. OLE color: 7682438.
HSL color Cylindrical-coordinate representation of color #863975: hue angle of 313.25º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #863975 is Cyan = 0, Magento = 0.57, Yellow = 0.13 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 57 | 117 | - |
| CMYK | 0 | 0.57 | 0.13 | 0.47 |
| HSL | 313.25º | 0.4% | 0.37% | - |
| HSV(B) | 313.25º | 0.57% | 0.53% | - |
| XYZ | 14.51 | 9.28 | 17.86 | - |
| YUV | 86.86 | 145.01 | 161.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 57 | 117 | 0 | 0.57 | 0.13 | 0.47 | 313.25 | 0.4 | 0.37 |
| Hex | 86 | 39 | 75 | 0 | 39 | D | 2F | 139 | 28 | 25 |
| Octal | 206 | 71 | 165 | 0 | 71 | 15 | 57 | 471 | 50 | 45 |
| Binary | 10000110 | 111001 | 1110101 | 0 | 111001 | 1101 | 101111 | 100111001 | 101000 | 100101 |
Color Harmonies of #863975
Complementary color
Monochromatic Colors of #863975
Black with #863975
Text Example
Text Example
White with #863975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863975; }
p { color: rgb(134,57,117); }
H1.HeaderClassName
{
color: #863975;
}
.AnyTagClassName
{
color: #863975;
}
</style>
background-color css
<style>
a { background-color: #863975; }
a { background-color: rgb(134,57,117); }
div.DivClassName
{
background-color: #863975;
}
.BgClassName
{
background-color: #863975;
}
</style>
border-color css
<style>
span { border-color: #863975; }
span { border-color: rgb(134,57,117); }
td.TdClassName
{
border-color: #863975;
}
.TagClassName
{
border-color: #863975;
}
</style>