Shades of Dark Purple #83237C
Tints of Dark Purple #83237C
RGB
CMYK
RGB Variations
Color information
#83237C (or 0x83237C) is known color: Dark Purple. HEX triplet: 83, 23 and 7C. RGB value is (131,35,124). Sum of RGB (Red+Green+Blue) = 131+35+124=290 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.17% from 290); Green value is 35 (14.06% from 255 or 12.07% from 290); Blue value is 124 (48.83% from 255 or 42.76% from 290); Max value from RGB is 131 - color contains mainly: red. Hex color #83237C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83237C is #7CDC83. Grayscale: #494949. Windows color (decimal): -8182916 or 8135555. OLE color: 8135555.
HSL color Cylindrical-coordinate representation of color #83237C: hue angle of 304.38º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #83237C is Cyan = 0, Magento = 0.73, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 35 | 124 | - |
| CMYK | 0 | 0.73 | 0.05 | 0.49 |
| HSL | 304.38º | 0.58% | 0.33% | - |
| HSV(B) | 304.38º | 0.73% | 0.51% | - |
| XYZ | 13.6 | 7.48 | 19.8 | - |
| YUV | 73.85 | 156.3 | 168.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 35 | 124 | 0 | 0.73 | 0.05 | 0.49 | 304.38 | 0.58 | 0.33 |
| Hex | 83 | 23 | 7C | 0 | 49 | 5 | 31 | 130 | 3A | 21 |
| Octal | 203 | 43 | 174 | 0 | 111 | 5 | 61 | 460 | 72 | 41 |
| Binary | 10000011 | 100011 | 1111100 | 0 | 1001001 | 101 | 110001 | 100110000 | 111010 | 100001 |
Color Harmonies of #83237C
Complementary color
Monochromatic Colors of #83237C
Black with #83237C
Text Example
Text Example
White with #83237C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83237C; }
p { color: rgb(131,35,124); }
H1.HeaderClassName
{
color: #83237C;
}
.AnyTagClassName
{
color: #83237C;
}
</style>
background-color css
<style>
a { background-color: #83237C; }
a { background-color: rgb(131,35,124); }
div.DivClassName
{
background-color: #83237C;
}
.BgClassName
{
background-color: #83237C;
}
</style>
border-color css
<style>
span { border-color: #83237C; }
span { border-color: rgb(131,35,124); }
td.TdClassName
{
border-color: #83237C;
}
.TagClassName
{
border-color: #83237C;
}
</style>