Shades of Dark Purple #86307F
Tints of Dark Purple #86307F
RGB
CMYK
RGB Variations
Color information
#86307F (or 0x86307F) is known color: Dark Purple. HEX triplet: 86, 30 and 7F. RGB value is (134,48,127). Sum of RGB (Red+Green+Blue) = 134+48+127=309 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.37% from 309); Green value is 48 (19.14% from 255 or 15.53% from 309); Blue value is 127 (50% from 255 or 41.10% from 309); Max value from RGB is 134 - color contains mainly: red. Hex color #86307F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86307F is #79CF80. Grayscale: #525252. Windows color (decimal): -7982977 or 8335494. OLE color: 8335494.
HSL color Cylindrical-coordinate representation of color #86307F: hue angle of 304.88º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #86307F is Cyan = 0, Magento = 0.64, Yellow = 0.05 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 48 | 127 | - |
| CMYK | 0 | 0.64 | 0.05 | 0.47 |
| HSL | 304.88º | 0.47% | 0.36% | - |
| HSV(B) | 304.88º | 0.64% | 0.53% | - |
| XYZ | 14.72 | 8.71 | 20.98 | - |
| YUV | 82.72 | 152.99 | 164.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 48 | 127 | 0 | 0.64 | 0.05 | 0.47 | 304.88 | 0.47 | 0.36 |
| Hex | 86 | 30 | 7F | 0 | 40 | 5 | 2F | 131 | 2F | 24 |
| Octal | 206 | 60 | 177 | 0 | 100 | 5 | 57 | 461 | 57 | 44 |
| Binary | 10000110 | 110000 | 1111111 | 0 | 1000000 | 101 | 101111 | 100110001 | 101111 | 100100 |
Color Harmonies of #86307F
Complementary color
Monochromatic Colors of #86307F
Black with #86307F
Text Example
Text Example
White with #86307F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86307F; }
p { color: rgb(134,48,127); }
H1.HeaderClassName
{
color: #86307F;
}
.AnyTagClassName
{
color: #86307F;
}
</style>
background-color css
<style>
a { background-color: #86307F; }
a { background-color: rgb(134,48,127); }
div.DivClassName
{
background-color: #86307F;
}
.BgClassName
{
background-color: #86307F;
}
</style>
border-color css
<style>
span { border-color: #86307F; }
span { border-color: rgb(134,48,127); }
td.TdClassName
{
border-color: #86307F;
}
.TagClassName
{
border-color: #86307F;
}
</style>