Shades of Vivid Violet #852890
Tints of Vivid Violet #852890
RGB
CMYK
RGB Variations
Color information
#852890 (or 0x852890) is known color: Vivid Violet. HEX triplet: 85, 28 and 90. RGB value is (133,40,144). Sum of RGB (Red+Green+Blue) = 133+40+144=317 (41% of max value = 765). Red value is 133 (52.34% from 255 or 41.96% from 317); Green value is 40 (16.02% from 255 or 12.62% from 317); Blue value is 144 (56.64% from 255 or 45.43% from 317); Max value from RGB is 144 - color contains mainly: blue. Hex color #852890 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852890 is #7AD76F. Grayscale: #4F4F4F. Windows color (decimal): -8050544 or 9447557. OLE color: 9447557.
HSL color Cylindrical-coordinate representation of color #852890: hue angle of 293.65º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #852890 is Cyan = 0.08, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 133 | 40 | 144 | - |
| CMYK | 0.08 | 0.72 | 0 | 0.44 |
| HSL | 293.65º | 0.57% | 0.36% | - |
| HSV(B) | 293.65º | 0.72% | 0.56% | - |
| XYZ | 15.47 | 8.52 | 27.21 | - |
| YUV | 79.66 | 164.31 | 166.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 40 | 144 | 0.08 | 0.72 | 0 | 0.44 | 293.65 | 0.57 | 0.36 |
| Hex | 85 | 28 | 90 | 8 | 48 | 0 | 2C | 126 | 39 | 24 |
| Octal | 205 | 50 | 220 | 10 | 110 | 0 | 54 | 446 | 71 | 44 |
| Binary | 10000101 | 101000 | 10010000 | 1000 | 1001000 | 0 | 101100 | 100100110 | 111001 | 100100 |
Color Harmonies of #852890
Complementary color
Monochromatic Colors of #852890
Black with #852890
Text Example
Text Example
White with #852890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852890; }
p { color: rgb(133,40,144); }
H1.HeaderClassName
{
color: #852890;
}
.AnyTagClassName
{
color: #852890;
}
</style>
background-color css
<style>
a { background-color: #852890; }
a { background-color: rgb(133,40,144); }
div.DivClassName
{
background-color: #852890;
}
.BgClassName
{
background-color: #852890;
}
</style>
border-color css
<style>
span { border-color: #852890; }
span { border-color: rgb(133,40,144); }
td.TdClassName
{
border-color: #852890;
}
.TagClassName
{
border-color: #852890;
}
</style>