Shades of Vivid Violet #852DA1
Tints of Vivid Violet #852DA1
RGB
CMYK
RGB Variations
Color information
#852DA1 (or 0x852DA1) is known color: Vivid Violet. HEX triplet: 85, 2D and A1. RGB value is (133,45,161). Sum of RGB (Red+Green+Blue) = 133+45+161=339 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.23% from 339); Green value is 45 (17.97% from 255 or 13.27% from 339); Blue value is 161 (63.28% from 255 or 47.49% from 339); Max value from RGB is 161 - color contains mainly: blue. Hex color #852DA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852DA1 is #7AD25E. Grayscale: #545454. Windows color (decimal): -8049247 or 10562949. OLE color: 10562949.
HSL color Cylindrical-coordinate representation of color #852DA1: hue angle of 285.52º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #852DA1 is Cyan = 0.17, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 133 | 45 | 161 | - |
| CMYK | 0.17 | 0.72 | 0 | 0.37 |
| HSL | 285.52º | 0.56% | 0.4% | - |
| HSV(B) | 285.52º | 0.72% | 0.63% | - |
| XYZ | 17.04 | 9.44 | 34.64 | - |
| YUV | 84.54 | 171.15 | 162.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 45 | 161 | 0.17 | 0.72 | 0 | 0.37 | 285.52 | 0.56 | 0.4 |
| Hex | 85 | 2D | A1 | 11 | 48 | 0 | 25 | 11E | 38 | 28 |
| Octal | 205 | 55 | 241 | 21 | 110 | 0 | 45 | 436 | 70 | 50 |
| Binary | 10000101 | 101101 | 10100001 | 10001 | 1001000 | 0 | 100101 | 100011110 | 111000 | 101000 |
Color Harmonies of #852DA1
Complementary color
Monochromatic Colors of #852DA1
Black with #852DA1
Text Example
Text Example
White with #852DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852DA1; }
p { color: rgb(133,45,161); }
H1.HeaderClassName
{
color: #852DA1;
}
.AnyTagClassName
{
color: #852DA1;
}
</style>
background-color css
<style>
a { background-color: #852DA1; }
a { background-color: rgb(133,45,161); }
div.DivClassName
{
background-color: #852DA1;
}
.BgClassName
{
background-color: #852DA1;
}
</style>
border-color css
<style>
span { border-color: #852DA1; }
span { border-color: rgb(133,45,161); }
td.TdClassName
{
border-color: #852DA1;
}
.TagClassName
{
border-color: #852DA1;
}
</style>