Shades of Dark Purple #83356B
Tints of Dark Purple #83356B
RGB
CMYK
RGB Variations
Color information
#83356B (or 0x83356B) is known color: Dark Purple. HEX triplet: 83, 35 and 6B. RGB value is (131,53,107). Sum of RGB (Red+Green+Blue) = 131+53+107=291 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.02% from 291); Green value is 53 (21.09% from 255 or 18.21% from 291); Blue value is 107 (42.19% from 255 or 36.77% from 291); Max value from RGB is 131 - color contains mainly: red. Hex color #83356B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83356B is #7CCA94. Grayscale: #525252. Windows color (decimal): -8178325 or 7026051. OLE color: 7026051.
HSL color Cylindrical-coordinate representation of color #83356B: hue angle of 318.46º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #83356B is Cyan = 0, Magento = 0.60, Yellow = 0.18 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 53 | 107 | - |
| CMYK | 0 | 0.60 | 0.18 | 0.49 |
| HSL | 318.46º | 0.42% | 0.36% | - |
| HSV(B) | 318.46º | 0.6% | 0.51% | - |
| XYZ | 13.29 | 8.43 | 14.84 | - |
| YUV | 82.48 | 141.84 | 162.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 53 | 107 | 0 | 0.60 | 0.18 | 0.49 | 318.46 | 0.42 | 0.36 |
| Hex | 83 | 35 | 6B | 0 | 3C | 12 | 31 | 13E | 2A | 24 |
| Octal | 203 | 65 | 153 | 0 | 74 | 22 | 61 | 476 | 52 | 44 |
| Binary | 10000011 | 110101 | 1101011 | 0 | 111100 | 10010 | 110001 | 100111110 | 101010 | 100100 |
Color Harmonies of #83356B
Complementary color
Monochromatic Colors of #83356B
Black with #83356B
Text Example
Text Example
White with #83356B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83356B; }
p { color: rgb(131,53,107); }
H1.HeaderClassName
{
color: #83356B;
}
.AnyTagClassName
{
color: #83356B;
}
</style>
background-color css
<style>
a { background-color: #83356B; }
a { background-color: rgb(131,53,107); }
div.DivClassName
{
background-color: #83356B;
}
.BgClassName
{
background-color: #83356B;
}
</style>
border-color css
<style>
span { border-color: #83356B; }
span { border-color: rgb(131,53,107); }
td.TdClassName
{
border-color: #83356B;
}
.TagClassName
{
border-color: #83356B;
}
</style>