Shades of Dark Purple #843182
Tints of Dark Purple #843182
RGB
CMYK
RGB Variations
Color information
#843182 (or 0x843182) is known color: Dark Purple. HEX triplet: 84, 31 and 82. RGB value is (132,49,130). Sum of RGB (Red+Green+Blue) = 132+49+130=311 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.44% from 311); Green value is 49 (19.53% from 255 or 15.76% from 311); Blue value is 130 (51.17% from 255 or 41.80% from 311); Max value from RGB is 132 - color contains mainly: red. Hex color #843182 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #843182 is #7BCE7D. Grayscale: #525252. Windows color (decimal): -8113790 or 8532356. OLE color: 8532356.
HSL color Cylindrical-coordinate representation of color #843182: hue angle of 301.45º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #843182 is Cyan = 0, Magento = 0.63, Yellow = 0.02 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 49 | 130 | - |
| CMYK | 0 | 0.63 | 0.02 | 0.48 |
| HSL | 301.45º | 0.46% | 0.35% | - |
| HSV(B) | 301.45º | 0.63% | 0.52% | - |
| XYZ | 14.64 | 8.71 | 22.03 | - |
| YUV | 83.05 | 154.5 | 162.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 49 | 130 | 0 | 0.63 | 0.02 | 0.48 | 301.45 | 0.46 | 0.35 |
| Hex | 84 | 31 | 82 | 0 | 3F | 2 | 30 | 12D | 2E | 23 |
| Octal | 204 | 61 | 202 | 0 | 77 | 2 | 60 | 455 | 56 | 43 |
| Binary | 10000100 | 110001 | 10000010 | 0 | 111111 | 10 | 110000 | 100101101 | 101110 | 100011 |
Color Harmonies of #843182
Complementary color
Monochromatic Colors of #843182
Black with #843182
Text Example
Text Example
White with #843182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843182; }
p { color: rgb(132,49,130); }
H1.HeaderClassName
{
color: #843182;
}
.AnyTagClassName
{
color: #843182;
}
</style>
background-color css
<style>
a { background-color: #843182; }
a { background-color: rgb(132,49,130); }
div.DivClassName
{
background-color: #843182;
}
.BgClassName
{
background-color: #843182;
}
</style>
border-color css
<style>
span { border-color: #843182; }
span { border-color: rgb(132,49,130); }
td.TdClassName
{
border-color: #843182;
}
.TagClassName
{
border-color: #843182;
}
</style>