Shades of Dark Purple #843875
Tints of Dark Purple #843875
RGB
CMYK
RGB Variations
Color information
#843875 (or 0x843875) is known color: Dark Purple. HEX triplet: 84, 38 and 75. RGB value is (132,56,117). Sum of RGB (Red+Green+Blue) = 132+56+117=305 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.28% from 305); Green value is 56 (22.27% from 255 or 18.36% from 305); Blue value is 117 (46.09% from 255 or 38.36% from 305); Max value from RGB is 132 - color contains mainly: red. Hex color #843875 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #843875 is #7BC78A. Grayscale: #555555. Windows color (decimal): -8112011 or 7682180. OLE color: 7682180.
HSL color Cylindrical-coordinate representation of color #843875: hue angle of 311.84º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #843875 is Cyan = 0, Magento = 0.58, Yellow = 0.11 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 56 | 117 | - |
| CMYK | 0 | 0.58 | 0.11 | 0.48 |
| HSL | 311.84º | 0.4% | 0.37% | - |
| HSV(B) | 311.84º | 0.58% | 0.52% | - |
| XYZ | 14.14 | 9.02 | 17.83 | - |
| YUV | 85.68 | 145.68 | 161.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 56 | 117 | 0 | 0.58 | 0.11 | 0.48 | 311.84 | 0.4 | 0.37 |
| Hex | 84 | 38 | 75 | 0 | 3A | B | 30 | 138 | 28 | 25 |
| Octal | 204 | 70 | 165 | 0 | 72 | 13 | 60 | 470 | 50 | 45 |
| Binary | 10000100 | 111000 | 1110101 | 0 | 111010 | 1011 | 110000 | 100111000 | 101000 | 100101 |
Color Harmonies of #843875
Complementary color
Monochromatic Colors of #843875
Black with #843875
Text Example
Text Example
White with #843875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843875; }
p { color: rgb(132,56,117); }
H1.HeaderClassName
{
color: #843875;
}
.AnyTagClassName
{
color: #843875;
}
</style>
background-color css
<style>
a { background-color: #843875; }
a { background-color: rgb(132,56,117); }
div.DivClassName
{
background-color: #843875;
}
.BgClassName
{
background-color: #843875;
}
</style>
border-color css
<style>
span { border-color: #843875; }
span { border-color: rgb(132,56,117); }
td.TdClassName
{
border-color: #843875;
}
.TagClassName
{
border-color: #843875;
}
</style>