Shades of Dark Purple #852382
Tints of Dark Purple #852382
RGB
CMYK
RGB Variations
Color information
#852382 (or 0x852382) is known color: Dark Purple. HEX triplet: 85, 23 and 82. RGB value is (133,35,130). Sum of RGB (Red+Green+Blue) = 133+35+130=298 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.63% from 298); Green value is 35 (14.06% from 255 or 11.74% from 298); Blue value is 130 (51.17% from 255 or 43.62% from 298); Max value from RGB is 133 - color contains mainly: red. Hex color #852382 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852382 is #7ADC7D. Grayscale: #4A4A4A. Windows color (decimal): -8051838 or 8528773. OLE color: 8528773.
HSL color Cylindrical-coordinate representation of color #852382: hue angle of 301.84º 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 #852382 is Cyan = 0, Magento = 0.74, Yellow = 0.02 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 35 | 130 | - |
| CMYK | 0 | 0.74 | 0.02 | 0.48 |
| HSL | 301.84º | 0.58% | 0.33% | - |
| HSV(B) | 301.84º | 0.74% | 0.52% | - |
| XYZ | 14.3 | 7.8 | 21.87 | - |
| YUV | 75.13 | 158.97 | 169.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 35 | 130 | 0 | 0.74 | 0.02 | 0.48 | 301.84 | 0.58 | 0.33 |
| Hex | 85 | 23 | 82 | 0 | 4A | 2 | 30 | 12E | 3A | 21 |
| Octal | 205 | 43 | 202 | 0 | 112 | 2 | 60 | 456 | 72 | 41 |
| Binary | 10000101 | 100011 | 10000010 | 0 | 1001010 | 10 | 110000 | 100101110 | 111010 | 100001 |
Color Harmonies of #852382
Complementary color
Monochromatic Colors of #852382
Black with #852382
Text Example
Text Example
White with #852382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852382; }
p { color: rgb(133,35,130); }
H1.HeaderClassName
{
color: #852382;
}
.AnyTagClassName
{
color: #852382;
}
</style>
background-color css
<style>
a { background-color: #852382; }
a { background-color: rgb(133,35,130); }
div.DivClassName
{
background-color: #852382;
}
.BgClassName
{
background-color: #852382;
}
</style>
border-color css
<style>
span { border-color: #852382; }
span { border-color: rgb(133,35,130); }
td.TdClassName
{
border-color: #852382;
}
.TagClassName
{
border-color: #852382;
}
</style>