Shades of Vivid Violet #852EAF
Tints of Vivid Violet #852EAF
RGB
CMYK
RGB Variations
Color information
#852EAF (or 0x852EAF) is known color: Vivid Violet. HEX triplet: 85, 2E and AF. RGB value is (133,46,175). Sum of RGB (Red+Green+Blue) = 133+46+175=354 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.57% from 354); Green value is 46 (18.36% from 255 or 12.99% from 354); Blue value is 175 (68.75% from 255 or 49.44% from 354); Max value from RGB is 175 - color contains mainly: blue. Hex color #852EAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852EAF is #7AD150. Grayscale: #565656. Windows color (decimal): -8048977 or 11480709. OLE color: 11480709.
HSL color Cylindrical-coordinate representation of color #852EAF: hue angle of 280.47º degrees, saturation: 0.58, 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 #852EAF is Cyan = 0.24, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 133 | 46 | 175 | - |
| CMYK | 0.24 | 0.74 | 0 | 0.31 |
| HSL | 280.47º | 0.58% | 0.43% | - |
| HSV(B) | 280.47º | 0.74% | 0.69% | - |
| XYZ | 18.39 | 10.04 | 41.53 | - |
| YUV | 86.72 | 177.82 | 161.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 46 | 175 | 0.24 | 0.74 | 0 | 0.31 | 280.47 | 0.58 | 0.43 |
| Hex | 85 | 2E | AF | 18 | 4A | 0 | 1F | 118 | 3A | 2B |
| Octal | 205 | 56 | 257 | 30 | 112 | 0 | 37 | 430 | 72 | 53 |
| Binary | 10000101 | 101110 | 10101111 | 11000 | 1001010 | 0 | 11111 | 100011000 | 111010 | 101011 |
Color Harmonies of #852EAF
Complementary color
Monochromatic Colors of #852EAF
Black with #852EAF
Text Example
Text Example
White with #852EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852EAF; }
p { color: rgb(133,46,175); }
H1.HeaderClassName
{
color: #852EAF;
}
.AnyTagClassName
{
color: #852EAF;
}
</style>
background-color css
<style>
a { background-color: #852EAF; }
a { background-color: rgb(133,46,175); }
div.DivClassName
{
background-color: #852EAF;
}
.BgClassName
{
background-color: #852EAF;
}
</style>
border-color css
<style>
span { border-color: #852EAF; }
span { border-color: rgb(133,46,175); }
td.TdClassName
{
border-color: #852EAF;
}
.TagClassName
{
border-color: #852EAF;
}
</style>