Shades of Dark Purple #863280
Tints of Dark Purple #863280
RGB
CMYK
RGB Variations
Color information
#863280 (or 0x863280) is known color: Dark Purple. HEX triplet: 86, 32 and 80. RGB value is (134,50,128). Sum of RGB (Red+Green+Blue) = 134+50+128=312 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.95% from 312); Green value is 50 (19.92% from 255 or 16.03% from 312); Blue value is 128 (50.39% from 255 or 41.03% from 312); Max value from RGB is 134 - color contains mainly: red. Hex color #863280 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #863280 is #79CD7F. Grayscale: #535353. Windows color (decimal): -7982464 or 8401542. OLE color: 8401542.
HSL color Cylindrical-coordinate representation of color #863280: hue angle of 304.29º 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 #863280 is Cyan = 0, Magento = 0.63, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 50 | 128 | - |
| CMYK | 0 | 0.63 | 0.04 | 0.47 |
| HSL | 304.29º | 0.46% | 0.36% | - |
| HSV(B) | 304.29º | 0.63% | 0.53% | - |
| XYZ | 14.87 | 8.91 | 21.36 | - |
| YUV | 84.01 | 152.83 | 163.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 50 | 128 | 0 | 0.63 | 0.04 | 0.47 | 304.29 | 0.46 | 0.36 |
| Hex | 86 | 32 | 80 | 0 | 3F | 4 | 2F | 130 | 2E | 24 |
| Octal | 206 | 62 | 200 | 0 | 77 | 4 | 57 | 460 | 56 | 44 |
| Binary | 10000110 | 110010 | 10000000 | 0 | 111111 | 100 | 101111 | 100110000 | 101110 | 100100 |
Color Harmonies of #863280
Complementary color
Monochromatic Colors of #863280
Black with #863280
Text Example
Text Example
White with #863280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863280; }
p { color: rgb(134,50,128); }
H1.HeaderClassName
{
color: #863280;
}
.AnyTagClassName
{
color: #863280;
}
</style>
background-color css
<style>
a { background-color: #863280; }
a { background-color: rgb(134,50,128); }
div.DivClassName
{
background-color: #863280;
}
.BgClassName
{
background-color: #863280;
}
</style>
border-color css
<style>
span { border-color: #863280; }
span { border-color: rgb(134,50,128); }
td.TdClassName
{
border-color: #863280;
}
.TagClassName
{
border-color: #863280;
}
</style>