Shades of Dark Purple #86397F
Tints of Dark Purple #86397F
RGB
CMYK
RGB Variations
Color information
#86397F (or 0x86397F) is known color: Dark Purple. HEX triplet: 86, 39 and 7F. RGB value is (134,57,127). Sum of RGB (Red+Green+Blue) = 134+57+127=318 (42% of max value = 765). Red value is 134 (52.73% from 255 or 42.14% from 318); Green value is 57 (22.66% from 255 or 17.92% from 318); Blue value is 127 (50% from 255 or 39.94% from 318); Max value from RGB is 134 - color contains mainly: red. Hex color #86397F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86397F is #79C680. Grayscale: #575757. Windows color (decimal): -7980673 or 8337798. OLE color: 8337798.
HSL color Cylindrical-coordinate representation of color #86397F: hue angle of 305.45º 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 #86397F is Cyan = 0, Magento = 0.57, Yellow = 0.05 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 57 | 127 | - |
| CMYK | 0 | 0.57 | 0.05 | 0.47 |
| HSL | 305.45º | 0.4% | 0.37% | - |
| HSV(B) | 305.45º | 0.57% | 0.53% | - |
| XYZ | 15.13 | 9.53 | 21.12 | - |
| YUV | 88 | 150.01 | 160.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 57 | 127 | 0 | 0.57 | 0.05 | 0.47 | 305.45 | 0.4 | 0.37 |
| Hex | 86 | 39 | 7F | 0 | 39 | 5 | 2F | 131 | 28 | 25 |
| Octal | 206 | 71 | 177 | 0 | 71 | 5 | 57 | 461 | 50 | 45 |
| Binary | 10000110 | 111001 | 1111111 | 0 | 111001 | 101 | 101111 | 100110001 | 101000 | 100101 |
Color Harmonies of #86397F
Complementary color
Monochromatic Colors of #86397F
Black with #86397F
Text Example
Text Example
White with #86397F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86397F; }
p { color: rgb(134,57,127); }
H1.HeaderClassName
{
color: #86397F;
}
.AnyTagClassName
{
color: #86397F;
}
</style>
background-color css
<style>
a { background-color: #86397F; }
a { background-color: rgb(134,57,127); }
div.DivClassName
{
background-color: #86397F;
}
.BgClassName
{
background-color: #86397F;
}
</style>
border-color css
<style>
span { border-color: #86397F; }
span { border-color: rgb(134,57,127); }
td.TdClassName
{
border-color: #86397F;
}
.TagClassName
{
border-color: #86397F;
}
</style>