Shades of Dark Purple #83237D
Tints of Dark Purple #83237D
RGB
CMYK
RGB Variations
Color information
#83237D (or 0x83237D) is known color: Dark Purple. HEX triplet: 83, 23 and 7D. RGB value is (131,35,125). Sum of RGB (Red+Green+Blue) = 131+35+125=291 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.02% from 291); Green value is 35 (14.06% from 255 or 12.03% from 291); Blue value is 125 (49.22% from 255 or 42.96% from 291); Max value from RGB is 131 - color contains mainly: red. Hex color #83237D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83237D is #7CDC82. Grayscale: #494949. Windows color (decimal): -8182915 or 8201091. OLE color: 8201091.
HSL color Cylindrical-coordinate representation of color #83237D: hue angle of 303.75º 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 #83237D is Cyan = 0, Magento = 0.73, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 35 | 125 | - |
| CMYK | 0 | 0.73 | 0.05 | 0.49 |
| HSL | 303.75º | 0.58% | 0.33% | - |
| HSV(B) | 303.75º | 0.73% | 0.51% | - |
| XYZ | 13.66 | 7.51 | 20.13 | - |
| YUV | 73.96 | 156.8 | 168.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 35 | 125 | 0 | 0.73 | 0.05 | 0.49 | 303.75 | 0.58 | 0.33 |
| Hex | 83 | 23 | 7D | 0 | 49 | 5 | 31 | 130 | 3A | 21 |
| Octal | 203 | 43 | 175 | 0 | 111 | 5 | 61 | 460 | 72 | 41 |
| Binary | 10000011 | 100011 | 1111101 | 0 | 1001001 | 101 | 110001 | 100110000 | 111010 | 100001 |
Color Harmonies of #83237D
Complementary color
Monochromatic Colors of #83237D
Black with #83237D
Text Example
Text Example
White with #83237D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83237D; }
p { color: rgb(131,35,125); }
H1.HeaderClassName
{
color: #83237D;
}
.AnyTagClassName
{
color: #83237D;
}
</style>
background-color css
<style>
a { background-color: #83237D; }
a { background-color: rgb(131,35,125); }
div.DivClassName
{
background-color: #83237D;
}
.BgClassName
{
background-color: #83237D;
}
</style>
border-color css
<style>
span { border-color: #83237D; }
span { border-color: rgb(131,35,125); }
td.TdClassName
{
border-color: #83237D;
}
.TagClassName
{
border-color: #83237D;
}
</style>