Shades of Dark Purple #832384
Tints of Dark Purple #832384
RGB
CMYK
RGB Variations
Color information
#832384 (or 0x832384) is known color: Dark Purple. HEX triplet: 83, 23 and 84. RGB value is (131,35,132). Sum of RGB (Red+Green+Blue) = 131+35+132=298 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.96% from 298); Green value is 35 (14.06% from 255 or 11.74% from 298); Blue value is 132 (51.95% from 255 or 44.30% from 298); Max value from RGB is 132 - color contains mainly: blue. Hex color #832384 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #832384 is #7CDC7B. Grayscale: #4A4A4A. Windows color (decimal): -8182908 or 8659843. OLE color: 8659843.
HSL color Cylindrical-coordinate representation of color #832384: hue angle of 299.38º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #832384 is Cyan = 0.01, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 131 | 35 | 132 | - |
| CMYK | 0.01 | 0.73 | 0 | 0.48 |
| HSL | 299.38º | 0.58% | 0.33% | - |
| HSV(B) | 299.38º | 0.73% | 0.52% | - |
| XYZ | 14.13 | 7.69 | 22.57 | - |
| YUV | 74.76 | 160.3 | 168.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 35 | 132 | 0.01 | 0.73 | 0 | 0.48 | 299.38 | 0.58 | 0.33 |
| Hex | 83 | 23 | 84 | 1 | 49 | 0 | 30 | 12B | 3A | 21 |
| Octal | 203 | 43 | 204 | 1 | 111 | 0 | 60 | 453 | 72 | 41 |
| Binary | 10000011 | 100011 | 10000100 | 1 | 1001001 | 0 | 110000 | 100101011 | 111010 | 100001 |
Color Harmonies of #832384
Complementary color
Monochromatic Colors of #832384
Black with #832384
Text Example
Text Example
White with #832384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832384; }
p { color: rgb(131,35,132); }
H1.HeaderClassName
{
color: #832384;
}
.AnyTagClassName
{
color: #832384;
}
</style>
background-color css
<style>
a { background-color: #832384; }
a { background-color: rgb(131,35,132); }
div.DivClassName
{
background-color: #832384;
}
.BgClassName
{
background-color: #832384;
}
</style>
border-color css
<style>
span { border-color: #832384; }
span { border-color: rgb(131,35,132); }
td.TdClassName
{
border-color: #832384;
}
.TagClassName
{
border-color: #832384;
}
</style>