Shades of Dark Purple #832F6E
Tints of Dark Purple #832F6E
RGB
CMYK
RGB Variations
Color information
#832F6E (or 0x832F6E) is known color: Dark Purple. HEX triplet: 83, 2F and 6E. RGB value is (131,47,110). Sum of RGB (Red+Green+Blue) = 131+47+110=288 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.49% from 288); Green value is 47 (18.75% from 255 or 16.32% from 288); Blue value is 110 (43.36% from 255 or 38.19% from 288); Max value from RGB is 131 - color contains mainly: red. Hex color #832F6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832F6E is #7CD091. Grayscale: #4F4F4F. Windows color (decimal): -8179858 or 7221123. OLE color: 7221123.
HSL color Cylindrical-coordinate representation of color #832F6E: hue angle of 315º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #832F6E is Cyan = 0, Magento = 0.64, Yellow = 0.16 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 47 | 110 | - |
| CMYK | 0 | 0.64 | 0.16 | 0.49 |
| HSL | 315º | 0.47% | 0.35% | - |
| HSV(B) | 315º | 0.64% | 0.51% | - |
| XYZ | 13.19 | 7.98 | 15.6 | - |
| YUV | 79.3 | 145.33 | 164.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 47 | 110 | 0 | 0.64 | 0.16 | 0.49 | 315 | 0.47 | 0.35 |
| Hex | 83 | 2F | 6E | 0 | 40 | 10 | 31 | 13B | 2F | 23 |
| Octal | 203 | 57 | 156 | 0 | 100 | 20 | 61 | 473 | 57 | 43 |
| Binary | 10000011 | 101111 | 1101110 | 0 | 1000000 | 10000 | 110001 | 100111011 | 101111 | 100011 |
Color Harmonies of #832F6E
Complementary color
Monochromatic Colors of #832F6E
Black with #832F6E
Text Example
Text Example
White with #832F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832F6E; }
p { color: rgb(131,47,110); }
H1.HeaderClassName
{
color: #832F6E;
}
.AnyTagClassName
{
color: #832F6E;
}
</style>
background-color css
<style>
a { background-color: #832F6E; }
a { background-color: rgb(131,47,110); }
div.DivClassName
{
background-color: #832F6E;
}
.BgClassName
{
background-color: #832F6E;
}
</style>
border-color css
<style>
span { border-color: #832F6E; }
span { border-color: rgb(131,47,110); }
td.TdClassName
{
border-color: #832F6E;
}
.TagClassName
{
border-color: #832F6E;
}
</style>