Shades of Vivid Violet #852BAD
Tints of Vivid Violet #852BAD
RGB
CMYK
RGB Variations
Color information
#852BAD (or 0x852BAD) is known color: Vivid Violet. HEX triplet: 85, 2B and AD. RGB value is (133,43,173). Sum of RGB (Red+Green+Blue) = 133+43+173=349 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38.11% from 349); Green value is 43 (17.19% from 255 or 12.32% from 349); Blue value is 173 (67.97% from 255 or 49.57% from 349); Max value from RGB is 173 - color contains mainly: blue. Hex color #852BAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852BAD is #7AD452. Grayscale: #545454. Windows color (decimal): -8049747 or 11348869. OLE color: 11348869.
HSL color Cylindrical-coordinate representation of color #852BAD: hue angle of 281.54º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #852BAD is Cyan = 0.23, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 133 | 43 | 173 | - |
| CMYK | 0.23 | 0.75 | 0 | 0.32 |
| HSL | 281.54º | 0.6% | 0.42% | - |
| HSV(B) | 281.54º | 0.75% | 0.68% | - |
| XYZ | 18.08 | 9.73 | 40.46 | - |
| YUV | 84.73 | 177.82 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 43 | 173 | 0.23 | 0.75 | 0 | 0.32 | 281.54 | 0.6 | 0.42 |
| Hex | 85 | 2B | AD | 17 | 4B | 0 | 20 | 11A | 3C | 2A |
| Octal | 205 | 53 | 255 | 27 | 113 | 0 | 40 | 432 | 74 | 52 |
| Binary | 10000101 | 101011 | 10101101 | 10111 | 1001011 | 0 | 100000 | 100011010 | 111100 | 101010 |
Color Harmonies of #852BAD
Complementary color
Monochromatic Colors of #852BAD
Black with #852BAD
Text Example
Text Example
White with #852BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852BAD; }
p { color: rgb(133,43,173); }
H1.HeaderClassName
{
color: #852BAD;
}
.AnyTagClassName
{
color: #852BAD;
}
</style>
background-color css
<style>
a { background-color: #852BAD; }
a { background-color: rgb(133,43,173); }
div.DivClassName
{
background-color: #852BAD;
}
.BgClassName
{
background-color: #852BAD;
}
</style>
border-color css
<style>
span { border-color: #852BAD; }
span { border-color: rgb(133,43,173); }
td.TdClassName
{
border-color: #852BAD;
}
.TagClassName
{
border-color: #852BAD;
}
</style>