Shades of Purple #830086
Tints of Purple #830086
RGB
CMYK
RGB Variations
Color information
#830086 (or 0x830086) is known color: Purple. HEX triplet: 83, 00 and 86. RGB value is (131,0,134). Sum of RGB (Red+Green+Blue) = 131+0+134=265 (35% of max value = 765). Red value is 131 (51.56% from 255 or 49.43% from 265); Green value is 0 (0.39% from 255 or 0% from 265); Blue value is 134 (52.73% from 255 or 50.57% from 265); Max value from RGB is 134 - color contains mainly: blue. Hex color #830086 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830086 is #7CFF79. Grayscale: #363636. Windows color (decimal): -8191866 or 8781955. OLE color: 8781955.
HSL color Cylindrical-coordinate representation of color #830086: hue angle of 298.66º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #830086 is Cyan = 0.02, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 131 | 0 | 134 | - |
| CMYK | 0.02 | 1 | 0 | 0.47 |
| HSL | 298.66º | 1% | 0.26% | - |
| HSV(B) | 298.66º | 1% | 0.53% | - |
| XYZ | 13.66 | 6.55 | 23.1 | - |
| YUV | 54.45 | 172.9 | 182.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 0 | 134 | 0.02 | 1 | 0 | 0.47 | 298.66 | 1 | 0.26 |
| Hex | 83 | 0 | 86 | 2 | 64 | 0 | 2F | 12B | 64 | 1A |
| Octal | 203 | 0 | 206 | 2 | 144 | 0 | 57 | 453 | 144 | 32 |
| Binary | 10000011 | 0 | 10000110 | 10 | 1100100 | 0 | 101111 | 100101011 | 1100100 | 11010 |
Color Harmonies of #830086
Complementary color
Monochromatic Colors of #830086
Black with #830086
Text Example
Text Example
White with #830086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830086; }
p { color: rgb(131,0,134); }
H1.HeaderClassName
{
color: #830086;
}
.AnyTagClassName
{
color: #830086;
}
</style>
background-color css
<style>
a { background-color: #830086; }
a { background-color: rgb(131,0,134); }
div.DivClassName
{
background-color: #830086;
}
.BgClassName
{
background-color: #830086;
}
</style>
border-color css
<style>
span { border-color: #830086; }
span { border-color: rgb(131,0,134); }
td.TdClassName
{
border-color: #830086;
}
.TagClassName
{
border-color: #830086;
}
</style>