Shades of Dark Purple #83317E
Tints of Dark Purple #83317E
RGB
CMYK
RGB Variations
Color information
#83317E (or 0x83317E) is known color: Dark Purple. HEX triplet: 83, 31 and 7E. RGB value is (131,49,126). Sum of RGB (Red+Green+Blue) = 131+49+126=306 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.81% from 306); Green value is 49 (19.53% from 255 or 16.01% from 306); Blue value is 126 (49.61% from 255 or 41.18% from 306); Max value from RGB is 131 - color contains mainly: red. Hex color #83317E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83317E is #7CCE81. Grayscale: #525252. Windows color (decimal): -8179330 or 8270211. OLE color: 8270211.
HSL color Cylindrical-coordinate representation of color #83317E: hue angle of 303.66º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #83317E is Cyan = 0, Magento = 0.63, Yellow = 0.04 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 49 | 126 | - |
| CMYK | 0 | 0.63 | 0.04 | 0.49 |
| HSL | 303.66º | 0.46% | 0.35% | - |
| HSV(B) | 303.66º | 0.63% | 0.51% | - |
| XYZ | 14.22 | 8.53 | 20.64 | - |
| YUV | 82.3 | 152.67 | 162.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 49 | 126 | 0 | 0.63 | 0.04 | 0.49 | 303.66 | 0.46 | 0.35 |
| Hex | 83 | 31 | 7E | 0 | 3F | 4 | 31 | 130 | 2E | 23 |
| Octal | 203 | 61 | 176 | 0 | 77 | 4 | 61 | 460 | 56 | 43 |
| Binary | 10000011 | 110001 | 1111110 | 0 | 111111 | 100 | 110001 | 100110000 | 101110 | 100011 |
Color Harmonies of #83317E
Complementary color
Monochromatic Colors of #83317E
Black with #83317E
Text Example
Text Example
White with #83317E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83317E; }
p { color: rgb(131,49,126); }
H1.HeaderClassName
{
color: #83317E;
}
.AnyTagClassName
{
color: #83317E;
}
</style>
background-color css
<style>
a { background-color: #83317E; }
a { background-color: rgb(131,49,126); }
div.DivClassName
{
background-color: #83317E;
}
.BgClassName
{
background-color: #83317E;
}
</style>
border-color css
<style>
span { border-color: #83317E; }
span { border-color: rgb(131,49,126); }
td.TdClassName
{
border-color: #83317E;
}
.TagClassName
{
border-color: #83317E;
}
</style>