Shades of Dark Purple #83327E
Tints of Dark Purple #83327E
RGB
CMYK
RGB Variations
Color information
#83327E (or 0x83327E) is known color: Dark Purple. HEX triplet: 83, 32 and 7E. RGB value is (131,50,126). Sum of RGB (Red+Green+Blue) = 131+50+126=307 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.67% from 307); Green value is 50 (19.92% from 255 or 16.29% from 307); Blue value is 126 (49.61% from 255 or 41.04% from 307); Max value from RGB is 131 - color contains mainly: red. Hex color #83327E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83327E is #7CCD81. Grayscale: #525252. Windows color (decimal): -8179074 or 8270467. OLE color: 8270467.
HSL color Cylindrical-coordinate representation of color #83327E: hue angle of 303.7º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #83327E is Cyan = 0, Magento = 0.62, Yellow = 0.04 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 50 | 126 | - |
| CMYK | 0 | 0.62 | 0.04 | 0.49 |
| HSL | 303.7º | 0.45% | 0.35% | - |
| HSV(B) | 303.7º | 0.62% | 0.51% | - |
| XYZ | 14.27 | 8.61 | 20.65 | - |
| YUV | 82.88 | 152.34 | 162.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 50 | 126 | 0 | 0.62 | 0.04 | 0.49 | 303.7 | 0.45 | 0.35 |
| Hex | 83 | 32 | 7E | 0 | 3E | 4 | 31 | 130 | 2D | 23 |
| Octal | 203 | 62 | 176 | 0 | 76 | 4 | 61 | 460 | 55 | 43 |
| Binary | 10000011 | 110010 | 1111110 | 0 | 111110 | 100 | 110001 | 100110000 | 101101 | 100011 |
Color Harmonies of #83327E
Complementary color
Monochromatic Colors of #83327E
Black with #83327E
Text Example
Text Example
White with #83327E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83327E; }
p { color: rgb(131,50,126); }
H1.HeaderClassName
{
color: #83327E;
}
.AnyTagClassName
{
color: #83327E;
}
</style>
background-color css
<style>
a { background-color: #83327E; }
a { background-color: rgb(131,50,126); }
div.DivClassName
{
background-color: #83327E;
}
.BgClassName
{
background-color: #83327E;
}
</style>
border-color css
<style>
span { border-color: #83327E; }
span { border-color: rgb(131,50,126); }
td.TdClassName
{
border-color: #83327E;
}
.TagClassName
{
border-color: #83327E;
}
</style>