Shades of Vivid Violet #852BAC
Tints of Vivid Violet #852BAC
RGB
CMYK
RGB Variations
Color information
#852BAC (or 0x852BAC) is known color: Vivid Violet. HEX triplet: 85, 2B and AC. RGB value is (133,43,172). Sum of RGB (Red+Green+Blue) = 133+43+172=348 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38.22% from 348); Green value is 43 (17.19% from 255 or 12.36% from 348); Blue value is 172 (67.58% from 255 or 49.43% from 348); Max value from RGB is 172 - color contains mainly: blue. Hex color #852BAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852BAC is #7AD453. Grayscale: #545454. Windows color (decimal): -8049748 or 11283333. OLE color: 11283333.
HSL color Cylindrical-coordinate representation of color #852BAC: hue angle of 281.86º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #852BAC is Cyan = 0.23, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 43 | 172 | - |
| CMYK | 0.23 | 0.75 | 0 | 0.33 |
| HSL | 281.86º | 0.6% | 0.42% | - |
| HSV(B) | 281.86º | 0.75% | 0.67% | - |
| XYZ | 17.98 | 9.69 | 39.95 | - |
| YUV | 84.62 | 177.32 | 162.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 43 | 172 | 0.23 | 0.75 | 0 | 0.33 | 281.86 | 0.6 | 0.42 |
| Hex | 85 | 2B | AC | 17 | 4B | 0 | 21 | 11A | 3C | 2A |
| Octal | 205 | 53 | 254 | 27 | 113 | 0 | 41 | 432 | 74 | 52 |
| Binary | 10000101 | 101011 | 10101100 | 10111 | 1001011 | 0 | 100001 | 100011010 | 111100 | 101010 |
Color Harmonies of #852BAC
Complementary color
Monochromatic Colors of #852BAC
Black with #852BAC
Text Example
Text Example
White with #852BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852BAC; }
p { color: rgb(133,43,172); }
H1.HeaderClassName
{
color: #852BAC;
}
.AnyTagClassName
{
color: #852BAC;
}
</style>
background-color css
<style>
a { background-color: #852BAC; }
a { background-color: rgb(133,43,172); }
div.DivClassName
{
background-color: #852BAC;
}
.BgClassName
{
background-color: #852BAC;
}
</style>
border-color css
<style>
span { border-color: #852BAC; }
span { border-color: rgb(133,43,172); }
td.TdClassName
{
border-color: #852BAC;
}
.TagClassName
{
border-color: #852BAC;
}
</style>