Shades of Dark Purple #852284
Tints of Dark Purple #852284
RGB
CMYK
RGB Variations
Color information
#852284 (or 0x852284) is known color: Dark Purple. HEX triplet: 85, 22 and 84. RGB value is (133,34,132). Sum of RGB (Red+Green+Blue) = 133+34+132=299 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.48% from 299); Green value is 34 (13.67% from 255 or 11.37% from 299); Blue value is 132 (51.95% from 255 or 44.15% from 299); Max value from RGB is 133 - color contains mainly: red. Hex color #852284 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852284 is #7ADD7B. Grayscale: #4A4A4A. Windows color (decimal): -8052092 or 8659589. OLE color: 8659589.
HSL color Cylindrical-coordinate representation of color #852284: hue angle of 300.61º degrees, saturation: 0.59, 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 #852284 is Cyan = 0, Magento = 0.74, Yellow = 0.01 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 34 | 132 | - |
| CMYK | 0 | 0.74 | 0.01 | 0.48 |
| HSL | 300.61º | 0.59% | 0.33% | - |
| HSV(B) | 300.61º | 0.74% | 0.52% | - |
| XYZ | 14.41 | 7.8 | 22.58 | - |
| YUV | 74.77 | 160.3 | 169.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 34 | 132 | 0 | 0.74 | 0.01 | 0.48 | 300.61 | 0.59 | 0.33 |
| Hex | 85 | 22 | 84 | 0 | 4A | 1 | 30 | 12D | 3B | 21 |
| Octal | 205 | 42 | 204 | 0 | 112 | 1 | 60 | 455 | 73 | 41 |
| Binary | 10000101 | 100010 | 10000100 | 0 | 1001010 | 1 | 110000 | 100101101 | 111011 | 100001 |
Color Harmonies of #852284
Complementary color
Monochromatic Colors of #852284
Black with #852284
Text Example
Text Example
White with #852284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852284; }
p { color: rgb(133,34,132); }
H1.HeaderClassName
{
color: #852284;
}
.AnyTagClassName
{
color: #852284;
}
</style>
background-color css
<style>
a { background-color: #852284; }
a { background-color: rgb(133,34,132); }
div.DivClassName
{
background-color: #852284;
}
.BgClassName
{
background-color: #852284;
}
</style>
border-color css
<style>
span { border-color: #852284; }
span { border-color: rgb(133,34,132); }
td.TdClassName
{
border-color: #852284;
}
.TagClassName
{
border-color: #852284;
}
</style>