Shades of Vivid Violet #852AAD
Tints of Vivid Violet #852AAD
RGB
CMYK
RGB Variations
Color information
#852AAD (or 0x852AAD) is known color: Vivid Violet. HEX triplet: 85, 2A and AD. RGB value is (133,42,173). Sum of RGB (Red+Green+Blue) = 133+42+173=348 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38.22% from 348); Green value is 42 (16.80% from 255 or 12.07% from 348); Blue value is 173 (67.97% from 255 or 49.71% from 348); Max value from RGB is 173 - color contains mainly: blue. Hex color #852AAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852AAD is #7AD552. Grayscale: #535353. Windows color (decimal): -8050003 or 11348613. OLE color: 11348613.
HSL color Cylindrical-coordinate representation of color #852AAD: hue angle of 281.68º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #852AAD is Cyan = 0.23, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 133 | 42 | 173 | - |
| CMYK | 0.23 | 0.76 | 0 | 0.32 |
| HSL | 281.68º | 0.61% | 0.42% | - |
| HSV(B) | 281.68º | 0.76% | 0.68% | - |
| XYZ | 18.04 | 9.66 | 40.45 | - |
| YUV | 84.14 | 178.15 | 162.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 42 | 173 | 0.23 | 0.76 | 0 | 0.32 | 281.68 | 0.61 | 0.42 |
| Hex | 85 | 2A | AD | 17 | 4C | 0 | 20 | 11A | 3D | 2A |
| Octal | 205 | 52 | 255 | 27 | 114 | 0 | 40 | 432 | 75 | 52 |
| Binary | 10000101 | 101010 | 10101101 | 10111 | 1001100 | 0 | 100000 | 100011010 | 111101 | 101010 |
Color Harmonies of #852AAD
Complementary color
Monochromatic Colors of #852AAD
Black with #852AAD
Text Example
Text Example
White with #852AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852AAD; }
p { color: rgb(133,42,173); }
H1.HeaderClassName
{
color: #852AAD;
}
.AnyTagClassName
{
color: #852AAD;
}
</style>
background-color css
<style>
a { background-color: #852AAD; }
a { background-color: rgb(133,42,173); }
div.DivClassName
{
background-color: #852AAD;
}
.BgClassName
{
background-color: #852AAD;
}
</style>
border-color css
<style>
span { border-color: #852AAD; }
span { border-color: rgb(133,42,173); }
td.TdClassName
{
border-color: #852AAD;
}
.TagClassName
{
border-color: #852AAD;
}
</style>