Shades of Dark Purple #863F75
Tints of Dark Purple #863F75
RGB
CMYK
RGB Variations
Color information
#863F75 (or 0x863F75) is known color: Dark Purple. HEX triplet: 86, 3F and 75. RGB value is (134,63,117). Sum of RGB (Red+Green+Blue) = 134+63+117=314 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.68% from 314); Green value is 63 (25% from 255 or 20.06% from 314); Blue value is 117 (46.09% from 255 or 37.26% from 314); Max value from RGB is 134 - color contains mainly: red. Hex color #863F75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863F75 is #79C08A. Grayscale: #5A5A5A. Windows color (decimal): -7979147 or 7683974. OLE color: 7683974.
HSL color Cylindrical-coordinate representation of color #863F75: hue angle of 314.37º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #863F75 is Cyan = 0, Magento = 0.53, Yellow = 0.13 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 63 | 117 | - |
| CMYK | 0 | 0.53 | 0.13 | 0.47 |
| HSL | 314.37º | 0.36% | 0.39% | - |
| HSV(B) | 314.37º | 0.53% | 0.53% | - |
| XYZ | 14.82 | 9.91 | 17.96 | - |
| YUV | 90.39 | 143.02 | 159.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 63 | 117 | 0 | 0.53 | 0.13 | 0.47 | 314.37 | 0.36 | 0.39 |
| Hex | 86 | 3F | 75 | 0 | 35 | D | 2F | 13A | 24 | 27 |
| Octal | 206 | 77 | 165 | 0 | 65 | 15 | 57 | 472 | 44 | 47 |
| Binary | 10000110 | 111111 | 1110101 | 0 | 110101 | 1101 | 101111 | 100111010 | 100100 | 100111 |
Color Harmonies of #863F75
Complementary color
Monochromatic Colors of #863F75
Black with #863F75
Text Example
Text Example
White with #863F75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863F75; }
p { color: rgb(134,63,117); }
H1.HeaderClassName
{
color: #863F75;
}
.AnyTagClassName
{
color: #863F75;
}
</style>
background-color css
<style>
a { background-color: #863F75; }
a { background-color: rgb(134,63,117); }
div.DivClassName
{
background-color: #863F75;
}
.BgClassName
{
background-color: #863F75;
}
</style>
border-color css
<style>
span { border-color: #863F75; }
span { border-color: rgb(134,63,117); }
td.TdClassName
{
border-color: #863F75;
}
.TagClassName
{
border-color: #863F75;
}
</style>