Shades of Dark Purple #83246B
Tints of Dark Purple #83246B
RGB
CMYK
RGB Variations
Color information
#83246B (or 0x83246B) is known color: Dark Purple. HEX triplet: 83, 24 and 6B. RGB value is (131,36,107). Sum of RGB (Red+Green+Blue) = 131+36+107=274 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.81% from 274); Green value is 36 (14.45% from 255 or 13.14% from 274); Blue value is 107 (42.19% from 255 or 39.05% from 274); Max value from RGB is 131 - color contains mainly: red. Hex color #83246B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83246B is #7CDB94. Grayscale: #484848. Windows color (decimal): -8182677 or 7021699. OLE color: 7021699.
HSL color Cylindrical-coordinate representation of color #83246B: hue angle of 315.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 #83246B is Cyan = 0, Magento = 0.73, Yellow = 0.18 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 36 | 107 | - |
| CMYK | 0 | 0.73 | 0.18 | 0.49 |
| HSL | 315.16º | 0.57% | 0.33% | - |
| HSV(B) | 315.16º | 0.73% | 0.51% | - |
| XYZ | 12.64 | 7.15 | 14.62 | - |
| YUV | 72.5 | 147.47 | 169.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 36 | 107 | 0 | 0.73 | 0.18 | 0.49 | 315.16 | 0.57 | 0.33 |
| Hex | 83 | 24 | 6B | 0 | 49 | 12 | 31 | 13B | 39 | 21 |
| Octal | 203 | 44 | 153 | 0 | 111 | 22 | 61 | 473 | 71 | 41 |
| Binary | 10000011 | 100100 | 1101011 | 0 | 1001001 | 10010 | 110001 | 100111011 | 111001 | 100001 |
Color Harmonies of #83246B
Complementary color
Monochromatic Colors of #83246B
Black with #83246B
Text Example
Text Example
White with #83246B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83246B; }
p { color: rgb(131,36,107); }
H1.HeaderClassName
{
color: #83246B;
}
.AnyTagClassName
{
color: #83246B;
}
</style>
background-color css
<style>
a { background-color: #83246B; }
a { background-color: rgb(131,36,107); }
div.DivClassName
{
background-color: #83246B;
}
.BgClassName
{
background-color: #83246B;
}
</style>
border-color css
<style>
span { border-color: #83246B; }
span { border-color: rgb(131,36,107); }
td.TdClassName
{
border-color: #83246B;
}
.TagClassName
{
border-color: #83246B;
}
</style>