Shades of Purple #83016D
Tints of Purple #83016D
RGB
CMYK
RGB Variations
Color information
#83016D (or 0x83016D) is known color: Purple. HEX triplet: 83, 01 and 6D. RGB value is (131,1,109). Sum of RGB (Red+Green+Blue) = 131+1+109=241 (31% of max value = 765). Red value is 131 (51.56% from 255 or 54.36% from 241); Green value is 1 (0.78% from 255 or 0.41% from 241); Blue value is 109 (42.97% from 255 or 45.23% from 241); Max value from RGB is 131 - color contains mainly: red. Hex color #83016D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #83016D is #7CFE92. Grayscale: #333333. Windows color (decimal): -8191635 or 7143811. OLE color: 7143811.
HSL color Cylindrical-coordinate representation of color #83016D: hue angle of 310.15º 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 #83016D is Cyan = 0, Magento = 0.99, Yellow = 0.17 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 1 | 109 | - |
| CMYK | 0 | 0.99 | 0.17 | 0.49 |
| HSL | 310.15º | 0.98% | 0.26% | - |
| HSV(B) | 310.15º | 0.99% | 0.51% | - |
| XYZ | 12.13 | 5.95 | 14.98 | - |
| YUV | 52.18 | 160.07 | 184.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 1 | 109 | 0 | 0.99 | 0.17 | 0.49 | 310.15 | 0.98 | 0.26 |
| Hex | 83 | 1 | 6D | 0 | 63 | 11 | 31 | 136 | 62 | 1A |
| Octal | 203 | 1 | 155 | 0 | 143 | 21 | 61 | 466 | 142 | 32 |
| Binary | 10000011 | 1 | 1101101 | 0 | 1100011 | 10001 | 110001 | 100110110 | 1100010 | 11010 |
Color Harmonies of #83016D
Complementary color
Monochromatic Colors of #83016D
Black with #83016D
Text Example
Text Example
White with #83016D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83016D; }
p { color: rgb(131,1,109); }
H1.HeaderClassName
{
color: #83016D;
}
.AnyTagClassName
{
color: #83016D;
}
</style>
background-color css
<style>
a { background-color: #83016D; }
a { background-color: rgb(131,1,109); }
div.DivClassName
{
background-color: #83016D;
}
.BgClassName
{
background-color: #83016D;
}
</style>
border-color css
<style>
span { border-color: #83016D; }
span { border-color: rgb(131,1,109); }
td.TdClassName
{
border-color: #83016D;
}
.TagClassName
{
border-color: #83016D;
}
</style>