Shades of Purple #830978
Tints of Purple #830978
RGB
CMYK
RGB Variations
Color information
#830978 (or 0x830978) is known color: Purple. HEX triplet: 83, 09 and 78. RGB value is (131,9,120). Sum of RGB (Red+Green+Blue) = 131+9+120=260 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50.38% from 260); Green value is 9 (3.91% from 255 or 3.46% from 260); Blue value is 120 (47.27% from 255 or 46.15% from 260); Max value from RGB is 131 - color contains mainly: red. Hex color #830978 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830978 is #7CF687. Grayscale: #393939. Windows color (decimal): -8189576 or 7866755. OLE color: 7866755.
HSL color Cylindrical-coordinate representation of color #830978: hue angle of 305.41º 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 #830978 is Cyan = 0, Magento = 0.93, Yellow = 0.08 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 9 | 120 | - |
| CMYK | 0 | 0.93 | 0.08 | 0.49 |
| HSL | 305.41º | 0.87% | 0.27% | - |
| HSV(B) | 305.41º | 0.93% | 0.51% | - |
| XYZ | 12.85 | 6.38 | 18.32 | - |
| YUV | 58.13 | 162.92 | 179.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 9 | 120 | 0 | 0.93 | 0.08 | 0.49 | 305.41 | 0.87 | 0.27 |
| Hex | 83 | 9 | 78 | 0 | 5D | 8 | 31 | 131 | 57 | 1B |
| Octal | 203 | 11 | 170 | 0 | 135 | 10 | 61 | 461 | 127 | 33 |
| Binary | 10000011 | 1001 | 1111000 | 0 | 1011101 | 1000 | 110001 | 100110001 | 1010111 | 11011 |
Color Harmonies of #830978
Complementary color
Monochromatic Colors of #830978
Black with #830978
Text Example
Text Example
White with #830978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830978; }
p { color: rgb(131,9,120); }
H1.HeaderClassName
{
color: #830978;
}
.AnyTagClassName
{
color: #830978;
}
</style>
background-color css
<style>
a { background-color: #830978; }
a { background-color: rgb(131,9,120); }
div.DivClassName
{
background-color: #830978;
}
.BgClassName
{
background-color: #830978;
}
</style>
border-color css
<style>
span { border-color: #830978; }
span { border-color: rgb(131,9,120); }
td.TdClassName
{
border-color: #830978;
}
.TagClassName
{
border-color: #830978;
}
</style>