Shades of Dark Purple #86387B
Tints of Dark Purple #86387B
RGB
CMYK
RGB Variations
Color information
#86387B (or 0x86387B) is known color: Dark Purple. HEX triplet: 86, 38 and 7B. RGB value is (134,56,123). Sum of RGB (Red+Green+Blue) = 134+56+123=313 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.81% from 313); Green value is 56 (22.27% from 255 or 17.89% from 313); Blue value is 123 (48.44% from 255 or 39.30% from 313); Max value from RGB is 134 - color contains mainly: red. Hex color #86387B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86387B is #79C784. Grayscale: #565656. Windows color (decimal): -7980933 or 8075398. OLE color: 8075398.
HSL color Cylindrical-coordinate representation of color #86387B: hue angle of 308.46º 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 #86387B is Cyan = 0, Magento = 0.58, Yellow = 0.08 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 56 | 123 | - |
| CMYK | 0 | 0.58 | 0.08 | 0.47 |
| HSL | 308.46º | 0.41% | 0.37% | - |
| HSV(B) | 308.46º | 0.58% | 0.53% | - |
| XYZ | 14.82 | 9.33 | 19.76 | - |
| YUV | 86.96 | 148.34 | 161.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 56 | 123 | 0 | 0.58 | 0.08 | 0.47 | 308.46 | 0.41 | 0.37 |
| Hex | 86 | 38 | 7B | 0 | 3A | 8 | 2F | 134 | 29 | 25 |
| Octal | 206 | 70 | 173 | 0 | 72 | 10 | 57 | 464 | 51 | 45 |
| Binary | 10000110 | 111000 | 1111011 | 0 | 111010 | 1000 | 101111 | 100110100 | 101001 | 100101 |
Color Harmonies of #86387B
Complementary color
Monochromatic Colors of #86387B
Black with #86387B
Text Example
Text Example
White with #86387B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86387B; }
p { color: rgb(134,56,123); }
H1.HeaderClassName
{
color: #86387B;
}
.AnyTagClassName
{
color: #86387B;
}
</style>
background-color css
<style>
a { background-color: #86387B; }
a { background-color: rgb(134,56,123); }
div.DivClassName
{
background-color: #86387B;
}
.BgClassName
{
background-color: #86387B;
}
</style>
border-color css
<style>
span { border-color: #86387B; }
span { border-color: rgb(134,56,123); }
td.TdClassName
{
border-color: #86387B;
}
.TagClassName
{
border-color: #86387B;
}
</style>