Shades of Dark Purple #862D80
Tints of Dark Purple #862D80
RGB
CMYK
RGB Variations
Color information
#862D80 (or 0x862D80) is known color: Dark Purple. HEX triplet: 86, 2D and 80. RGB value is (134,45,128). Sum of RGB (Red+Green+Blue) = 134+45+128=307 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.65% from 307); Green value is 45 (17.97% from 255 or 14.66% from 307); Blue value is 128 (50.39% from 255 or 41.69% from 307); Max value from RGB is 134 - color contains mainly: red. Hex color #862D80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #862D80 is #79D27F. Grayscale: #505050. Windows color (decimal): -7983744 or 8400262. OLE color: 8400262.
HSL color Cylindrical-coordinate representation of color #862D80: hue angle of 304.04º 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 #862D80 is Cyan = 0, Magento = 0.66, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 45 | 128 | - |
| CMYK | 0 | 0.66 | 0.04 | 0.47 |
| HSL | 304.05º | 0.5% | 0.35% | - |
| HSV(B) | 304.05º | 0.66% | 0.53% | - |
| XYZ | 14.67 | 8.5 | 21.29 | - |
| YUV | 81.07 | 154.49 | 165.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 45 | 128 | 0 | 0.66 | 0.04 | 0.47 | 304.05 | 0.5 | 0.35 |
| Hex | 86 | 2D | 80 | 0 | 42 | 4 | 2F | 130 | 32 | 23 |
| Octal | 206 | 55 | 200 | 0 | 102 | 4 | 57 | 460 | 62 | 43 |
| Binary | 10000110 | 101101 | 10000000 | 0 | 1000010 | 100 | 101111 | 100110000 | 110010 | 100011 |
Color Harmonies of #862D80
Complementary color
Monochromatic Colors of #862D80
Black with #862D80
Text Example
Text Example
White with #862D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862D80; }
p { color: rgb(134,45,128); }
H1.HeaderClassName
{
color: #862D80;
}
.AnyTagClassName
{
color: #862D80;
}
</style>
background-color css
<style>
a { background-color: #862D80; }
a { background-color: rgb(134,45,128); }
div.DivClassName
{
background-color: #862D80;
}
.BgClassName
{
background-color: #862D80;
}
</style>
border-color css
<style>
span { border-color: #862D80; }
span { border-color: rgb(134,45,128); }
td.TdClassName
{
border-color: #862D80;
}
.TagClassName
{
border-color: #862D80;
}
</style>