Shades of Purple #830982
Tints of Purple #830982
RGB
CMYK
RGB Variations
Color information
#830982 (or 0x830982) is known color: Purple. HEX triplet: 83, 09 and 82. RGB value is (131,9,130). Sum of RGB (Red+Green+Blue) = 131+9+130=270 (35% of max value = 765). Red value is 131 (51.56% from 255 or 48.52% from 270); Green value is 9 (3.91% from 255 or 3.33% from 270); Blue value is 130 (51.17% from 255 or 48.15% from 270); Max value from RGB is 131 - color contains mainly: red. Hex color #830982 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830982 is #7CF67D. Grayscale: #3A3A3A. Windows color (decimal): -8189566 or 8522115. OLE color: 8522115.
HSL color Cylindrical-coordinate representation of color #830982: hue angle of 300.49º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #830982 is Cyan = 0, Magento = 0.93, Yellow = 0.01 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 9 | 130 | - |
| CMYK | 0 | 0.93 | 0.01 | 0.49 |
| HSL | 300.49º | 0.87% | 0.27% | - |
| HSV(B) | 300.49º | 0.93% | 0.51% | - |
| XYZ | 13.49 | 6.63 | 21.69 | - |
| YUV | 59.27 | 167.92 | 179.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 9 | 130 | 0 | 0.93 | 0.01 | 0.49 | 300.49 | 0.87 | 0.27 |
| Hex | 83 | 9 | 82 | 0 | 5D | 1 | 31 | 12C | 57 | 1B |
| Octal | 203 | 11 | 202 | 0 | 135 | 1 | 61 | 454 | 127 | 33 |
| Binary | 10000011 | 1001 | 10000010 | 0 | 1011101 | 1 | 110001 | 100101100 | 1010111 | 11011 |
Color Harmonies of #830982
Complementary color
Monochromatic Colors of #830982
Black with #830982
Text Example
Text Example
White with #830982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830982; }
p { color: rgb(131,9,130); }
H1.HeaderClassName
{
color: #830982;
}
.AnyTagClassName
{
color: #830982;
}
</style>
background-color css
<style>
a { background-color: #830982; }
a { background-color: rgb(131,9,130); }
div.DivClassName
{
background-color: #830982;
}
.BgClassName
{
background-color: #830982;
}
</style>
border-color css
<style>
span { border-color: #830982; }
span { border-color: rgb(131,9,130); }
td.TdClassName
{
border-color: #830982;
}
.TagClassName
{
border-color: #830982;
}
</style>