Shades of Purple #810083
Tints of Purple #810083
RGB
CMYK
RGB Variations
Color information
#810083 (or 0x810083) is known color: Purple. HEX triplet: 81, 00 and 83. RGB value is (129,0,131). Sum of RGB (Red+Green+Blue) = 129+0+131=260 (34% of max value = 765). Red value is 129 (50.78% from 255 or 49.62% from 260); Green value is 0 (0.39% from 255 or 0% from 260); Blue value is 131 (51.56% from 255 or 50.38% from 260); Max value from RGB is 131 - color contains mainly: blue. Hex color #810083 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #810083 is #7EFF7C. Grayscale: #353535. Windows color (decimal): -8322941 or 8585345. OLE color: 8585345.
HSL color Cylindrical-coordinate representation of color #810083: hue angle of 299.08º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #810083 is Cyan = 0.02, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 0 | 131 | - |
| CMYK | 0.02 | 1 | 0 | 0.49 |
| HSL | 299.08º | 1% | 0.26% | - |
| HSV(B) | 299.08º | 1% | 0.51% | - |
| XYZ | 13.15 | 6.31 | 22 | - |
| YUV | 53.51 | 171.74 | 181.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 0 | 131 | 0.02 | 1 | 0 | 0.49 | 299.08 | 1 | 0.26 |
| Hex | 81 | 0 | 83 | 2 | 64 | 0 | 31 | 12B | 64 | 1A |
| Octal | 201 | 0 | 203 | 2 | 144 | 0 | 61 | 453 | 144 | 32 |
| Binary | 10000001 | 0 | 10000011 | 10 | 1100100 | 0 | 110001 | 100101011 | 1100100 | 11010 |
Color Harmonies of #810083
Complementary color
Monochromatic Colors of #810083
Black with #810083
Text Example
Text Example
White with #810083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810083; }
p { color: rgb(129,0,131); }
H1.HeaderClassName
{
color: #810083;
}
.AnyTagClassName
{
color: #810083;
}
</style>
background-color css
<style>
a { background-color: #810083; }
a { background-color: rgb(129,0,131); }
div.DivClassName
{
background-color: #810083;
}
.BgClassName
{
background-color: #810083;
}
</style>
border-color css
<style>
span { border-color: #810083; }
span { border-color: rgb(129,0,131); }
td.TdClassName
{
border-color: #810083;
}
.TagClassName
{
border-color: #810083;
}
</style>