Shades of Purple #830979
Tints of Purple #830979
RGB
CMYK
RGB Variations
Color information
#830979 (or 0x830979) is known color: Purple. HEX triplet: 83, 09 and 79. RGB value is (131,9,121). Sum of RGB (Red+Green+Blue) = 131+9+121=261 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50.19% from 261); Green value is 9 (3.91% from 255 or 3.45% from 261); Blue value is 121 (47.66% from 255 or 46.36% from 261); Max value from RGB is 131 - color contains mainly: red. Hex color #830979 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830979 is #7CF686. Grayscale: #393939. Windows color (decimal): -8189575 or 7932291. OLE color: 7932291.
HSL color Cylindrical-coordinate representation of color #830979: hue angle of 304.92º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #830979 is Cyan = 0, Magento = 0.93, Yellow = 0.08 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 9 | 121 | - |
| CMYK | 0 | 0.93 | 0.08 | 0.49 |
| HSL | 304.92º | 0.87% | 0.27% | - |
| HSV(B) | 304.92º | 0.93% | 0.51% | - |
| XYZ | 12.91 | 6.4 | 18.64 | - |
| YUV | 58.25 | 163.42 | 179.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 9 | 121 | 0 | 0.93 | 0.08 | 0.49 | 304.92 | 0.87 | 0.27 |
| Hex | 83 | 9 | 79 | 0 | 5D | 8 | 31 | 131 | 57 | 1B |
| Octal | 203 | 11 | 171 | 0 | 135 | 10 | 61 | 461 | 127 | 33 |
| Binary | 10000011 | 1001 | 1111001 | 0 | 1011101 | 1000 | 110001 | 100110001 | 1010111 | 11011 |
Color Harmonies of #830979
Complementary color
Monochromatic Colors of #830979
Black with #830979
Text Example
Text Example
White with #830979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830979; }
p { color: rgb(131,9,121); }
H1.HeaderClassName
{
color: #830979;
}
.AnyTagClassName
{
color: #830979;
}
</style>
background-color css
<style>
a { background-color: #830979; }
a { background-color: rgb(131,9,121); }
div.DivClassName
{
background-color: #830979;
}
.BgClassName
{
background-color: #830979;
}
</style>
border-color css
<style>
span { border-color: #830979; }
span { border-color: rgb(131,9,121); }
td.TdClassName
{
border-color: #830979;
}
.TagClassName
{
border-color: #830979;
}
</style>