Shades of Vivid Violet #852BAB
Tints of Vivid Violet #852BAB
RGB
CMYK
RGB Variations
Color information
#852BAB (or 0x852BAB) is known color: Vivid Violet. HEX triplet: 85, 2B and AB. RGB value is (133,43,171). Sum of RGB (Red+Green+Blue) = 133+43+171=347 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.33% from 347); Green value is 43 (17.19% from 255 or 12.39% from 347); Blue value is 171 (67.19% from 255 or 49.28% from 347); Max value from RGB is 171 - color contains mainly: blue. Hex color #852BAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852BAB is #7AD454. Grayscale: #545454. Windows color (decimal): -8049749 or 11217797. OLE color: 11217797.
HSL color Cylindrical-coordinate representation of color #852BAB: hue angle of 282.19º 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 #852BAB is Cyan = 0.22, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 43 | 171 | - |
| CMYK | 0.22 | 0.75 | 0 | 0.33 |
| HSL | 282.19º | 0.6% | 0.42% | - |
| HSV(B) | 282.19º | 0.75% | 0.67% | - |
| XYZ | 17.89 | 9.65 | 39.45 | - |
| YUV | 84.5 | 176.82 | 162.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 43 | 171 | 0.22 | 0.75 | 0 | 0.33 | 282.19 | 0.6 | 0.42 |
| Hex | 85 | 2B | AB | 16 | 4B | 0 | 21 | 11A | 3C | 2A |
| Octal | 205 | 53 | 253 | 26 | 113 | 0 | 41 | 432 | 74 | 52 |
| Binary | 10000101 | 101011 | 10101011 | 10110 | 1001011 | 0 | 100001 | 100011010 | 111100 | 101010 |
Color Harmonies of #852BAB
Complementary color
Monochromatic Colors of #852BAB
Black with #852BAB
Text Example
Text Example
White with #852BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852BAB; }
p { color: rgb(133,43,171); }
H1.HeaderClassName
{
color: #852BAB;
}
.AnyTagClassName
{
color: #852BAB;
}
</style>
background-color css
<style>
a { background-color: #852BAB; }
a { background-color: rgb(133,43,171); }
div.DivClassName
{
background-color: #852BAB;
}
.BgClassName
{
background-color: #852BAB;
}
</style>
border-color css
<style>
span { border-color: #852BAB; }
span { border-color: rgb(133,43,171); }
td.TdClassName
{
border-color: #852BAB;
}
.TagClassName
{
border-color: #852BAB;
}
</style>