Shades of Vivid Violet #852F8D
Tints of Vivid Violet #852F8D
RGB
CMYK
RGB Variations
Color information
#852F8D (or 0x852F8D) is known color: Vivid Violet. HEX triplet: 85, 2F and 8D. RGB value is (133,47,141). Sum of RGB (Red+Green+Blue) = 133+47+141=321 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.43% from 321); Green value is 47 (18.75% from 255 or 14.64% from 321); Blue value is 141 (55.47% from 255 or 43.93% from 321); Max value from RGB is 141 - color contains mainly: blue. Hex color #852F8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852F8D is #7AD072. Grayscale: #535353. Windows color (decimal): -8048755 or 9252741. OLE color: 9252741.
HSL color Cylindrical-coordinate representation of color #852F8D: hue angle of 294.89º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #852F8D is Cyan = 0.06, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 133 | 47 | 141 | - |
| CMYK | 0.06 | 0.67 | 0 | 0.45 |
| HSL | 294.89º | 0.5% | 0.37% | - |
| HSV(B) | 294.89º | 0.67% | 0.55% | - |
| XYZ | 15.5 | 8.94 | 26.11 | - |
| YUV | 83.43 | 160.49 | 163.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 47 | 141 | 0.06 | 0.67 | 0 | 0.45 | 294.89 | 0.5 | 0.37 |
| Hex | 85 | 2F | 8D | 6 | 43 | 0 | 2D | 127 | 32 | 25 |
| Octal | 205 | 57 | 215 | 6 | 103 | 0 | 55 | 447 | 62 | 45 |
| Binary | 10000101 | 101111 | 10001101 | 110 | 1000011 | 0 | 101101 | 100100111 | 110010 | 100101 |
Color Harmonies of #852F8D
Complementary color
Monochromatic Colors of #852F8D
Black with #852F8D
Text Example
Text Example
White with #852F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852F8D; }
p { color: rgb(133,47,141); }
H1.HeaderClassName
{
color: #852F8D;
}
.AnyTagClassName
{
color: #852F8D;
}
</style>
background-color css
<style>
a { background-color: #852F8D; }
a { background-color: rgb(133,47,141); }
div.DivClassName
{
background-color: #852F8D;
}
.BgClassName
{
background-color: #852F8D;
}
</style>
border-color css
<style>
span { border-color: #852F8D; }
span { border-color: rgb(133,47,141); }
td.TdClassName
{
border-color: #852F8D;
}
.TagClassName
{
border-color: #852F8D;
}
</style>