Shades of Dark Purple #86257B
Tints of Dark Purple #86257B
RGB
CMYK
RGB Variations
Color information
#86257B (or 0x86257B) is known color: Dark Purple. HEX triplet: 86, 25 and 7B. RGB value is (134,37,123). Sum of RGB (Red+Green+Blue) = 134+37+123=294 (38% of max value = 765). Red value is 134 (52.73% from 255 or 45.58% from 294); Green value is 37 (14.84% from 255 or 12.59% from 294); Blue value is 123 (48.44% from 255 or 41.84% from 294); Max value from RGB is 134 - color contains mainly: red. Hex color #86257B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86257B is #79DA84. Grayscale: #4B4B4B. Windows color (decimal): -7985797 or 8070534. OLE color: 8070534.
HSL color Cylindrical-coordinate representation of color #86257B: hue angle of 306.8º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #86257B is Cyan = 0, Magento = 0.72, Yellow = 0.08 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 37 | 123 | - |
| CMYK | 0 | 0.72 | 0.08 | 0.47 |
| HSL | 306.8º | 0.57% | 0.34% | - |
| HSV(B) | 306.8º | 0.72% | 0.53% | - |
| XYZ | 14.07 | 7.82 | 19.51 | - |
| YUV | 75.81 | 154.64 | 169.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 37 | 123 | 0 | 0.72 | 0.08 | 0.47 | 306.8 | 0.57 | 0.34 |
| Hex | 86 | 25 | 7B | 0 | 48 | 8 | 2F | 133 | 39 | 22 |
| Octal | 206 | 45 | 173 | 0 | 110 | 10 | 57 | 463 | 71 | 42 |
| Binary | 10000110 | 100101 | 1111011 | 0 | 1001000 | 1000 | 101111 | 100110011 | 111001 | 100010 |
Color Harmonies of #86257B
Complementary color
Monochromatic Colors of #86257B
Black with #86257B
Text Example
Text Example
White with #86257B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86257B; }
p { color: rgb(134,37,123); }
H1.HeaderClassName
{
color: #86257B;
}
.AnyTagClassName
{
color: #86257B;
}
</style>
background-color css
<style>
a { background-color: #86257B; }
a { background-color: rgb(134,37,123); }
div.DivClassName
{
background-color: #86257B;
}
.BgClassName
{
background-color: #86257B;
}
</style>
border-color css
<style>
span { border-color: #86257B; }
span { border-color: rgb(134,37,123); }
td.TdClassName
{
border-color: #86257B;
}
.TagClassName
{
border-color: #86257B;
}
</style>