Shades of Dark Purple #861883
Tints of Dark Purple #861883
RGB
CMYK
RGB Variations
Color information
#861883 (or 0x861883) is known color: Dark Purple. HEX triplet: 86, 18 and 83. RGB value is (134,24,131). Sum of RGB (Red+Green+Blue) = 134+24+131=289 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.37% from 289); Green value is 24 (9.77% from 255 or 8.30% from 289); Blue value is 131 (51.56% from 255 or 45.33% from 289); Max value from RGB is 134 - color contains mainly: red. Hex color #861883 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #861883 is #79E77C. Grayscale: #444444. Windows color (decimal): -7989117 or 8591494. OLE color: 8591494.
HSL color Cylindrical-coordinate representation of color #861883: hue angle of 301.64º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #861883 is Cyan = 0, Magento = 0.82, Yellow = 0.02 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 24 | 131 | - |
| CMYK | 0 | 0.82 | 0.02 | 0.47 |
| HSL | 301.64º | 0.7% | 0.31% | - |
| HSV(B) | 301.64º | 0.82% | 0.53% | - |
| XYZ | 14.25 | 7.36 | 22.14 | - |
| YUV | 69.09 | 162.94 | 174.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 24 | 131 | 0 | 0.82 | 0.02 | 0.47 | 301.64 | 0.7 | 0.31 |
| Hex | 86 | 18 | 83 | 0 | 52 | 2 | 2F | 12E | 46 | 1F |
| Octal | 206 | 30 | 203 | 0 | 122 | 2 | 57 | 456 | 106 | 37 |
| Binary | 10000110 | 11000 | 10000011 | 0 | 1010010 | 10 | 101111 | 100101110 | 1000110 | 11111 |
Color Harmonies of #861883
Complementary color
Monochromatic Colors of #861883
Black with #861883
Text Example
Text Example
White with #861883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861883; }
p { color: rgb(134,24,131); }
H1.HeaderClassName
{
color: #861883;
}
.AnyTagClassName
{
color: #861883;
}
</style>
background-color css
<style>
a { background-color: #861883; }
a { background-color: rgb(134,24,131); }
div.DivClassName
{
background-color: #861883;
}
.BgClassName
{
background-color: #861883;
}
</style>
border-color css
<style>
span { border-color: #861883; }
span { border-color: rgb(134,24,131); }
td.TdClassName
{
border-color: #861883;
}
.TagClassName
{
border-color: #861883;
}
</style>