Shades of Vivid Violet #852DAF
Tints of Vivid Violet #852DAF
RGB
CMYK
RGB Variations
Color information
#852DAF (or 0x852DAF) is known color: Vivid Violet. HEX triplet: 85, 2D and AF. RGB value is (133,45,175). Sum of RGB (Red+Green+Blue) = 133+45+175=353 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.68% from 353); Green value is 45 (17.97% from 255 or 12.75% from 353); Blue value is 175 (68.75% from 255 or 49.58% from 353); Max value from RGB is 175 - color contains mainly: blue. Hex color #852DAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852DAF is #7AD250. Grayscale: #555555. Windows color (decimal): -8049233 or 11480453. OLE color: 11480453.
HSL color Cylindrical-coordinate representation of color #852DAF: hue angle of 280.62º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #852DAF is Cyan = 0.24, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 133 | 45 | 175 | - |
| CMYK | 0.24 | 0.74 | 0 | 0.31 |
| HSL | 280.62º | 0.59% | 0.43% | - |
| HSV(B) | 280.62º | 0.74% | 0.69% | - |
| XYZ | 18.35 | 9.96 | 41.51 | - |
| YUV | 86.13 | 178.15 | 161.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 45 | 175 | 0.24 | 0.74 | 0 | 0.31 | 280.62 | 0.59 | 0.43 |
| Hex | 85 | 2D | AF | 18 | 4A | 0 | 1F | 119 | 3B | 2B |
| Octal | 205 | 55 | 257 | 30 | 112 | 0 | 37 | 431 | 73 | 53 |
| Binary | 10000101 | 101101 | 10101111 | 11000 | 1001010 | 0 | 11111 | 100011001 | 111011 | 101011 |
Color Harmonies of #852DAF
Complementary color
Monochromatic Colors of #852DAF
Black with #852DAF
Text Example
Text Example
White with #852DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852DAF; }
p { color: rgb(133,45,175); }
H1.HeaderClassName
{
color: #852DAF;
}
.AnyTagClassName
{
color: #852DAF;
}
</style>
background-color css
<style>
a { background-color: #852DAF; }
a { background-color: rgb(133,45,175); }
div.DivClassName
{
background-color: #852DAF;
}
.BgClassName
{
background-color: #852DAF;
}
</style>
border-color css
<style>
span { border-color: #852DAF; }
span { border-color: rgb(133,45,175); }
td.TdClassName
{
border-color: #852DAF;
}
.TagClassName
{
border-color: #852DAF;
}
</style>