Shades of Purple #830182
Tints of Purple #830182
RGB
CMYK
RGB Variations
Color information
#830182 (or 0x830182) is known color: Purple. HEX triplet: 83, 01 and 82. RGB value is (131,1,130). Sum of RGB (Red+Green+Blue) = 131+1+130=262 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50% from 262); Green value is 1 (0.78% from 255 or 0.38% from 262); Blue value is 130 (51.17% from 255 or 49.62% from 262); Max value from RGB is 131 - color contains mainly: red. Hex color #830182 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830182 is #7CFE7D. Grayscale: #363636. Windows color (decimal): -8191614 or 8520067. OLE color: 8520067.
HSL color Cylindrical-coordinate representation of color #830182: hue angle of 300.46º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #830182 is Cyan = 0, Magento = 0.99, Yellow = 0.01 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 1 | 130 | - |
| CMYK | 0 | 0.99 | 0.01 | 0.49 |
| HSL | 300.46º | 0.98% | 0.26% | - |
| HSV(B) | 300.46º | 0.99% | 0.51% | - |
| XYZ | 13.4 | 6.46 | 21.66 | - |
| YUV | 54.58 | 170.57 | 182.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 1 | 130 | 0 | 0.99 | 0.01 | 0.49 | 300.46 | 0.98 | 0.26 |
| Hex | 83 | 1 | 82 | 0 | 63 | 1 | 31 | 12C | 62 | 1A |
| Octal | 203 | 1 | 202 | 0 | 143 | 1 | 61 | 454 | 142 | 32 |
| Binary | 10000011 | 1 | 10000010 | 0 | 1100011 | 1 | 110001 | 100101100 | 1100010 | 11010 |
Color Harmonies of #830182
Complementary color
Monochromatic Colors of #830182
Black with #830182
Text Example
Text Example
White with #830182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830182; }
p { color: rgb(131,1,130); }
H1.HeaderClassName
{
color: #830182;
}
.AnyTagClassName
{
color: #830182;
}
</style>
background-color css
<style>
a { background-color: #830182; }
a { background-color: rgb(131,1,130); }
div.DivClassName
{
background-color: #830182;
}
.BgClassName
{
background-color: #830182;
}
</style>
border-color css
<style>
span { border-color: #830182; }
span { border-color: rgb(131,1,130); }
td.TdClassName
{
border-color: #830182;
}
.TagClassName
{
border-color: #830182;
}
</style>