Shades of Purple #83087C
Tints of Purple #83087C
RGB
CMYK
RGB Variations
Color information
#83087C (or 0x83087C) is known color: Purple. HEX triplet: 83, 08 and 7C. RGB value is (131,8,124). Sum of RGB (Red+Green+Blue) = 131+8+124=263 (34% of max value = 765). Red value is 131 (51.56% from 255 or 49.81% from 263); Green value is 8 (3.52% from 255 or 3.04% from 263); Blue value is 124 (48.83% from 255 or 47.15% from 263); Max value from RGB is 131 - color contains mainly: red. Hex color #83087C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #83087C is #7CF783. Grayscale: #393939. Windows color (decimal): -8189828 or 8128643. OLE color: 8128643.
HSL color Cylindrical-coordinate representation of color #83087C: hue angle of 303.41º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #83087C is Cyan = 0, Magento = 0.94, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 8 | 124 | - |
| CMYK | 0 | 0.94 | 0.05 | 0.49 |
| HSL | 303.41º | 0.88% | 0.27% | - |
| HSV(B) | 303.41º | 0.94% | 0.51% | - |
| XYZ | 13.09 | 6.45 | 19.62 | - |
| YUV | 58 | 165.25 | 180.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 8 | 124 | 0 | 0.94 | 0.05 | 0.49 | 303.41 | 0.88 | 0.27 |
| Hex | 83 | 8 | 7C | 0 | 5E | 5 | 31 | 12F | 58 | 1B |
| Octal | 203 | 10 | 174 | 0 | 136 | 5 | 61 | 457 | 130 | 33 |
| Binary | 10000011 | 1000 | 1111100 | 0 | 1011110 | 101 | 110001 | 100101111 | 1011000 | 11011 |
Color Harmonies of #83087C
Complementary color
Monochromatic Colors of #83087C
Black with #83087C
Text Example
Text Example
White with #83087C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83087C; }
p { color: rgb(131,8,124); }
H1.HeaderClassName
{
color: #83087C;
}
.AnyTagClassName
{
color: #83087C;
}
</style>
background-color css
<style>
a { background-color: #83087C; }
a { background-color: rgb(131,8,124); }
div.DivClassName
{
background-color: #83087C;
}
.BgClassName
{
background-color: #83087C;
}
</style>
border-color css
<style>
span { border-color: #83087C; }
span { border-color: rgb(131,8,124); }
td.TdClassName
{
border-color: #83087C;
}
.TagClassName
{
border-color: #83087C;
}
</style>