Shades of Dark Purple #86287B
Tints of Dark Purple #86287B
RGB
CMYK
RGB Variations
Color information
#86287B (or 0x86287B) is known color: Dark Purple. HEX triplet: 86, 28 and 7B. RGB value is (134,40,123). Sum of RGB (Red+Green+Blue) = 134+40+123=297 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.12% from 297); Green value is 40 (16.02% from 255 or 13.47% from 297); Blue value is 123 (48.44% from 255 or 41.41% from 297); Max value from RGB is 134 - color contains mainly: red. Hex color #86287B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86287B is #79D784. Grayscale: #4D4D4D. Windows color (decimal): -7985029 or 8071302. OLE color: 8071302.
HSL color Cylindrical-coordinate representation of color #86287B: hue angle of 307.02º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #86287B is Cyan = 0, Magento = 0.70, Yellow = 0.08 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 40 | 123 | - |
| CMYK | 0 | 0.70 | 0.08 | 0.47 |
| HSL | 307.02º | 0.54% | 0.34% | - |
| HSV(B) | 307.02º | 0.7% | 0.53% | - |
| XYZ | 14.17 | 8.02 | 19.54 | - |
| YUV | 77.57 | 153.64 | 168.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 40 | 123 | 0 | 0.70 | 0.08 | 0.47 | 307.02 | 0.54 | 0.34 |
| Hex | 86 | 28 | 7B | 0 | 46 | 8 | 2F | 133 | 36 | 22 |
| Octal | 206 | 50 | 173 | 0 | 106 | 10 | 57 | 463 | 66 | 42 |
| Binary | 10000110 | 101000 | 1111011 | 0 | 1000110 | 1000 | 101111 | 100110011 | 110110 | 100010 |
Color Harmonies of #86287B
Complementary color
Monochromatic Colors of #86287B
Black with #86287B
Text Example
Text Example
White with #86287B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86287B; }
p { color: rgb(134,40,123); }
H1.HeaderClassName
{
color: #86287B;
}
.AnyTagClassName
{
color: #86287B;
}
</style>
background-color css
<style>
a { background-color: #86287B; }
a { background-color: rgb(134,40,123); }
div.DivClassName
{
background-color: #86287B;
}
.BgClassName
{
background-color: #86287B;
}
</style>
border-color css
<style>
span { border-color: #86287B; }
span { border-color: rgb(134,40,123); }
td.TdClassName
{
border-color: #86287B;
}
.TagClassName
{
border-color: #86287B;
}
</style>