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