Shades of Purple #83016C
Tints of Purple #83016C
RGB
CMYK
RGB Variations
Color information
#83016C (or 0x83016C) is known color: Purple. HEX triplet: 83, 01 and 6C. RGB value is (131,1,108). Sum of RGB (Red+Green+Blue) = 131+1+108=240 (31% of max value = 765). Red value is 131 (51.56% from 255 or 54.58% from 240); Green value is 1 (0.78% from 255 or 0.42% from 240); Blue value is 108 (42.58% from 255 or 45% from 240); Max value from RGB is 131 - color contains mainly: red. Hex color #83016C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #83016C is #7CFE93. Grayscale: #333333. Windows color (decimal): -8191636 or 7078275. OLE color: 7078275.
HSL color Cylindrical-coordinate representation of color #83016C: hue angle of 310.62º 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 #83016C is Cyan = 0, Magento = 0.99, Yellow = 0.18 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 1 | 108 | - |
| CMYK | 0 | 0.99 | 0.18 | 0.49 |
| HSL | 310.62º | 0.98% | 0.26% | - |
| HSV(B) | 310.62º | 0.99% | 0.51% | - |
| XYZ | 12.08 | 5.93 | 14.7 | - |
| YUV | 52.07 | 159.57 | 184.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 1 | 108 | 0 | 0.99 | 0.18 | 0.49 | 310.62 | 0.98 | 0.26 |
| Hex | 83 | 1 | 6C | 0 | 63 | 12 | 31 | 137 | 62 | 1A |
| Octal | 203 | 1 | 154 | 0 | 143 | 22 | 61 | 467 | 142 | 32 |
| Binary | 10000011 | 1 | 1101100 | 0 | 1100011 | 10010 | 110001 | 100110111 | 1100010 | 11010 |
Color Harmonies of #83016C
Complementary color
Monochromatic Colors of #83016C
Black with #83016C
Text Example
Text Example
White with #83016C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83016C; }
p { color: rgb(131,1,108); }
H1.HeaderClassName
{
color: #83016C;
}
.AnyTagClassName
{
color: #83016C;
}
</style>
background-color css
<style>
a { background-color: #83016C; }
a { background-color: rgb(131,1,108); }
div.DivClassName
{
background-color: #83016C;
}
.BgClassName
{
background-color: #83016C;
}
</style>
border-color css
<style>
span { border-color: #83016C; }
span { border-color: rgb(131,1,108); }
td.TdClassName
{
border-color: #83016C;
}
.TagClassName
{
border-color: #83016C;
}
</style>