Shades of Dark Purple #83247E
Tints of Dark Purple #83247E
RGB
CMYK
RGB Variations
Color information
#83247E (or 0x83247E) is known color: Dark Purple. HEX triplet: 83, 24 and 7E. RGB value is (131,36,126). Sum of RGB (Red+Green+Blue) = 131+36+126=293 (38% of max value = 765). Red value is 131 (51.56% from 255 or 44.71% from 293); Green value is 36 (14.45% from 255 or 12.29% from 293); Blue value is 126 (49.61% from 255 or 43.00% from 293); Max value from RGB is 131 - color contains mainly: red. Hex color #83247E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83247E is #7CDB81. Grayscale: #4A4A4A. Windows color (decimal): -8182658 or 8266883. OLE color: 8266883.
HSL color Cylindrical-coordinate representation of color #83247E: hue angle of 303.16º degrees, saturation: 0.57, 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 #83247E is Cyan = 0, Magento = 0.73, Yellow = 0.04 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 36 | 126 | - |
| CMYK | 0 | 0.73 | 0.04 | 0.49 |
| HSL | 303.16º | 0.57% | 0.33% | - |
| HSV(B) | 303.16º | 0.73% | 0.51% | - |
| XYZ | 13.76 | 7.59 | 20.48 | - |
| YUV | 74.67 | 156.97 | 168.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 36 | 126 | 0 | 0.73 | 0.04 | 0.49 | 303.16 | 0.57 | 0.33 |
| Hex | 83 | 24 | 7E | 0 | 49 | 4 | 31 | 12F | 39 | 21 |
| Octal | 203 | 44 | 176 | 0 | 111 | 4 | 61 | 457 | 71 | 41 |
| Binary | 10000011 | 100100 | 1111110 | 0 | 1001001 | 100 | 110001 | 100101111 | 111001 | 100001 |
Color Harmonies of #83247E
Complementary color
Monochromatic Colors of #83247E
Black with #83247E
Text Example
Text Example
White with #83247E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83247E; }
p { color: rgb(131,36,126); }
H1.HeaderClassName
{
color: #83247E;
}
.AnyTagClassName
{
color: #83247E;
}
</style>
background-color css
<style>
a { background-color: #83247E; }
a { background-color: rgb(131,36,126); }
div.DivClassName
{
background-color: #83247E;
}
.BgClassName
{
background-color: #83247E;
}
</style>
border-color css
<style>
span { border-color: #83247E; }
span { border-color: rgb(131,36,126); }
td.TdClassName
{
border-color: #83247E;
}
.TagClassName
{
border-color: #83247E;
}
</style>