Shades of Purple #830087
Tints of Purple #830087
RGB
CMYK
RGB Variations
Color information
#830087 (or 0x830087) is known color: Purple. HEX triplet: 83, 00 and 87. RGB value is (131,0,135). Sum of RGB (Red+Green+Blue) = 131+0+135=266 (35% of max value = 765). Red value is 131 (51.56% from 255 or 49.25% from 266); Green value is 0 (0.39% from 255 or 0% from 266); Blue value is 135 (53.12% from 255 or 50.75% from 266); Max value from RGB is 135 - color contains mainly: blue. Hex color #830087 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830087 is #7CFF78. Grayscale: #363636. Windows color (decimal): -8191865 or 8847491. OLE color: 8847491.
HSL color Cylindrical-coordinate representation of color #830087: hue angle of 298.22º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #830087 is Cyan = 0.03, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 131 | 0 | 135 | - |
| CMYK | 0.03 | 1 | 0 | 0.47 |
| HSL | 298.22º | 1% | 0.26% | - |
| HSV(B) | 298.22º | 1% | 0.53% | - |
| XYZ | 13.73 | 6.57 | 23.47 | - |
| YUV | 54.56 | 173.4 | 182.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 0 | 135 | 0.03 | 1 | 0 | 0.47 | 298.22 | 1 | 0.26 |
| Hex | 83 | 0 | 87 | 3 | 64 | 0 | 2F | 12A | 64 | 1A |
| Octal | 203 | 0 | 207 | 3 | 144 | 0 | 57 | 452 | 144 | 32 |
| Binary | 10000011 | 0 | 10000111 | 11 | 1100100 | 0 | 101111 | 100101010 | 1100100 | 11010 |
Color Harmonies of #830087
Complementary color
Monochromatic Colors of #830087
Black with #830087
Text Example
Text Example
White with #830087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830087; }
p { color: rgb(131,0,135); }
H1.HeaderClassName
{
color: #830087;
}
.AnyTagClassName
{
color: #830087;
}
</style>
background-color css
<style>
a { background-color: #830087; }
a { background-color: rgb(131,0,135); }
div.DivClassName
{
background-color: #830087;
}
.BgClassName
{
background-color: #830087;
}
</style>
border-color css
<style>
span { border-color: #830087; }
span { border-color: rgb(131,0,135); }
td.TdClassName
{
border-color: #830087;
}
.TagClassName
{
border-color: #830087;
}
</style>