Shades of Purple #830873
Tints of Purple #830873
RGB
CMYK
RGB Variations
Color information
#830873 (or 0x830873) is known color: Purple. HEX triplet: 83, 08 and 73. RGB value is (131,8,115). Sum of RGB (Red+Green+Blue) = 131+8+115=254 (33% of max value = 765). Red value is 131 (51.56% from 255 or 51.57% from 254); Green value is 8 (3.52% from 255 or 3.15% from 254); Blue value is 115 (45.31% from 255 or 45.28% from 254); Max value from RGB is 131 - color contains mainly: red. Hex color #830873 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830873 is #7CF78C. Grayscale: #383838. Windows color (decimal): -8189837 or 7538819. OLE color: 7538819.
HSL color Cylindrical-coordinate representation of color #830873: hue angle of 307.8º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #830873 is Cyan = 0, Magento = 0.94, Yellow = 0.12 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 8 | 115 | - |
| CMYK | 0 | 0.94 | 0.12 | 0.49 |
| HSL | 307.8º | 0.88% | 0.27% | - |
| HSV(B) | 307.8º | 0.94% | 0.51% | - |
| XYZ | 12.54 | 6.24 | 16.76 | - |
| YUV | 56.98 | 160.75 | 180.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 8 | 115 | 0 | 0.94 | 0.12 | 0.49 | 307.8 | 0.88 | 0.27 |
| Hex | 83 | 8 | 73 | 0 | 5E | C | 31 | 134 | 58 | 1B |
| Octal | 203 | 10 | 163 | 0 | 136 | 14 | 61 | 464 | 130 | 33 |
| Binary | 10000011 | 1000 | 1110011 | 0 | 1011110 | 1100 | 110001 | 100110100 | 1011000 | 11011 |
Color Harmonies of #830873
Complementary color
Monochromatic Colors of #830873
Black with #830873
Text Example
Text Example
White with #830873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830873; }
p { color: rgb(131,8,115); }
H1.HeaderClassName
{
color: #830873;
}
.AnyTagClassName
{
color: #830873;
}
</style>
background-color css
<style>
a { background-color: #830873; }
a { background-color: rgb(131,8,115); }
div.DivClassName
{
background-color: #830873;
}
.BgClassName
{
background-color: #830873;
}
</style>
border-color css
<style>
span { border-color: #830873; }
span { border-color: rgb(131,8,115); }
td.TdClassName
{
border-color: #830873;
}
.TagClassName
{
border-color: #830873;
}
</style>