Shades of Vivid Violet #852F84
Tints of Vivid Violet #852F84
RGB
CMYK
RGB Variations
Color information
#852F84 (or 0x852F84) is known color: Vivid Violet. HEX triplet: 85, 2F and 84. RGB value is (133,47,132). Sum of RGB (Red+Green+Blue) = 133+47+132=312 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.63% from 312); Green value is 47 (18.75% from 255 or 15.06% from 312); Blue value is 132 (51.95% from 255 or 42.31% from 312); Max value from RGB is 133 - color contains mainly: red. Hex color #852F84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852F84 is #7AD07B. Grayscale: #525252. Windows color (decimal): -8048764 or 8662917. OLE color: 8662917.
HSL color Cylindrical-coordinate representation of color #852F84: hue angle of 300.7º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #852F84 is Cyan = 0, Magento = 0.65, Yellow = 0.01 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 47 | 132 | - |
| CMYK | 0 | 0.65 | 0.01 | 0.48 |
| HSL | 300.7º | 0.48% | 0.35% | - |
| HSV(B) | 300.7º | 0.65% | 0.52% | - |
| XYZ | 14.85 | 8.69 | 22.72 | - |
| YUV | 82.4 | 155.99 | 164.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 47 | 132 | 0 | 0.65 | 0.01 | 0.48 | 300.7 | 0.48 | 0.35 |
| Hex | 85 | 2F | 84 | 0 | 41 | 1 | 30 | 12D | 30 | 23 |
| Octal | 205 | 57 | 204 | 0 | 101 | 1 | 60 | 455 | 60 | 43 |
| Binary | 10000101 | 101111 | 10000100 | 0 | 1000001 | 1 | 110000 | 100101101 | 110000 | 100011 |
Color Harmonies of #852F84
Complementary color
Monochromatic Colors of #852F84
Black with #852F84
Text Example
Text Example
White with #852F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852F84; }
p { color: rgb(133,47,132); }
H1.HeaderClassName
{
color: #852F84;
}
.AnyTagClassName
{
color: #852F84;
}
</style>
background-color css
<style>
a { background-color: #852F84; }
a { background-color: rgb(133,47,132); }
div.DivClassName
{
background-color: #852F84;
}
.BgClassName
{
background-color: #852F84;
}
</style>
border-color css
<style>
span { border-color: #852F84; }
span { border-color: rgb(133,47,132); }
td.TdClassName
{
border-color: #852F84;
}
.TagClassName
{
border-color: #852F84;
}
</style>