Shades of Purple #83097B
Tints of Purple #83097B
RGB
CMYK
RGB Variations
Color information
#83097B (or 0x83097B) is known color: Purple. HEX triplet: 83, 09 and 7B. RGB value is (131,9,123). Sum of RGB (Red+Green+Blue) = 131+9+123=263 (34% of max value = 765). Red value is 131 (51.56% from 255 or 49.81% from 263); Green value is 9 (3.91% from 255 or 3.42% from 263); Blue value is 123 (48.44% from 255 or 46.77% from 263); Max value from RGB is 131 - color contains mainly: red. Hex color #83097B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #83097B is #7CF684. Grayscale: #3A3A3A. Windows color (decimal): -8189573 or 8063363. OLE color: 8063363.
HSL color Cylindrical-coordinate representation of color #83097B: hue angle of 303.93º 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 #83097B is Cyan = 0, Magento = 0.93, Yellow = 0.06 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 9 | 123 | - |
| CMYK | 0 | 0.93 | 0.06 | 0.49 |
| HSL | 303.93º | 0.87% | 0.27% | - |
| HSV(B) | 303.93º | 0.93% | 0.51% | - |
| XYZ | 13.03 | 6.45 | 19.3 | - |
| YUV | 58.47 | 164.42 | 179.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 9 | 123 | 0 | 0.93 | 0.06 | 0.49 | 303.93 | 0.87 | 0.27 |
| Hex | 83 | 9 | 7B | 0 | 5D | 6 | 31 | 130 | 57 | 1B |
| Octal | 203 | 11 | 173 | 0 | 135 | 6 | 61 | 460 | 127 | 33 |
| Binary | 10000011 | 1001 | 1111011 | 0 | 1011101 | 110 | 110001 | 100110000 | 1010111 | 11011 |
Color Harmonies of #83097B
Complementary color
Monochromatic Colors of #83097B
Black with #83097B
Text Example
Text Example
White with #83097B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83097B; }
p { color: rgb(131,9,123); }
H1.HeaderClassName
{
color: #83097B;
}
.AnyTagClassName
{
color: #83097B;
}
</style>
background-color css
<style>
a { background-color: #83097B; }
a { background-color: rgb(131,9,123); }
div.DivClassName
{
background-color: #83097B;
}
.BgClassName
{
background-color: #83097B;
}
</style>
border-color css
<style>
span { border-color: #83097B; }
span { border-color: rgb(131,9,123); }
td.TdClassName
{
border-color: #83097B;
}
.TagClassName
{
border-color: #83097B;
}
</style>