Shades of Dark Purple #842385
Tints of Dark Purple #842385
RGB
CMYK
RGB Variations
Color information
#842385 (or 0x842385) is known color: Dark Purple. HEX triplet: 84, 23 and 85. RGB value is (132,35,133). Sum of RGB (Red+Green+Blue) = 132+35+133=300 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44% from 300); Green value is 35 (14.06% from 255 or 11.67% from 300); Blue value is 133 (52.34% from 255 or 44.33% from 300); Max value from RGB is 133 - color contains mainly: blue. Hex color #842385 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #842385 is #7BDC7A. Grayscale: #4A4A4A. Windows color (decimal): -8117371 or 8725380. OLE color: 8725380.
HSL color Cylindrical-coordinate representation of color #842385: hue angle of 299.39º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #842385 is Cyan = 0.01, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 35 | 133 | - |
| CMYK | 0.01 | 0.74 | 0 | 0.48 |
| HSL | 299.39º | 0.58% | 0.33% | - |
| HSV(B) | 299.39º | 0.74% | 0.52% | - |
| XYZ | 14.35 | 7.8 | 22.94 | - |
| YUV | 75.18 | 160.64 | 168.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 35 | 133 | 0.01 | 0.74 | 0 | 0.48 | 299.39 | 0.58 | 0.33 |
| Hex | 84 | 23 | 85 | 1 | 4A | 0 | 30 | 12B | 3A | 21 |
| Octal | 204 | 43 | 205 | 1 | 112 | 0 | 60 | 453 | 72 | 41 |
| Binary | 10000100 | 100011 | 10000101 | 1 | 1001010 | 0 | 110000 | 100101011 | 111010 | 100001 |
Color Harmonies of #842385
Complementary color
Monochromatic Colors of #842385
Black with #842385
Text Example
Text Example
White with #842385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842385; }
p { color: rgb(132,35,133); }
H1.HeaderClassName
{
color: #842385;
}
.AnyTagClassName
{
color: #842385;
}
</style>
background-color css
<style>
a { background-color: #842385; }
a { background-color: rgb(132,35,133); }
div.DivClassName
{
background-color: #842385;
}
.BgClassName
{
background-color: #842385;
}
</style>
border-color css
<style>
span { border-color: #842385; }
span { border-color: rgb(132,35,133); }
td.TdClassName
{
border-color: #842385;
}
.TagClassName
{
border-color: #842385;
}
</style>