Shades of Dark Purple #83366B
Tints of Dark Purple #83366B
RGB
CMYK
RGB Variations
Color information
#83366B (or 0x83366B) is known color: Dark Purple. HEX triplet: 83, 36 and 6B. RGB value is (131,54,107). Sum of RGB (Red+Green+Blue) = 131+54+107=292 (38% of max value = 765). Red value is 131 (51.56% from 255 or 44.86% from 292); Green value is 54 (21.48% from 255 or 18.49% from 292); Blue value is 107 (42.19% from 255 or 36.64% from 292); Max value from RGB is 131 - color contains mainly: red. Hex color #83366B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83366B is #7CC994. Grayscale: #525252. Windows color (decimal): -8178069 or 7026307. OLE color: 7026307.
HSL color Cylindrical-coordinate representation of color #83366B: hue angle of 318.7º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #83366B is Cyan = 0, Magento = 0.59, Yellow = 0.18 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 54 | 107 | - |
| CMYK | 0 | 0.59 | 0.18 | 0.49 |
| HSL | 318.7º | 0.42% | 0.36% | - |
| HSV(B) | 318.7º | 0.59% | 0.51% | - |
| XYZ | 13.33 | 8.53 | 14.85 | - |
| YUV | 83.07 | 141.51 | 162.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 54 | 107 | 0 | 0.59 | 0.18 | 0.49 | 318.7 | 0.42 | 0.36 |
| Hex | 83 | 36 | 6B | 0 | 3B | 12 | 31 | 13F | 2A | 24 |
| Octal | 203 | 66 | 153 | 0 | 73 | 22 | 61 | 477 | 52 | 44 |
| Binary | 10000011 | 110110 | 1101011 | 0 | 111011 | 10010 | 110001 | 100111111 | 101010 | 100100 |
Color Harmonies of #83366B
Complementary color
Monochromatic Colors of #83366B
Black with #83366B
Text Example
Text Example
White with #83366B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83366B; }
p { color: rgb(131,54,107); }
H1.HeaderClassName
{
color: #83366B;
}
.AnyTagClassName
{
color: #83366B;
}
</style>
background-color css
<style>
a { background-color: #83366B; }
a { background-color: rgb(131,54,107); }
div.DivClassName
{
background-color: #83366B;
}
.BgClassName
{
background-color: #83366B;
}
</style>
border-color css
<style>
span { border-color: #83366B; }
span { border-color: rgb(131,54,107); }
td.TdClassName
{
border-color: #83366B;
}
.TagClassName
{
border-color: #83366B;
}
</style>