Shades of Dark Purple #86357B
Tints of Dark Purple #86357B
RGB
CMYK
RGB Variations
Color information
#86357B (or 0x86357B) is known color: Dark Purple. HEX triplet: 86, 35 and 7B. RGB value is (134,53,123). Sum of RGB (Red+Green+Blue) = 134+53+123=310 (41% of max value = 765). Red value is 134 (52.73% from 255 or 43.23% from 310); Green value is 53 (21.09% from 255 or 17.10% from 310); Blue value is 123 (48.44% from 255 or 39.68% from 310); Max value from RGB is 134 - color contains mainly: red. Hex color #86357B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86357B is #79CA84. Grayscale: #555555. Windows color (decimal): -7981701 or 8074630. OLE color: 8074630.
HSL color Cylindrical-coordinate representation of color #86357B: hue angle of 308.15º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #86357B is Cyan = 0, Magento = 0.60, Yellow = 0.08 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 53 | 123 | - |
| CMYK | 0 | 0.60 | 0.08 | 0.47 |
| HSL | 308.15º | 0.43% | 0.37% | - |
| HSV(B) | 308.15º | 0.6% | 0.53% | - |
| XYZ | 14.68 | 9.04 | 19.71 | - |
| YUV | 85.2 | 149.34 | 162.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 53 | 123 | 0 | 0.60 | 0.08 | 0.47 | 308.15 | 0.43 | 0.37 |
| Hex | 86 | 35 | 7B | 0 | 3C | 8 | 2F | 134 | 2B | 25 |
| Octal | 206 | 65 | 173 | 0 | 74 | 10 | 57 | 464 | 53 | 45 |
| Binary | 10000110 | 110101 | 1111011 | 0 | 111100 | 1000 | 101111 | 100110100 | 101011 | 100101 |
Color Harmonies of #86357B
Complementary color
Monochromatic Colors of #86357B
Black with #86357B
Text Example
Text Example
White with #86357B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86357B; }
p { color: rgb(134,53,123); }
H1.HeaderClassName
{
color: #86357B;
}
.AnyTagClassName
{
color: #86357B;
}
</style>
background-color css
<style>
a { background-color: #86357B; }
a { background-color: rgb(134,53,123); }
div.DivClassName
{
background-color: #86357B;
}
.BgClassName
{
background-color: #86357B;
}
</style>
border-color css
<style>
span { border-color: #86357B; }
span { border-color: rgb(134,53,123); }
td.TdClassName
{
border-color: #86357B;
}
.TagClassName
{
border-color: #86357B;
}
</style>