Shades of Vivid Violet #852D90
Tints of Vivid Violet #852D90
RGB
CMYK
RGB Variations
Color information
#852D90 (or 0x852D90) is known color: Vivid Violet. HEX triplet: 85, 2D and 90. RGB value is (133,45,144). Sum of RGB (Red+Green+Blue) = 133+45+144=322 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.30% from 322); Green value is 45 (17.97% from 255 or 13.98% from 322); Blue value is 144 (56.64% from 255 or 44.72% from 322); Max value from RGB is 144 - color contains mainly: blue. Hex color #852D90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852D90 is #7AD26F. Grayscale: #525252. Windows color (decimal): -8049264 or 9448837. OLE color: 9448837.
HSL color Cylindrical-coordinate representation of color #852D90: hue angle of 293.33º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #852D90 is Cyan = 0.08, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 133 | 45 | 144 | - |
| CMYK | 0.08 | 0.69 | 0 | 0.44 |
| HSL | 293.33º | 0.52% | 0.37% | - |
| HSV(B) | 293.33º | 0.69% | 0.56% | - |
| XYZ | 15.65 | 8.88 | 27.27 | - |
| YUV | 82.6 | 162.65 | 163.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 45 | 144 | 0.08 | 0.69 | 0 | 0.44 | 293.33 | 0.52 | 0.37 |
| Hex | 85 | 2D | 90 | 8 | 45 | 0 | 2C | 125 | 34 | 25 |
| Octal | 205 | 55 | 220 | 10 | 105 | 0 | 54 | 445 | 64 | 45 |
| Binary | 10000101 | 101101 | 10010000 | 1000 | 1000101 | 0 | 101100 | 100100101 | 110100 | 100101 |
Color Harmonies of #852D90
Complementary color
Monochromatic Colors of #852D90
Black with #852D90
Text Example
Text Example
White with #852D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852D90; }
p { color: rgb(133,45,144); }
H1.HeaderClassName
{
color: #852D90;
}
.AnyTagClassName
{
color: #852D90;
}
</style>
background-color css
<style>
a { background-color: #852D90; }
a { background-color: rgb(133,45,144); }
div.DivClassName
{
background-color: #852D90;
}
.BgClassName
{
background-color: #852D90;
}
</style>
border-color css
<style>
span { border-color: #852D90; }
span { border-color: rgb(133,45,144); }
td.TdClassName
{
border-color: #852D90;
}
.TagClassName
{
border-color: #852D90;
}
</style>