Shades of Purple #831285
Tints of Purple #831285
RGB
CMYK
RGB Variations
Color information
#831285 (or 0x831285) is known color: Purple. HEX triplet: 83, 12 and 85. RGB value is (131,18,133). Sum of RGB (Red+Green+Blue) = 131+18+133=282 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.45% from 282); Green value is 18 (7.42% from 255 or 6.38% from 282); Blue value is 133 (52.34% from 255 or 47.16% from 282); Max value from RGB is 133 - color contains mainly: blue. Hex color #831285 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #831285 is #7CED7A. Grayscale: #404040. Windows color (decimal): -8187259 or 8721027. OLE color: 8721027.
HSL color Cylindrical-coordinate representation of color #831285: hue angle of 298.96º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #831285 is Cyan = 0.02, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 131 | 18 | 133 | - |
| CMYK | 0.02 | 0.86 | 0 | 0.48 |
| HSL | 298.96º | 0.76% | 0.3% | - |
| HSV(B) | 298.96º | 0.86% | 0.52% | - |
| XYZ | 13.81 | 6.95 | 22.8 | - |
| YUV | 64.9 | 166.44 | 175.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 18 | 133 | 0.02 | 0.86 | 0 | 0.48 | 298.96 | 0.76 | 0.3 |
| Hex | 83 | 12 | 85 | 2 | 56 | 0 | 30 | 12B | 4C | 1E |
| Octal | 203 | 22 | 205 | 2 | 126 | 0 | 60 | 453 | 114 | 36 |
| Binary | 10000011 | 10010 | 10000101 | 10 | 1010110 | 0 | 110000 | 100101011 | 1001100 | 11110 |
Color Harmonies of #831285
Complementary color
Monochromatic Colors of #831285
Black with #831285
Text Example
Text Example
White with #831285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #831285; }
p { color: rgb(131,18,133); }
H1.HeaderClassName
{
color: #831285;
}
.AnyTagClassName
{
color: #831285;
}
</style>
background-color css
<style>
a { background-color: #831285; }
a { background-color: rgb(131,18,133); }
div.DivClassName
{
background-color: #831285;
}
.BgClassName
{
background-color: #831285;
}
</style>
border-color css
<style>
span { border-color: #831285; }
span { border-color: rgb(131,18,133); }
td.TdClassName
{
border-color: #831285;
}
.TagClassName
{
border-color: #831285;
}
</style>