Shades of Purple #83087E
Tints of Purple #83087E
RGB
CMYK
RGB Variations
Color information
#83087E (or 0x83087E) is known color: Purple. HEX triplet: 83, 08 and 7E. RGB value is (131,8,126). Sum of RGB (Red+Green+Blue) = 131+8+126=265 (35% of max value = 765). Red value is 131 (51.56% from 255 or 49.43% from 265); Green value is 8 (3.52% from 255 or 3.02% from 265); Blue value is 126 (49.61% from 255 or 47.55% from 265); Max value from RGB is 131 - color contains mainly: red. Hex color #83087E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #83087E is #7CF781. Grayscale: #393939. Windows color (decimal): -8189826 or 8259715. OLE color: 8259715.
HSL color Cylindrical-coordinate representation of color #83087E: hue angle of 302.44º 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 #83087E is Cyan = 0, Magento = 0.94, Yellow = 0.04 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 8 | 126 | - |
| CMYK | 0 | 0.94 | 0.04 | 0.49 |
| HSL | 302.44º | 0.88% | 0.27% | - |
| HSV(B) | 302.44º | 0.94% | 0.51% | - |
| XYZ | 13.21 | 6.51 | 20.3 | - |
| YUV | 58.23 | 166.25 | 179.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 8 | 126 | 0 | 0.94 | 0.04 | 0.49 | 302.44 | 0.88 | 0.27 |
| Hex | 83 | 8 | 7E | 0 | 5E | 4 | 31 | 12E | 58 | 1B |
| Octal | 203 | 10 | 176 | 0 | 136 | 4 | 61 | 456 | 130 | 33 |
| Binary | 10000011 | 1000 | 1111110 | 0 | 1011110 | 100 | 110001 | 100101110 | 1011000 | 11011 |
Color Harmonies of #83087E
Complementary color
Monochromatic Colors of #83087E
Black with #83087E
Text Example
Text Example
White with #83087E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83087E; }
p { color: rgb(131,8,126); }
H1.HeaderClassName
{
color: #83087E;
}
.AnyTagClassName
{
color: #83087E;
}
</style>
background-color css
<style>
a { background-color: #83087E; }
a { background-color: rgb(131,8,126); }
div.DivClassName
{
background-color: #83087E;
}
.BgClassName
{
background-color: #83087E;
}
</style>
border-color css
<style>
span { border-color: #83087E; }
span { border-color: rgb(131,8,126); }
td.TdClassName
{
border-color: #83087E;
}
.TagClassName
{
border-color: #83087E;
}
</style>