Shades of Dark Purple #83237F
Tints of Dark Purple #83237F
RGB
CMYK
RGB Variations
Color information
#83237F (or 0x83237F) is known color: Dark Purple. HEX triplet: 83, 23 and 7F. RGB value is (131,35,127). Sum of RGB (Red+Green+Blue) = 131+35+127=293 (38% of max value = 765). Red value is 131 (51.56% from 255 or 44.71% from 293); Green value is 35 (14.06% from 255 or 11.95% from 293); Blue value is 127 (50% from 255 or 43.34% from 293); Max value from RGB is 131 - color contains mainly: red. Hex color #83237F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83237F is #7CDC80. Grayscale: #494949. Windows color (decimal): -8182913 or 8332163. OLE color: 8332163.
HSL color Cylindrical-coordinate representation of color #83237F: hue angle of 302.5º 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 #83237F is Cyan = 0, Magento = 0.73, Yellow = 0.03 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 35 | 127 | - |
| CMYK | 0 | 0.73 | 0.03 | 0.49 |
| HSL | 302.5º | 0.58% | 0.33% | - |
| HSV(B) | 302.5º | 0.73% | 0.51% | - |
| XYZ | 13.79 | 7.56 | 20.81 | - |
| YUV | 74.19 | 157.8 | 168.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 35 | 127 | 0 | 0.73 | 0.03 | 0.49 | 302.5 | 0.58 | 0.33 |
| Hex | 83 | 23 | 7F | 0 | 49 | 3 | 31 | 12E | 3A | 21 |
| Octal | 203 | 43 | 177 | 0 | 111 | 3 | 61 | 456 | 72 | 41 |
| Binary | 10000011 | 100011 | 1111111 | 0 | 1001001 | 11 | 110001 | 100101110 | 111010 | 100001 |
Color Harmonies of #83237F
Complementary color
Monochromatic Colors of #83237F
Black with #83237F
Text Example
Text Example
White with #83237F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83237F; }
p { color: rgb(131,35,127); }
H1.HeaderClassName
{
color: #83237F;
}
.AnyTagClassName
{
color: #83237F;
}
</style>
background-color css
<style>
a { background-color: #83237F; }
a { background-color: rgb(131,35,127); }
div.DivClassName
{
background-color: #83237F;
}
.BgClassName
{
background-color: #83237F;
}
</style>
border-color css
<style>
span { border-color: #83237F; }
span { border-color: rgb(131,35,127); }
td.TdClassName
{
border-color: #83237F;
}
.TagClassName
{
border-color: #83237F;
}
</style>