Shades of Vivid Violet #852EA2
Tints of Vivid Violet #852EA2
RGB
CMYK
RGB Variations
Color information
#852EA2 (or 0x852EA2) is known color: Vivid Violet. HEX triplet: 85, 2E and A2. RGB value is (133,46,162). Sum of RGB (Red+Green+Blue) = 133+46+162=341 (45% of max value = 765). Red value is 133 (52.34% from 255 or 39.00% from 341); Green value is 46 (18.36% from 255 or 13.49% from 341); Blue value is 162 (63.67% from 255 or 47.51% from 341); Max value from RGB is 162 - color contains mainly: blue. Hex color #852EA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852EA2 is #7AD15D. Grayscale: #545454. Windows color (decimal): -8048990 or 10628741. OLE color: 10628741.
HSL color Cylindrical-coordinate representation of color #852EA2: hue angle of 285º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #852EA2 is Cyan = 0.18, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 133 | 46 | 162 | - |
| CMYK | 0.18 | 0.72 | 0 | 0.36 |
| HSL | 285º | 0.56% | 0.41% | - |
| HSV(B) | 285º | 0.72% | 0.64% | - |
| XYZ | 17.17 | 9.55 | 35.12 | - |
| YUV | 85.24 | 171.32 | 162.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 46 | 162 | 0.18 | 0.72 | 0 | 0.36 | 285 | 0.56 | 0.41 |
| Hex | 85 | 2E | A2 | 12 | 48 | 0 | 24 | 11D | 38 | 29 |
| Octal | 205 | 56 | 242 | 22 | 110 | 0 | 44 | 435 | 70 | 51 |
| Binary | 10000101 | 101110 | 10100010 | 10010 | 1001000 | 0 | 100100 | 100011101 | 111000 | 101001 |
Color Harmonies of #852EA2
Complementary color
Monochromatic Colors of #852EA2
Black with #852EA2
Text Example
Text Example
White with #852EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852EA2; }
p { color: rgb(133,46,162); }
H1.HeaderClassName
{
color: #852EA2;
}
.AnyTagClassName
{
color: #852EA2;
}
</style>
background-color css
<style>
a { background-color: #852EA2; }
a { background-color: rgb(133,46,162); }
div.DivClassName
{
background-color: #852EA2;
}
.BgClassName
{
background-color: #852EA2;
}
</style>
border-color css
<style>
span { border-color: #852EA2; }
span { border-color: rgb(133,46,162); }
td.TdClassName
{
border-color: #852EA2;
}
.TagClassName
{
border-color: #852EA2;
}
</style>