Shades of Vivid Violet #852A87
Tints of Vivid Violet #852A87
RGB
CMYK
RGB Variations
Color information
#852A87 (or 0x852A87) is known color: Vivid Violet. HEX triplet: 85, 2A and 87. RGB value is (133,42,135). Sum of RGB (Red+Green+Blue) = 133+42+135=310 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.90% from 310); Green value is 42 (16.80% from 255 or 13.55% from 310); Blue value is 135 (53.12% from 255 or 43.55% from 310); Max value from RGB is 135 - color contains mainly: blue. Hex color #852A87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852A87 is #7AD578. Grayscale: #4F4F4F. Windows color (decimal): -8050041 or 8858245. OLE color: 8858245.
HSL color Cylindrical-coordinate representation of color #852A87: hue angle of 298.71º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #852A87 is Cyan = 0.01, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 133 | 42 | 135 | - |
| CMYK | 0.01 | 0.69 | 0 | 0.47 |
| HSL | 298.71º | 0.53% | 0.35% | - |
| HSV(B) | 298.71º | 0.69% | 0.53% | - |
| XYZ | 14.87 | 8.39 | 23.76 | - |
| YUV | 79.81 | 159.15 | 165.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 42 | 135 | 0.01 | 0.69 | 0 | 0.47 | 298.71 | 0.53 | 0.35 |
| Hex | 85 | 2A | 87 | 1 | 45 | 0 | 2F | 12B | 35 | 23 |
| Octal | 205 | 52 | 207 | 1 | 105 | 0 | 57 | 453 | 65 | 43 |
| Binary | 10000101 | 101010 | 10000111 | 1 | 1000101 | 0 | 101111 | 100101011 | 110101 | 100011 |
Color Harmonies of #852A87
Complementary color
Monochromatic Colors of #852A87
Black with #852A87
Text Example
Text Example
White with #852A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852A87; }
p { color: rgb(133,42,135); }
H1.HeaderClassName
{
color: #852A87;
}
.AnyTagClassName
{
color: #852A87;
}
</style>
background-color css
<style>
a { background-color: #852A87; }
a { background-color: rgb(133,42,135); }
div.DivClassName
{
background-color: #852A87;
}
.BgClassName
{
background-color: #852A87;
}
</style>
border-color css
<style>
span { border-color: #852A87; }
span { border-color: rgb(133,42,135); }
td.TdClassName
{
border-color: #852A87;
}
.TagClassName
{
border-color: #852A87;
}
</style>