Shades of Dark Purple #83326F
Tints of Dark Purple #83326F
RGB
CMYK
RGB Variations
Color information
#83326F (or 0x83326F) is known color: Dark Purple. HEX triplet: 83, 32 and 6F. RGB value is (131,50,111). Sum of RGB (Red+Green+Blue) = 131+50+111=292 (38% of max value = 765). Red value is 131 (51.56% from 255 or 44.86% from 292); Green value is 50 (19.92% from 255 or 17.12% from 292); Blue value is 111 (43.75% from 255 or 38.01% from 292); Max value from RGB is 131 - color contains mainly: red. Hex color #83326F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83326F is #7CCD90. Grayscale: #515151. Windows color (decimal): -8179089 or 7287427. OLE color: 7287427.
HSL color Cylindrical-coordinate representation of color #83326F: hue angle of 314.81º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #83326F is Cyan = 0, Magento = 0.62, Yellow = 0.15 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 50 | 111 | - |
| CMYK | 0 | 0.62 | 0.15 | 0.49 |
| HSL | 314.81º | 0.45% | 0.35% | - |
| HSV(B) | 314.81º | 0.62% | 0.51% | - |
| XYZ | 13.37 | 8.25 | 15.93 | - |
| YUV | 81.17 | 144.84 | 163.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 50 | 111 | 0 | 0.62 | 0.15 | 0.49 | 314.81 | 0.45 | 0.35 |
| Hex | 83 | 32 | 6F | 0 | 3E | F | 31 | 13B | 2D | 23 |
| Octal | 203 | 62 | 157 | 0 | 76 | 17 | 61 | 473 | 55 | 43 |
| Binary | 10000011 | 110010 | 1101111 | 0 | 111110 | 1111 | 110001 | 100111011 | 101101 | 100011 |
Color Harmonies of #83326F
Complementary color
Monochromatic Colors of #83326F
Black with #83326F
Text Example
Text Example
White with #83326F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83326F; }
p { color: rgb(131,50,111); }
H1.HeaderClassName
{
color: #83326F;
}
.AnyTagClassName
{
color: #83326F;
}
</style>
background-color css
<style>
a { background-color: #83326F; }
a { background-color: rgb(131,50,111); }
div.DivClassName
{
background-color: #83326F;
}
.BgClassName
{
background-color: #83326F;
}
</style>
border-color css
<style>
span { border-color: #83326F; }
span { border-color: rgb(131,50,111); }
td.TdClassName
{
border-color: #83326F;
}
.TagClassName
{
border-color: #83326F;
}
</style>