Shades of Purple #860182
Tints of Purple #860182
RGB
CMYK
RGB Variations
Color information
#860182 (or 0x860182) is known color: Purple. HEX triplet: 86, 01 and 82. RGB value is (134,1,130). Sum of RGB (Red+Green+Blue) = 134+1+130=265 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.57% from 265); Green value is 1 (0.78% from 255 or 0.38% from 265); Blue value is 130 (51.17% from 255 or 49.06% from 265); Max value from RGB is 134 - color contains mainly: red. Hex color #860182 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #860182 is #79FE7D. Grayscale: #373737. Windows color (decimal): -7995006 or 8520070. OLE color: 8520070.
HSL color Cylindrical-coordinate representation of color #860182: hue angle of 301.8º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #860182 is Cyan = 0, Magento = 0.99, Yellow = 0.03 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 1 | 130 | - |
| CMYK | 0 | 0.99 | 0.03 | 0.47 |
| HSL | 301.8º | 0.99% | 0.26% | - |
| HSV(B) | 301.8º | 0.99% | 0.53% | - |
| XYZ | 13.87 | 6.7 | 21.68 | - |
| YUV | 55.47 | 170.06 | 184.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 1 | 130 | 0 | 0.99 | 0.03 | 0.47 | 301.8 | 0.99 | 0.26 |
| Hex | 86 | 1 | 82 | 0 | 63 | 3 | 2F | 12E | 63 | 1A |
| Octal | 206 | 1 | 202 | 0 | 143 | 3 | 57 | 456 | 143 | 32 |
| Binary | 10000110 | 1 | 10000010 | 0 | 1100011 | 11 | 101111 | 100101110 | 1100011 | 11010 |
Color Harmonies of #860182
Complementary color
Monochromatic Colors of #860182
Black with #860182
Text Example
Text Example
White with #860182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860182; }
p { color: rgb(134,1,130); }
H1.HeaderClassName
{
color: #860182;
}
.AnyTagClassName
{
color: #860182;
}
</style>
background-color css
<style>
a { background-color: #860182; }
a { background-color: rgb(134,1,130); }
div.DivClassName
{
background-color: #860182;
}
.BgClassName
{
background-color: #860182;
}
</style>
border-color css
<style>
span { border-color: #860182; }
span { border-color: rgb(134,1,130); }
td.TdClassName
{
border-color: #860182;
}
.TagClassName
{
border-color: #860182;
}
</style>