Shades of Purple #83097F
Tints of Purple #83097F
RGB
CMYK
RGB Variations
Color information
#83097F (or 0x83097F) is known color: Purple. HEX triplet: 83, 09 and 7F. RGB value is (131,9,127). Sum of RGB (Red+Green+Blue) = 131+9+127=267 (35% of max value = 765). Red value is 131 (51.56% from 255 or 49.06% from 267); Green value is 9 (3.91% from 255 or 3.37% from 267); Blue value is 127 (50% from 255 or 47.57% from 267); Max value from RGB is 131 - color contains mainly: red. Hex color #83097F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #83097F is #7CF680. Grayscale: #3A3A3A. Windows color (decimal): -8189569 or 8325507. OLE color: 8325507.
HSL color Cylindrical-coordinate representation of color #83097F: hue angle of 301.97º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #83097F is Cyan = 0, Magento = 0.93, Yellow = 0.03 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 9 | 127 | - |
| CMYK | 0 | 0.93 | 0.03 | 0.49 |
| HSL | 301.97º | 0.87% | 0.27% | - |
| HSV(B) | 301.97º | 0.93% | 0.51% | - |
| XYZ | 13.29 | 6.55 | 20.64 | - |
| YUV | 58.93 | 166.42 | 179.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 9 | 127 | 0 | 0.93 | 0.03 | 0.49 | 301.97 | 0.87 | 0.27 |
| Hex | 83 | 9 | 7F | 0 | 5D | 3 | 31 | 12E | 57 | 1B |
| Octal | 203 | 11 | 177 | 0 | 135 | 3 | 61 | 456 | 127 | 33 |
| Binary | 10000011 | 1001 | 1111111 | 0 | 1011101 | 11 | 110001 | 100101110 | 1010111 | 11011 |
Color Harmonies of #83097F
Complementary color
Monochromatic Colors of #83097F
Black with #83097F
Text Example
Text Example
White with #83097F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83097F; }
p { color: rgb(131,9,127); }
H1.HeaderClassName
{
color: #83097F;
}
.AnyTagClassName
{
color: #83097F;
}
</style>
background-color css
<style>
a { background-color: #83097F; }
a { background-color: rgb(131,9,127); }
div.DivClassName
{
background-color: #83097F;
}
.BgClassName
{
background-color: #83097F;
}
</style>
border-color css
<style>
span { border-color: #83097F; }
span { border-color: rgb(131,9,127); }
td.TdClassName
{
border-color: #83097F;
}
.TagClassName
{
border-color: #83097F;
}
</style>