Shades of Dark Purple #862D83
Tints of Dark Purple #862D83
RGB
CMYK
RGB Variations
Color information
#862D83 (or 0x862D83) is known color: Dark Purple. HEX triplet: 86, 2D and 83. RGB value is (134,45,131). Sum of RGB (Red+Green+Blue) = 134+45+131=310 (41% of max value = 765). Red value is 134 (52.73% from 255 or 43.23% from 310); Green value is 45 (17.97% from 255 or 14.52% from 310); Blue value is 131 (51.56% from 255 or 42.26% from 310); Max value from RGB is 134 - color contains mainly: red. Hex color #862D83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #862D83 is #79D27C. Grayscale: #515151. Windows color (decimal): -7983741 or 8596870. OLE color: 8596870.
HSL color Cylindrical-coordinate representation of color #862D83: hue angle of 302.02º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #862D83 is Cyan = 0, Magento = 0.66, Yellow = 0.02 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 45 | 131 | - |
| CMYK | 0 | 0.66 | 0.02 | 0.47 |
| HSL | 302.02º | 0.5% | 0.35% | - |
| HSV(B) | 302.02º | 0.66% | 0.53% | - |
| XYZ | 14.87 | 8.58 | 22.35 | - |
| YUV | 81.42 | 155.99 | 165.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 45 | 131 | 0 | 0.66 | 0.02 | 0.47 | 302.02 | 0.5 | 0.35 |
| Hex | 86 | 2D | 83 | 0 | 42 | 2 | 2F | 12E | 32 | 23 |
| Octal | 206 | 55 | 203 | 0 | 102 | 2 | 57 | 456 | 62 | 43 |
| Binary | 10000110 | 101101 | 10000011 | 0 | 1000010 | 10 | 101111 | 100101110 | 110010 | 100011 |
Color Harmonies of #862D83
Complementary color
Monochromatic Colors of #862D83
Black with #862D83
Text Example
Text Example
White with #862D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862D83; }
p { color: rgb(134,45,131); }
H1.HeaderClassName
{
color: #862D83;
}
.AnyTagClassName
{
color: #862D83;
}
</style>
background-color css
<style>
a { background-color: #862D83; }
a { background-color: rgb(134,45,131); }
div.DivClassName
{
background-color: #862D83;
}
.BgClassName
{
background-color: #862D83;
}
</style>
border-color css
<style>
span { border-color: #862D83; }
span { border-color: rgb(134,45,131); }
td.TdClassName
{
border-color: #862D83;
}
.TagClassName
{
border-color: #862D83;
}
</style>