Shades of Vivid Violet #852DAC
Tints of Vivid Violet #852DAC
RGB
CMYK
RGB Variations
Color information
#852DAC (or 0x852DAC) is known color: Vivid Violet. HEX triplet: 85, 2D and AC. RGB value is (133,45,172). Sum of RGB (Red+Green+Blue) = 133+45+172=350 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38% from 350); Green value is 45 (17.97% from 255 or 12.86% from 350); Blue value is 172 (67.58% from 255 or 49.14% from 350); Max value from RGB is 172 - color contains mainly: blue. Hex color #852DAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852DAC is #7AD253. Grayscale: #555555. Windows color (decimal): -8049236 or 11283845. OLE color: 11283845.
HSL color Cylindrical-coordinate representation of color #852DAC: hue angle of 281.57º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #852DAC is Cyan = 0.23, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 45 | 172 | - |
| CMYK | 0.23 | 0.74 | 0 | 0.33 |
| HSL | 281.57º | 0.59% | 0.43% | - |
| HSV(B) | 281.57º | 0.74% | 0.67% | - |
| XYZ | 18.06 | 9.84 | 39.98 | - |
| YUV | 85.79 | 176.65 | 161.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 45 | 172 | 0.23 | 0.74 | 0 | 0.33 | 281.57 | 0.59 | 0.43 |
| Hex | 85 | 2D | AC | 17 | 4A | 0 | 21 | 11A | 3B | 2B |
| Octal | 205 | 55 | 254 | 27 | 112 | 0 | 41 | 432 | 73 | 53 |
| Binary | 10000101 | 101101 | 10101100 | 10111 | 1001010 | 0 | 100001 | 100011010 | 111011 | 101011 |
Color Harmonies of #852DAC
Complementary color
Monochromatic Colors of #852DAC
Black with #852DAC
Text Example
Text Example
White with #852DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852DAC; }
p { color: rgb(133,45,172); }
H1.HeaderClassName
{
color: #852DAC;
}
.AnyTagClassName
{
color: #852DAC;
}
</style>
background-color css
<style>
a { background-color: #852DAC; }
a { background-color: rgb(133,45,172); }
div.DivClassName
{
background-color: #852DAC;
}
.BgClassName
{
background-color: #852DAC;
}
</style>
border-color css
<style>
span { border-color: #852DAC; }
span { border-color: rgb(133,45,172); }
td.TdClassName
{
border-color: #852DAC;
}
.TagClassName
{
border-color: #852DAC;
}
</style>