Shades of Dark Purple #83387B
Tints of Dark Purple #83387B
RGB
CMYK
RGB Variations
Color information
#83387B (or 0x83387B) is known color: Dark Purple. HEX triplet: 83, 38 and 7B. RGB value is (131,56,123). Sum of RGB (Red+Green+Blue) = 131+56+123=310 (41% of max value = 765). Red value is 131 (51.56% from 255 or 42.26% from 310); Green value is 56 (22.27% from 255 or 18.06% from 310); Blue value is 123 (48.44% from 255 or 39.68% from 310); Max value from RGB is 131 - color contains mainly: red. Hex color #83387B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83387B is #7CC784. Grayscale: #555555. Windows color (decimal): -8177541 or 8075395. OLE color: 8075395.
HSL color Cylindrical-coordinate representation of color #83387B: hue angle of 306.4º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #83387B is Cyan = 0, Magento = 0.57, Yellow = 0.06 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 56 | 123 | - |
| CMYK | 0 | 0.57 | 0.06 | 0.49 |
| HSL | 306.4º | 0.4% | 0.37% | - |
| HSV(B) | 306.4º | 0.57% | 0.51% | - |
| XYZ | 14.35 | 9.08 | 19.74 | - |
| YUV | 86.06 | 148.85 | 160.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 56 | 123 | 0 | 0.57 | 0.06 | 0.49 | 306.4 | 0.4 | 0.37 |
| Hex | 83 | 38 | 7B | 0 | 39 | 6 | 31 | 132 | 28 | 25 |
| Octal | 203 | 70 | 173 | 0 | 71 | 6 | 61 | 462 | 50 | 45 |
| Binary | 10000011 | 111000 | 1111011 | 0 | 111001 | 110 | 110001 | 100110010 | 101000 | 100101 |
Color Harmonies of #83387B
Complementary color
Monochromatic Colors of #83387B
Black with #83387B
Text Example
Text Example
White with #83387B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83387B; }
p { color: rgb(131,56,123); }
H1.HeaderClassName
{
color: #83387B;
}
.AnyTagClassName
{
color: #83387B;
}
</style>
background-color css
<style>
a { background-color: #83387B; }
a { background-color: rgb(131,56,123); }
div.DivClassName
{
background-color: #83387B;
}
.BgClassName
{
background-color: #83387B;
}
</style>
border-color css
<style>
span { border-color: #83387B; }
span { border-color: rgb(131,56,123); }
td.TdClassName
{
border-color: #83387B;
}
.TagClassName
{
border-color: #83387B;
}
</style>