Shades of Dark Purple #861B8C
Tints of Dark Purple #861B8C
RGB
CMYK
RGB Variations
Color information
#861B8C (or 0x861B8C) is known color: Dark Purple. HEX triplet: 86, 1B and 8C. RGB value is (134,27,140). Sum of RGB (Red+Green+Blue) = 134+27+140=301 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.52% from 301); Green value is 27 (10.94% from 255 or 8.97% from 301); Blue value is 140 (55.08% from 255 or 46.51% from 301); Max value from RGB is 140 - color contains mainly: blue. Hex color #861B8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #861B8C is #79E473. Grayscale: #474747. Windows color (decimal): -7988340 or 9182086. OLE color: 9182086.
HSL color Cylindrical-coordinate representation of color #861B8C: hue angle of 296.81º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #861B8C is Cyan = 0.04, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 134 | 27 | 140 | - |
| CMYK | 0.04 | 0.81 | 0 | 0.45 |
| HSL | 296.81º | 0.68% | 0.33% | - |
| HSV(B) | 296.81º | 0.81% | 0.55% | - |
| XYZ | 14.96 | 7.75 | 25.52 | - |
| YUV | 71.88 | 166.45 | 172.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 27 | 140 | 0.04 | 0.81 | 0 | 0.45 | 296.81 | 0.68 | 0.33 |
| Hex | 86 | 1B | 8C | 4 | 51 | 0 | 2D | 129 | 44 | 21 |
| Octal | 206 | 33 | 214 | 4 | 121 | 0 | 55 | 451 | 104 | 41 |
| Binary | 10000110 | 11011 | 10001100 | 100 | 1010001 | 0 | 101101 | 100101001 | 1000100 | 100001 |
Color Harmonies of #861B8C
Complementary color
Monochromatic Colors of #861B8C
Black with #861B8C
Text Example
Text Example
White with #861B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861B8C; }
p { color: rgb(134,27,140); }
H1.HeaderClassName
{
color: #861B8C;
}
.AnyTagClassName
{
color: #861B8C;
}
</style>
background-color css
<style>
a { background-color: #861B8C; }
a { background-color: rgb(134,27,140); }
div.DivClassName
{
background-color: #861B8C;
}
.BgClassName
{
background-color: #861B8C;
}
</style>
border-color css
<style>
span { border-color: #861B8C; }
span { border-color: rgb(134,27,140); }
td.TdClassName
{
border-color: #861B8C;
}
.TagClassName
{
border-color: #861B8C;
}
</style>