Shades of Purple #830485
Tints of Purple #830485
RGB
CMYK
RGB Variations
Color information
#830485 (or 0x830485) is known color: Purple. HEX triplet: 83, 04 and 85. RGB value is (131,4,133). Sum of RGB (Red+Green+Blue) = 131+4+133=268 (35% of max value = 765). Red value is 131 (51.56% from 255 or 48.88% from 268); Green value is 4 (1.95% from 255 or 1.49% from 268); Blue value is 133 (52.34% from 255 or 49.63% from 268); Max value from RGB is 133 - color contains mainly: blue. Hex color #830485 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830485 is #7CFB7A. Grayscale: #383838. Windows color (decimal): -8190843 or 8717443. OLE color: 8717443.
HSL color Cylindrical-coordinate representation of color #830485: hue angle of 299.07º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #830485 is Cyan = 0.02, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 131 | 4 | 133 | - |
| CMYK | 0.02 | 0.97 | 0 | 0.48 |
| HSL | 299.07º | 0.94% | 0.27% | - |
| HSV(B) | 299.07º | 0.97% | 0.52% | - |
| XYZ | 13.64 | 6.61 | 22.75 | - |
| YUV | 56.68 | 171.08 | 181.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 4 | 133 | 0.02 | 0.97 | 0 | 0.48 | 299.07 | 0.94 | 0.27 |
| Hex | 83 | 4 | 85 | 2 | 61 | 0 | 30 | 12B | 5E | 1B |
| Octal | 203 | 4 | 205 | 2 | 141 | 0 | 60 | 453 | 136 | 33 |
| Binary | 10000011 | 100 | 10000101 | 10 | 1100001 | 0 | 110000 | 100101011 | 1011110 | 11011 |
Color Harmonies of #830485
Complementary color
Monochromatic Colors of #830485
Black with #830485
Text Example
Text Example
White with #830485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830485; }
p { color: rgb(131,4,133); }
H1.HeaderClassName
{
color: #830485;
}
.AnyTagClassName
{
color: #830485;
}
</style>
background-color css
<style>
a { background-color: #830485; }
a { background-color: rgb(131,4,133); }
div.DivClassName
{
background-color: #830485;
}
.BgClassName
{
background-color: #830485;
}
</style>
border-color css
<style>
span { border-color: #830485; }
span { border-color: rgb(131,4,133); }
td.TdClassName
{
border-color: #830485;
}
.TagClassName
{
border-color: #830485;
}
</style>