Shades of Dark Purple #86347B
Tints of Dark Purple #86347B
RGB
CMYK
RGB Variations
Color information
#86347B (or 0x86347B) is known color: Dark Purple. HEX triplet: 86, 34 and 7B. RGB value is (134,52,123). Sum of RGB (Red+Green+Blue) = 134+52+123=309 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.37% from 309); Green value is 52 (20.70% from 255 or 16.83% from 309); Blue value is 123 (48.44% from 255 or 39.81% from 309); Max value from RGB is 134 - color contains mainly: red. Hex color #86347B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86347B is #79CB84. Grayscale: #545454. Windows color (decimal): -7981957 or 8074374. OLE color: 8074374.
HSL color Cylindrical-coordinate representation of color #86347B: hue angle of 308.05º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #86347B is Cyan = 0, Magento = 0.61, Yellow = 0.08 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 52 | 123 | - |
| CMYK | 0 | 0.61 | 0.08 | 0.47 |
| HSL | 308.05º | 0.44% | 0.36% | - |
| HSV(B) | 308.05º | 0.61% | 0.53% | - |
| XYZ | 14.63 | 8.95 | 19.7 | - |
| YUV | 84.61 | 149.67 | 163.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 52 | 123 | 0 | 0.61 | 0.08 | 0.47 | 308.05 | 0.44 | 0.36 |
| Hex | 86 | 34 | 7B | 0 | 3D | 8 | 2F | 134 | 2C | 24 |
| Octal | 206 | 64 | 173 | 0 | 75 | 10 | 57 | 464 | 54 | 44 |
| Binary | 10000110 | 110100 | 1111011 | 0 | 111101 | 1000 | 101111 | 100110100 | 101100 | 100100 |
Color Harmonies of #86347B
Complementary color
Monochromatic Colors of #86347B
Black with #86347B
Text Example
Text Example
White with #86347B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86347B; }
p { color: rgb(134,52,123); }
H1.HeaderClassName
{
color: #86347B;
}
.AnyTagClassName
{
color: #86347B;
}
</style>
background-color css
<style>
a { background-color: #86347B; }
a { background-color: rgb(134,52,123); }
div.DivClassName
{
background-color: #86347B;
}
.BgClassName
{
background-color: #86347B;
}
</style>
border-color css
<style>
span { border-color: #86347B; }
span { border-color: rgb(134,52,123); }
td.TdClassName
{
border-color: #86347B;
}
.TagClassName
{
border-color: #86347B;
}
</style>