Shades of Dark Purple #863281
Tints of Dark Purple #863281
RGB
CMYK
RGB Variations
Color information
#863281 (or 0x863281) is known color: Dark Purple. HEX triplet: 86, 32 and 81. RGB value is (134,50,129). Sum of RGB (Red+Green+Blue) = 134+50+129=313 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.81% from 313); Green value is 50 (19.92% from 255 or 15.97% from 313); Blue value is 129 (50.78% from 255 or 41.21% from 313); Max value from RGB is 134 - color contains mainly: red. Hex color #863281 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #863281 is #79CD7E. Grayscale: #535353. Windows color (decimal): -7982463 or 8467078. OLE color: 8467078.
HSL color Cylindrical-coordinate representation of color #863281: hue angle of 303.57º 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 #863281 is Cyan = 0, Magento = 0.63, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 50 | 129 | - |
| CMYK | 0 | 0.63 | 0.04 | 0.47 |
| HSL | 303.57º | 0.46% | 0.36% | - |
| HSV(B) | 303.57º | 0.63% | 0.53% | - |
| XYZ | 14.93 | 8.93 | 21.71 | - |
| YUV | 84.12 | 153.33 | 163.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 50 | 129 | 0 | 0.63 | 0.04 | 0.47 | 303.57 | 0.46 | 0.36 |
| Hex | 86 | 32 | 81 | 0 | 3F | 4 | 2F | 130 | 2E | 24 |
| Octal | 206 | 62 | 201 | 0 | 77 | 4 | 57 | 460 | 56 | 44 |
| Binary | 10000110 | 110010 | 10000001 | 0 | 111111 | 100 | 101111 | 100110000 | 101110 | 100100 |
Color Harmonies of #863281
Complementary color
Monochromatic Colors of #863281
Black with #863281
Text Example
Text Example
White with #863281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863281; }
p { color: rgb(134,50,129); }
H1.HeaderClassName
{
color: #863281;
}
.AnyTagClassName
{
color: #863281;
}
</style>
background-color css
<style>
a { background-color: #863281; }
a { background-color: rgb(134,50,129); }
div.DivClassName
{
background-color: #863281;
}
.BgClassName
{
background-color: #863281;
}
</style>
border-color css
<style>
span { border-color: #863281; }
span { border-color: rgb(134,50,129); }
td.TdClassName
{
border-color: #863281;
}
.TagClassName
{
border-color: #863281;
}
</style>