Shades of Vivid Violet #852F87
Tints of Vivid Violet #852F87
RGB
CMYK
RGB Variations
Color information
#852F87 (or 0x852F87) is known color: Vivid Violet. HEX triplet: 85, 2F and 87. RGB value is (133,47,135). Sum of RGB (Red+Green+Blue) = 133+47+135=315 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.22% from 315); Green value is 47 (18.75% from 255 or 14.92% from 315); Blue value is 135 (53.12% from 255 or 42.86% from 315); Max value from RGB is 135 - color contains mainly: blue. Hex color #852F87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852F87 is #7AD078. Grayscale: #525252. Windows color (decimal): -8048761 or 8859525. OLE color: 8859525.
HSL color Cylindrical-coordinate representation of color #852F87: hue angle of 298.64º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #852F87 is Cyan = 0.01, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 133 | 47 | 135 | - |
| CMYK | 0.01 | 0.65 | 0 | 0.47 |
| HSL | 298.64º | 0.48% | 0.36% | - |
| HSV(B) | 298.64º | 0.65% | 0.53% | - |
| XYZ | 15.06 | 8.77 | 23.82 | - |
| YUV | 82.75 | 157.49 | 163.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 47 | 135 | 0.01 | 0.65 | 0 | 0.47 | 298.64 | 0.48 | 0.36 |
| Hex | 85 | 2F | 87 | 1 | 41 | 0 | 2F | 12B | 30 | 24 |
| Octal | 205 | 57 | 207 | 1 | 101 | 0 | 57 | 453 | 60 | 44 |
| Binary | 10000101 | 101111 | 10000111 | 1 | 1000001 | 0 | 101111 | 100101011 | 110000 | 100100 |
Color Harmonies of #852F87
Complementary color
Monochromatic Colors of #852F87
Black with #852F87
Text Example
Text Example
White with #852F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852F87; }
p { color: rgb(133,47,135); }
H1.HeaderClassName
{
color: #852F87;
}
.AnyTagClassName
{
color: #852F87;
}
</style>
background-color css
<style>
a { background-color: #852F87; }
a { background-color: rgb(133,47,135); }
div.DivClassName
{
background-color: #852F87;
}
.BgClassName
{
background-color: #852F87;
}
</style>
border-color css
<style>
span { border-color: #852F87; }
span { border-color: rgb(133,47,135); }
td.TdClassName
{
border-color: #852F87;
}
.TagClassName
{
border-color: #852F87;
}
</style>