Shades of Dark Purple #83396C
Tints of Dark Purple #83396C
RGB
CMYK
RGB Variations
Color information
#83396C (or 0x83396C) is known color: Dark Purple. HEX triplet: 83, 39 and 6C. RGB value is (131,57,108). Sum of RGB (Red+Green+Blue) = 131+57+108=296 (39% of max value = 765). Red value is 131 (51.56% from 255 or 44.26% from 296); Green value is 57 (22.66% from 255 or 19.26% from 296); Blue value is 108 (42.58% from 255 or 36.49% from 296); Max value from RGB is 131 - color contains mainly: red. Hex color #83396C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83396C is #7CC693. Grayscale: #545454. Windows color (decimal): -8177300 or 7092611. OLE color: 7092611.
HSL color Cylindrical-coordinate representation of color #83396C: hue angle of 318.65º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #83396C is Cyan = 0, Magento = 0.56, Yellow = 0.18 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 57 | 108 | - |
| CMYK | 0 | 0.56 | 0.18 | 0.49 |
| HSL | 318.65º | 0.39% | 0.37% | - |
| HSV(B) | 318.65º | 0.56% | 0.51% | - |
| XYZ | 13.53 | 8.83 | 15.18 | - |
| YUV | 84.94 | 141.02 | 160.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 57 | 108 | 0 | 0.56 | 0.18 | 0.49 | 318.65 | 0.39 | 0.37 |
| Hex | 83 | 39 | 6C | 0 | 38 | 12 | 31 | 13F | 27 | 25 |
| Octal | 203 | 71 | 154 | 0 | 70 | 22 | 61 | 477 | 47 | 45 |
| Binary | 10000011 | 111001 | 1101100 | 0 | 111000 | 10010 | 110001 | 100111111 | 100111 | 100101 |
Color Harmonies of #83396C
Complementary color
Monochromatic Colors of #83396C
Black with #83396C
Text Example
Text Example
White with #83396C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83396C; }
p { color: rgb(131,57,108); }
H1.HeaderClassName
{
color: #83396C;
}
.AnyTagClassName
{
color: #83396C;
}
</style>
background-color css
<style>
a { background-color: #83396C; }
a { background-color: rgb(131,57,108); }
div.DivClassName
{
background-color: #83396C;
}
.BgClassName
{
background-color: #83396C;
}
</style>
border-color css
<style>
span { border-color: #83396C; }
span { border-color: rgb(131,57,108); }
td.TdClassName
{
border-color: #83396C;
}
.TagClassName
{
border-color: #83396C;
}
</style>