Shades of Dark Purple #861383
Tints of Dark Purple #861383
RGB
CMYK
RGB Variations
Color information
#861383 (or 0x861383) is known color: Dark Purple. HEX triplet: 86, 13 and 83. RGB value is (134,19,131). Sum of RGB (Red+Green+Blue) = 134+19+131=284 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.18% from 284); Green value is 19 (7.81% from 255 or 6.69% from 284); Blue value is 131 (51.56% from 255 or 46.13% from 284); Max value from RGB is 134 - color contains mainly: red. Hex color #861383 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #861383 is #79EC7C. Grayscale: #414141. Windows color (decimal): -7990397 or 8590214. OLE color: 8590214.
HSL color Cylindrical-coordinate representation of color #861383: hue angle of 301.57º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #861383 is Cyan = 0, Magento = 0.86, Yellow = 0.02 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 19 | 131 | - |
| CMYK | 0 | 0.86 | 0.02 | 0.47 |
| HSL | 301.57º | 0.75% | 0.3% | - |
| HSV(B) | 301.57º | 0.86% | 0.53% | - |
| XYZ | 14.16 | 7.17 | 22.11 | - |
| YUV | 66.15 | 164.6 | 176.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 19 | 131 | 0 | 0.86 | 0.02 | 0.47 | 301.57 | 0.75 | 0.3 |
| Hex | 86 | 13 | 83 | 0 | 56 | 2 | 2F | 12E | 4B | 1E |
| Octal | 206 | 23 | 203 | 0 | 126 | 2 | 57 | 456 | 113 | 36 |
| Binary | 10000110 | 10011 | 10000011 | 0 | 1010110 | 10 | 101111 | 100101110 | 1001011 | 11110 |
Color Harmonies of #861383
Complementary color
Monochromatic Colors of #861383
Black with #861383
Text Example
Text Example
White with #861383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861383; }
p { color: rgb(134,19,131); }
H1.HeaderClassName
{
color: #861383;
}
.AnyTagClassName
{
color: #861383;
}
</style>
background-color css
<style>
a { background-color: #861383; }
a { background-color: rgb(134,19,131); }
div.DivClassName
{
background-color: #861383;
}
.BgClassName
{
background-color: #861383;
}
</style>
border-color css
<style>
span { border-color: #861383; }
span { border-color: rgb(134,19,131); }
td.TdClassName
{
border-color: #861383;
}
.TagClassName
{
border-color: #861383;
}
</style>