Shades of Dark Purple #83137C
Tints of Dark Purple #83137C
RGB
CMYK
RGB Variations
Color information
#83137C (or 0x83137C) is known color: Dark Purple. HEX triplet: 83, 13 and 7C. RGB value is (131,19,124). Sum of RGB (Red+Green+Blue) = 131+19+124=274 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.81% from 274); Green value is 19 (7.81% from 255 or 6.93% from 274); Blue value is 124 (48.83% from 255 or 45.26% from 274); Max value from RGB is 131 - color contains mainly: red. Hex color #83137C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #83137C is #7CEC83. Grayscale: #404040. Windows color (decimal): -8187012 or 8131459. OLE color: 8131459.
HSL color Cylindrical-coordinate representation of color #83137C: hue angle of 303.75º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #83137C is Cyan = 0, Magento = 0.85, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 19 | 124 | - |
| CMYK | 0 | 0.85 | 0.05 | 0.49 |
| HSL | 303.75º | 0.75% | 0.29% | - |
| HSV(B) | 303.75º | 0.85% | 0.51% | - |
| XYZ | 13.23 | 6.75 | 19.67 | - |
| YUV | 64.46 | 161.61 | 175.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 19 | 124 | 0 | 0.85 | 0.05 | 0.49 | 303.75 | 0.75 | 0.29 |
| Hex | 83 | 13 | 7C | 0 | 55 | 5 | 31 | 130 | 4B | 1D |
| Octal | 203 | 23 | 174 | 0 | 125 | 5 | 61 | 460 | 113 | 35 |
| Binary | 10000011 | 10011 | 1111100 | 0 | 1010101 | 101 | 110001 | 100110000 | 1001011 | 11101 |
Color Harmonies of #83137C
Complementary color
Monochromatic Colors of #83137C
Black with #83137C
Text Example
Text Example
White with #83137C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83137C; }
p { color: rgb(131,19,124); }
H1.HeaderClassName
{
color: #83137C;
}
.AnyTagClassName
{
color: #83137C;
}
</style>
background-color css
<style>
a { background-color: #83137C; }
a { background-color: rgb(131,19,124); }
div.DivClassName
{
background-color: #83137C;
}
.BgClassName
{
background-color: #83137C;
}
</style>
border-color css
<style>
span { border-color: #83137C; }
span { border-color: rgb(131,19,124); }
td.TdClassName
{
border-color: #83137C;
}
.TagClassName
{
border-color: #83137C;
}
</style>