Shades of Purple #830E84
Tints of Purple #830E84
RGB
CMYK
RGB Variations
Color information
#830E84 (or 0x830E84) is known color: Purple. HEX triplet: 83, 0E and 84. RGB value is (131,14,132). Sum of RGB (Red+Green+Blue) = 131+14+132=277 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.29% from 277); Green value is 14 (5.86% from 255 or 5.05% from 277); Blue value is 132 (51.95% from 255 or 47.65% from 277); Max value from RGB is 132 - color contains mainly: blue. Hex color #830E84 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830E84 is #7CF17B. Grayscale: #3E3E3E. Windows color (decimal): -8188284 or 8654467. OLE color: 8654467.
HSL color Cylindrical-coordinate representation of color #830E84: hue angle of 299.49º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #830E84 is Cyan = 0.01, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 131 | 14 | 132 | - |
| CMYK | 0.01 | 0.89 | 0 | 0.48 |
| HSL | 299.49º | 0.81% | 0.29% | - |
| HSV(B) | 299.49º | 0.89% | 0.52% | - |
| XYZ | 13.68 | 6.81 | 22.42 | - |
| YUV | 62.44 | 167.26 | 176.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 14 | 132 | 0.01 | 0.89 | 0 | 0.48 | 299.49 | 0.81 | 0.29 |
| Hex | 83 | E | 84 | 1 | 59 | 0 | 30 | 12B | 51 | 1D |
| Octal | 203 | 16 | 204 | 1 | 131 | 0 | 60 | 453 | 121 | 35 |
| Binary | 10000011 | 1110 | 10000100 | 1 | 1011001 | 0 | 110000 | 100101011 | 1010001 | 11101 |
Color Harmonies of #830E84
Complementary color
Monochromatic Colors of #830E84
Black with #830E84
Text Example
Text Example
White with #830E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830E84; }
p { color: rgb(131,14,132); }
H1.HeaderClassName
{
color: #830E84;
}
.AnyTagClassName
{
color: #830E84;
}
</style>
background-color css
<style>
a { background-color: #830E84; }
a { background-color: rgb(131,14,132); }
div.DivClassName
{
background-color: #830E84;
}
.BgClassName
{
background-color: #830E84;
}
</style>
border-color css
<style>
span { border-color: #830E84; }
span { border-color: rgb(131,14,132); }
td.TdClassName
{
border-color: #830E84;
}
.TagClassName
{
border-color: #830E84;
}
</style>