Shades of Purple #830987
Tints of Purple #830987
RGB
CMYK
RGB Variations
Color information
#830987 (or 0x830987) is known color: Purple. HEX triplet: 83, 09 and 87. RGB value is (131,9,135). Sum of RGB (Red+Green+Blue) = 131+9+135=275 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.64% from 275); Green value is 9 (3.91% from 255 or 3.27% from 275); Blue value is 135 (53.12% from 255 or 49.09% from 275); Max value from RGB is 135 - color contains mainly: blue. Hex color #830987 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830987 is #7CF678. Grayscale: #3B3B3B. Windows color (decimal): -8189561 or 8849795. OLE color: 8849795.
HSL color Cylindrical-coordinate representation of color #830987: hue angle of 298.1º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #830987 is Cyan = 0.03, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 131 | 9 | 135 | - |
| CMYK | 0.03 | 0.93 | 0 | 0.47 |
| HSL | 298.1º | 0.88% | 0.28% | - |
| HSV(B) | 298.1º | 0.93% | 0.53% | - |
| XYZ | 13.83 | 6.77 | 23.5 | - |
| YUV | 59.84 | 170.42 | 178.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 9 | 135 | 0.03 | 0.93 | 0 | 0.47 | 298.1 | 0.88 | 0.28 |
| Hex | 83 | 9 | 87 | 3 | 5D | 0 | 2F | 12A | 58 | 1C |
| Octal | 203 | 11 | 207 | 3 | 135 | 0 | 57 | 452 | 130 | 34 |
| Binary | 10000011 | 1001 | 10000111 | 11 | 1011101 | 0 | 101111 | 100101010 | 1011000 | 11100 |
Color Harmonies of #830987
Complementary color
Monochromatic Colors of #830987
Black with #830987
Text Example
Text Example
White with #830987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830987; }
p { color: rgb(131,9,135); }
H1.HeaderClassName
{
color: #830987;
}
.AnyTagClassName
{
color: #830987;
}
</style>
background-color css
<style>
a { background-color: #830987; }
a { background-color: rgb(131,9,135); }
div.DivClassName
{
background-color: #830987;
}
.BgClassName
{
background-color: #830987;
}
</style>
border-color css
<style>
span { border-color: #830987; }
span { border-color: rgb(131,9,135); }
td.TdClassName
{
border-color: #830987;
}
.TagClassName
{
border-color: #830987;
}
</style>