Shades of Dark Purple #863282
Tints of Dark Purple #863282
RGB
CMYK
RGB Variations
Color information
#863282 (or 0x863282) is known color: Dark Purple. HEX triplet: 86, 32 and 82. RGB value is (134,50,130). Sum of RGB (Red+Green+Blue) = 134+50+130=314 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.68% from 314); Green value is 50 (19.92% from 255 or 15.92% from 314); Blue value is 130 (51.17% from 255 or 41.40% from 314); Max value from RGB is 134 - color contains mainly: red. Hex color #863282 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #863282 is #79CD7D. Grayscale: #535353. Windows color (decimal): -7982462 or 8532614. OLE color: 8532614.
HSL color Cylindrical-coordinate representation of color #863282: hue angle of 302.86º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #863282 is Cyan = 0, Magento = 0.63, Yellow = 0.03 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 50 | 130 | - |
| CMYK | 0 | 0.63 | 0.03 | 0.47 |
| HSL | 302.86º | 0.46% | 0.36% | - |
| HSV(B) | 302.86º | 0.63% | 0.53% | - |
| XYZ | 15 | 8.96 | 22.06 | - |
| YUV | 84.24 | 153.83 | 163.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 50 | 130 | 0 | 0.63 | 0.03 | 0.47 | 302.86 | 0.46 | 0.36 |
| Hex | 86 | 32 | 82 | 0 | 3F | 3 | 2F | 12F | 2E | 24 |
| Octal | 206 | 62 | 202 | 0 | 77 | 3 | 57 | 457 | 56 | 44 |
| Binary | 10000110 | 110010 | 10000010 | 0 | 111111 | 11 | 101111 | 100101111 | 101110 | 100100 |
Color Harmonies of #863282
Complementary color
Monochromatic Colors of #863282
Black with #863282
Text Example
Text Example
White with #863282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863282; }
p { color: rgb(134,50,130); }
H1.HeaderClassName
{
color: #863282;
}
.AnyTagClassName
{
color: #863282;
}
</style>
background-color css
<style>
a { background-color: #863282; }
a { background-color: rgb(134,50,130); }
div.DivClassName
{
background-color: #863282;
}
.BgClassName
{
background-color: #863282;
}
</style>
border-color css
<style>
span { border-color: #863282; }
span { border-color: rgb(134,50,130); }
td.TdClassName
{
border-color: #863282;
}
.TagClassName
{
border-color: #863282;
}
</style>