Shades of Dark Purple #86297F
Tints of Dark Purple #86297F
RGB
CMYK
RGB Variations
Color information
#86297F (or 0x86297F) is known color: Dark Purple. HEX triplet: 86, 29 and 7F. RGB value is (134,41,127). Sum of RGB (Red+Green+Blue) = 134+41+127=302 (40% of max value = 765). Red value is 134 (52.73% from 255 or 44.37% from 302); Green value is 41 (16.41% from 255 or 13.58% from 302); Blue value is 127 (50% from 255 or 42.05% from 302); Max value from RGB is 134 - color contains mainly: red. Hex color #86297F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86297F is #79D680. Grayscale: #4E4E4E. Windows color (decimal): -7984769 or 8333702. OLE color: 8333702.
HSL color Cylindrical-coordinate representation of color #86297F: hue angle of 304.52º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #86297F is Cyan = 0, Magento = 0.69, Yellow = 0.05 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 41 | 127 | - |
| CMYK | 0 | 0.69 | 0.05 | 0.47 |
| HSL | 304.52º | 0.53% | 0.34% | - |
| HSV(B) | 304.52º | 0.69% | 0.53% | - |
| XYZ | 14.46 | 8.19 | 20.9 | - |
| YUV | 78.61 | 155.31 | 167.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 41 | 127 | 0 | 0.69 | 0.05 | 0.47 | 304.52 | 0.53 | 0.34 |
| Hex | 86 | 29 | 7F | 0 | 45 | 5 | 2F | 131 | 35 | 22 |
| Octal | 206 | 51 | 177 | 0 | 105 | 5 | 57 | 461 | 65 | 42 |
| Binary | 10000110 | 101001 | 1111111 | 0 | 1000101 | 101 | 101111 | 100110001 | 110101 | 100010 |
Color Harmonies of #86297F
Complementary color
Monochromatic Colors of #86297F
Black with #86297F
Text Example
Text Example
White with #86297F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86297F; }
p { color: rgb(134,41,127); }
H1.HeaderClassName
{
color: #86297F;
}
.AnyTagClassName
{
color: #86297F;
}
</style>
background-color css
<style>
a { background-color: #86297F; }
a { background-color: rgb(134,41,127); }
div.DivClassName
{
background-color: #86297F;
}
.BgClassName
{
background-color: #86297F;
}
</style>
border-color css
<style>
span { border-color: #86297F; }
span { border-color: rgb(134,41,127); }
td.TdClassName
{
border-color: #86297F;
}
.TagClassName
{
border-color: #86297F;
}
</style>