Shades of Dark Purple #852286
Tints of Dark Purple #852286
RGB
CMYK
RGB Variations
Color information
#852286 (or 0x852286) is known color: Dark Purple. HEX triplet: 85, 22 and 86. RGB value is (133,34,134). Sum of RGB (Red+Green+Blue) = 133+34+134=301 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.19% from 301); Green value is 34 (13.67% from 255 or 11.30% from 301); Blue value is 134 (52.73% from 255 or 44.52% from 301); Max value from RGB is 134 - color contains mainly: blue. Hex color #852286 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852286 is #7ADD79. Grayscale: #4A4A4A. Windows color (decimal): -8052090 or 8790661. OLE color: 8790661.
HSL color Cylindrical-coordinate representation of color #852286: hue angle of 299.4º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #852286 is Cyan = 0.01, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 133 | 34 | 134 | - |
| CMYK | 0.01 | 0.75 | 0 | 0.47 |
| HSL | 299.4º | 0.6% | 0.33% | - |
| HSV(B) | 299.4º | 0.75% | 0.53% | - |
| XYZ | 14.55 | 7.85 | 23.3 | - |
| YUV | 75 | 161.3 | 169.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 34 | 134 | 0.01 | 0.75 | 0 | 0.47 | 299.4 | 0.6 | 0.33 |
| Hex | 85 | 22 | 86 | 1 | 4B | 0 | 2F | 12B | 3C | 21 |
| Octal | 205 | 42 | 206 | 1 | 113 | 0 | 57 | 453 | 74 | 41 |
| Binary | 10000101 | 100010 | 10000110 | 1 | 1001011 | 0 | 101111 | 100101011 | 111100 | 100001 |
Color Harmonies of #852286
Complementary color
Monochromatic Colors of #852286
Black with #852286
Text Example
Text Example
White with #852286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852286; }
p { color: rgb(133,34,134); }
H1.HeaderClassName
{
color: #852286;
}
.AnyTagClassName
{
color: #852286;
}
</style>
background-color css
<style>
a { background-color: #852286; }
a { background-color: rgb(133,34,134); }
div.DivClassName
{
background-color: #852286;
}
.BgClassName
{
background-color: #852286;
}
</style>
border-color css
<style>
span { border-color: #852286; }
span { border-color: rgb(133,34,134); }
td.TdClassName
{
border-color: #852286;
}
.TagClassName
{
border-color: #852286;
}
</style>