Shades of Dark Purple #83217F
Tints of Dark Purple #83217F
RGB
CMYK
RGB Variations
Color information
#83217F (or 0x83217F) is known color: Dark Purple. HEX triplet: 83, 21 and 7F. RGB value is (131,33,127). Sum of RGB (Red+Green+Blue) = 131+33+127=291 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.02% from 291); Green value is 33 (13.28% from 255 or 11.34% from 291); Blue value is 127 (50% from 255 or 43.64% from 291); Max value from RGB is 131 - color contains mainly: red. Hex color #83217F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83217F is #7CDE80. Grayscale: #484848. Windows color (decimal): -8183425 or 8331651. OLE color: 8331651.
HSL color Cylindrical-coordinate representation of color #83217F: hue angle of 302.45º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #83217F is Cyan = 0, Magento = 0.75, Yellow = 0.03 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 33 | 127 | - |
| CMYK | 0 | 0.75 | 0.03 | 0.49 |
| HSL | 302.45º | 0.6% | 0.32% | - |
| HSV(B) | 302.45º | 0.75% | 0.51% | - |
| XYZ | 13.73 | 7.45 | 20.79 | - |
| YUV | 73.02 | 158.47 | 169.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 33 | 127 | 0 | 0.75 | 0.03 | 0.49 | 302.45 | 0.6 | 0.32 |
| Hex | 83 | 21 | 7F | 0 | 4B | 3 | 31 | 12E | 3C | 20 |
| Octal | 203 | 41 | 177 | 0 | 113 | 3 | 61 | 456 | 74 | 40 |
| Binary | 10000011 | 100001 | 1111111 | 0 | 1001011 | 11 | 110001 | 100101110 | 111100 | 100000 |
Color Harmonies of #83217F
Complementary color
Monochromatic Colors of #83217F
Black with #83217F
Text Example
Text Example
White with #83217F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83217F; }
p { color: rgb(131,33,127); }
H1.HeaderClassName
{
color: #83217F;
}
.AnyTagClassName
{
color: #83217F;
}
</style>
background-color css
<style>
a { background-color: #83217F; }
a { background-color: rgb(131,33,127); }
div.DivClassName
{
background-color: #83217F;
}
.BgClassName
{
background-color: #83217F;
}
</style>
border-color css
<style>
span { border-color: #83217F; }
span { border-color: rgb(131,33,127); }
td.TdClassName
{
border-color: #83217F;
}
.TagClassName
{
border-color: #83217F;
}
</style>