Shades of Vivid Violet #852FAD
Tints of Vivid Violet #852FAD
RGB
CMYK
RGB Variations
Color information
#852FAD (or 0x852FAD) is known color: Vivid Violet. HEX triplet: 85, 2F and AD. RGB value is (133,47,173). Sum of RGB (Red+Green+Blue) = 133+47+173=353 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.68% from 353); Green value is 47 (18.75% from 255 or 13.31% from 353); Blue value is 173 (67.97% from 255 or 49.01% from 353); Max value from RGB is 173 - color contains mainly: blue. Hex color #852FAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852FAD is #7AD052. Grayscale: #565656. Windows color (decimal): -8048723 or 11349893. OLE color: 11349893.
HSL color Cylindrical-coordinate representation of color #852FAD: hue angle of 280.95º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #852FAD is Cyan = 0.23, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 133 | 47 | 173 | - |
| CMYK | 0.23 | 0.73 | 0 | 0.32 |
| HSL | 280.95º | 0.57% | 0.43% | - |
| HSV(B) | 280.95º | 0.73% | 0.68% | - |
| XYZ | 18.23 | 10.04 | 40.51 | - |
| YUV | 87.08 | 176.49 | 160.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 47 | 173 | 0.23 | 0.73 | 0 | 0.32 | 280.95 | 0.57 | 0.43 |
| Hex | 85 | 2F | AD | 17 | 49 | 0 | 20 | 119 | 39 | 2B |
| Octal | 205 | 57 | 255 | 27 | 111 | 0 | 40 | 431 | 71 | 53 |
| Binary | 10000101 | 101111 | 10101101 | 10111 | 1001001 | 0 | 100000 | 100011001 | 111001 | 101011 |
Color Harmonies of #852FAD
Complementary color
Monochromatic Colors of #852FAD
Black with #852FAD
Text Example
Text Example
White with #852FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852FAD; }
p { color: rgb(133,47,173); }
H1.HeaderClassName
{
color: #852FAD;
}
.AnyTagClassName
{
color: #852FAD;
}
</style>
background-color css
<style>
a { background-color: #852FAD; }
a { background-color: rgb(133,47,173); }
div.DivClassName
{
background-color: #852FAD;
}
.BgClassName
{
background-color: #852FAD;
}
</style>
border-color css
<style>
span { border-color: #852FAD; }
span { border-color: rgb(133,47,173); }
td.TdClassName
{
border-color: #852FAD;
}
.TagClassName
{
border-color: #852FAD;
}
</style>