Shades of Purple #830885
Tints of Purple #830885
RGB
CMYK
RGB Variations
Color information
#830885 (or 0x830885) is known color: Purple. HEX triplet: 83, 08 and 85. RGB value is (131,8,133). Sum of RGB (Red+Green+Blue) = 131+8+133=272 (36% of max value = 765). Red value is 131 (51.56% from 255 or 48.16% from 272); Green value is 8 (3.52% from 255 or 2.94% from 272); Blue value is 133 (52.34% from 255 or 48.90% from 272); Max value from RGB is 133 - color contains mainly: blue. Hex color #830885 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830885 is #7CF77A. Grayscale: #3A3A3A. Windows color (decimal): -8189819 or 8718467. OLE color: 8718467.
HSL color Cylindrical-coordinate representation of color #830885: hue angle of 299.04º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #830885 is Cyan = 0.02, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 131 | 8 | 133 | - |
| CMYK | 0.02 | 0.94 | 0 | 0.48 |
| HSL | 299.04º | 0.89% | 0.28% | - |
| HSV(B) | 299.04º | 0.94% | 0.52% | - |
| XYZ | 13.68 | 6.69 | 22.76 | - |
| YUV | 59.03 | 169.75 | 179.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 8 | 133 | 0.02 | 0.94 | 0 | 0.48 | 299.04 | 0.89 | 0.28 |
| Hex | 83 | 8 | 85 | 2 | 5E | 0 | 30 | 12B | 59 | 1C |
| Octal | 203 | 10 | 205 | 2 | 136 | 0 | 60 | 453 | 131 | 34 |
| Binary | 10000011 | 1000 | 10000101 | 10 | 1011110 | 0 | 110000 | 100101011 | 1011001 | 11100 |
Color Harmonies of #830885
Complementary color
Monochromatic Colors of #830885
Black with #830885
Text Example
Text Example
White with #830885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830885; }
p { color: rgb(131,8,133); }
H1.HeaderClassName
{
color: #830885;
}
.AnyTagClassName
{
color: #830885;
}
</style>
background-color css
<style>
a { background-color: #830885; }
a { background-color: rgb(131,8,133); }
div.DivClassName
{
background-color: #830885;
}
.BgClassName
{
background-color: #830885;
}
</style>
border-color css
<style>
span { border-color: #830885; }
span { border-color: rgb(131,8,133); }
td.TdClassName
{
border-color: #830885;
}
.TagClassName
{
border-color: #830885;
}
</style>