Shades of Vivid Violet #852FA3
Tints of Vivid Violet #852FA3
RGB
CMYK
RGB Variations
Color information
#852FA3 (or 0x852FA3) is known color: Vivid Violet. HEX triplet: 85, 2F and A3. RGB value is (133,47,163). Sum of RGB (Red+Green+Blue) = 133+47+163=343 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.78% from 343); Green value is 47 (18.75% from 255 or 13.70% from 343); Blue value is 163 (64.06% from 255 or 47.52% from 343); Max value from RGB is 163 - color contains mainly: blue. Hex color #852FA3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852FA3 is #7AD05C. Grayscale: #555555. Windows color (decimal): -8048733 or 10694533. OLE color: 10694533.
HSL color Cylindrical-coordinate representation of color #852FA3: hue angle of 284.48º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #852FA3 is Cyan = 0.18, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 133 | 47 | 163 | - |
| CMYK | 0.18 | 0.71 | 0 | 0.36 |
| HSL | 284.48º | 0.55% | 0.41% | - |
| HSV(B) | 284.48º | 0.71% | 0.64% | - |
| XYZ | 17.3 | 9.66 | 35.6 | - |
| YUV | 85.94 | 171.49 | 161.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 47 | 163 | 0.18 | 0.71 | 0 | 0.36 | 284.48 | 0.55 | 0.41 |
| Hex | 85 | 2F | A3 | 12 | 47 | 0 | 24 | 11C | 37 | 29 |
| Octal | 205 | 57 | 243 | 22 | 107 | 0 | 44 | 434 | 67 | 51 |
| Binary | 10000101 | 101111 | 10100011 | 10010 | 1000111 | 0 | 100100 | 100011100 | 110111 | 101001 |
Color Harmonies of #852FA3
Complementary color
Monochromatic Colors of #852FA3
Black with #852FA3
Text Example
Text Example
White with #852FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852FA3; }
p { color: rgb(133,47,163); }
H1.HeaderClassName
{
color: #852FA3;
}
.AnyTagClassName
{
color: #852FA3;
}
</style>
background-color css
<style>
a { background-color: #852FA3; }
a { background-color: rgb(133,47,163); }
div.DivClassName
{
background-color: #852FA3;
}
.BgClassName
{
background-color: #852FA3;
}
</style>
border-color css
<style>
span { border-color: #852FA3; }
span { border-color: rgb(133,47,163); }
td.TdClassName
{
border-color: #852FA3;
}
.TagClassName
{
border-color: #852FA3;
}
</style>