Shades of Purple #830874
Tints of Purple #830874
RGB
CMYK
RGB Variations
Color information
#830874 (or 0x830874) is known color: Purple. HEX triplet: 83, 08 and 74. RGB value is (131,8,116). Sum of RGB (Red+Green+Blue) = 131+8+116=255 (33% of max value = 765). Red value is 131 (51.56% from 255 or 51.37% from 255); Green value is 8 (3.52% from 255 or 3.14% from 255); Blue value is 116 (45.70% from 255 or 45.49% from 255); Max value from RGB is 131 - color contains mainly: red. Hex color #830874 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830874 is #7CF78B. Grayscale: #383838. Windows color (decimal): -8189836 or 7604355. OLE color: 7604355.
HSL color Cylindrical-coordinate representation of color #830874: hue angle of 307.32º 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 #830874 is Cyan = 0, Magento = 0.94, Yellow = 0.11 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 8 | 116 | - |
| CMYK | 0 | 0.94 | 0.11 | 0.49 |
| HSL | 307.32º | 0.88% | 0.27% | - |
| HSV(B) | 307.32º | 0.94% | 0.51% | - |
| XYZ | 12.6 | 6.26 | 17.07 | - |
| YUV | 57.09 | 161.25 | 180.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 8 | 116 | 0 | 0.94 | 0.11 | 0.49 | 307.32 | 0.88 | 0.27 |
| Hex | 83 | 8 | 74 | 0 | 5E | B | 31 | 133 | 58 | 1B |
| Octal | 203 | 10 | 164 | 0 | 136 | 13 | 61 | 463 | 130 | 33 |
| Binary | 10000011 | 1000 | 1110100 | 0 | 1011110 | 1011 | 110001 | 100110011 | 1011000 | 11011 |
Color Harmonies of #830874
Complementary color
Monochromatic Colors of #830874
Black with #830874
Text Example
Text Example
White with #830874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830874; }
p { color: rgb(131,8,116); }
H1.HeaderClassName
{
color: #830874;
}
.AnyTagClassName
{
color: #830874;
}
</style>
background-color css
<style>
a { background-color: #830874; }
a { background-color: rgb(131,8,116); }
div.DivClassName
{
background-color: #830874;
}
.BgClassName
{
background-color: #830874;
}
</style>
border-color css
<style>
span { border-color: #830874; }
span { border-color: rgb(131,8,116); }
td.TdClassName
{
border-color: #830874;
}
.TagClassName
{
border-color: #830874;
}
</style>