Shades of Purple #860183
Tints of Purple #860183
RGB
CMYK
RGB Variations
Color information
#860183 (or 0x860183) is known color: Purple. HEX triplet: 86, 01 and 83. RGB value is (134,1,131). Sum of RGB (Red+Green+Blue) = 134+1+131=266 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.38% from 266); Green value is 1 (0.78% from 255 or 0.38% from 266); Blue value is 131 (51.56% from 255 or 49.25% from 266); Max value from RGB is 134 - color contains mainly: red. Hex color #860183 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #860183 is #79FE7C. Grayscale: #373737. Windows color (decimal): -7995005 or 8585606. OLE color: 8585606.
HSL color Cylindrical-coordinate representation of color #860183: hue angle of 301.35º 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 #860183 is Cyan = 0, Magento = 0.99, Yellow = 0.02 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 1 | 131 | - |
| CMYK | 0 | 0.99 | 0.02 | 0.47 |
| HSL | 301.35º | 0.99% | 0.26% | - |
| HSV(B) | 301.35º | 0.99% | 0.53% | - |
| XYZ | 13.94 | 6.73 | 22.04 | - |
| YUV | 55.59 | 170.56 | 183.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 1 | 131 | 0 | 0.99 | 0.02 | 0.47 | 301.35 | 0.99 | 0.26 |
| Hex | 86 | 1 | 83 | 0 | 63 | 2 | 2F | 12D | 63 | 1A |
| Octal | 206 | 1 | 203 | 0 | 143 | 2 | 57 | 455 | 143 | 32 |
| Binary | 10000110 | 1 | 10000011 | 0 | 1100011 | 10 | 101111 | 100101101 | 1100011 | 11010 |
Color Harmonies of #860183
Complementary color
Monochromatic Colors of #860183
Black with #860183
Text Example
Text Example
White with #860183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860183; }
p { color: rgb(134,1,131); }
H1.HeaderClassName
{
color: #860183;
}
.AnyTagClassName
{
color: #860183;
}
</style>
background-color css
<style>
a { background-color: #860183; }
a { background-color: rgb(134,1,131); }
div.DivClassName
{
background-color: #860183;
}
.BgClassName
{
background-color: #860183;
}
</style>
border-color css
<style>
span { border-color: #860183; }
span { border-color: rgb(134,1,131); }
td.TdClassName
{
border-color: #860183;
}
.TagClassName
{
border-color: #860183;
}
</style>