Shades of Vivid Violet #852490
Tints of Vivid Violet #852490
RGB
CMYK
RGB Variations
Color information
#852490 (or 0x852490) is known color: Vivid Violet. HEX triplet: 85, 24 and 90. RGB value is (133,36,144). Sum of RGB (Red+Green+Blue) = 133+36+144=313 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.49% from 313); Green value is 36 (14.45% from 255 or 11.50% from 313); Blue value is 144 (56.64% from 255 or 46.01% from 313); Max value from RGB is 144 - color contains mainly: blue. Hex color #852490 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852490 is #7ADB6F. Grayscale: #4C4C4C. Windows color (decimal): -8051568 or 9446533. OLE color: 9446533.
HSL color Cylindrical-coordinate representation of color #852490: hue angle of 293.89º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #852490 is Cyan = 0.08, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 133 | 36 | 144 | - |
| CMYK | 0.08 | 0.75 | 0 | 0.44 |
| HSL | 293.89º | 0.6% | 0.35% | - |
| HSV(B) | 293.89º | 0.75% | 0.56% | - |
| XYZ | 15.34 | 8.26 | 27.17 | - |
| YUV | 77.32 | 165.64 | 167.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 36 | 144 | 0.08 | 0.75 | 0 | 0.44 | 293.89 | 0.6 | 0.35 |
| Hex | 85 | 24 | 90 | 8 | 4B | 0 | 2C | 126 | 3C | 23 |
| Octal | 205 | 44 | 220 | 10 | 113 | 0 | 54 | 446 | 74 | 43 |
| Binary | 10000101 | 100100 | 10010000 | 1000 | 1001011 | 0 | 101100 | 100100110 | 111100 | 100011 |
Color Harmonies of #852490
Complementary color
Monochromatic Colors of #852490
Black with #852490
Text Example
Text Example
White with #852490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852490; }
p { color: rgb(133,36,144); }
H1.HeaderClassName
{
color: #852490;
}
.AnyTagClassName
{
color: #852490;
}
</style>
background-color css
<style>
a { background-color: #852490; }
a { background-color: rgb(133,36,144); }
div.DivClassName
{
background-color: #852490;
}
.BgClassName
{
background-color: #852490;
}
</style>
border-color css
<style>
span { border-color: #852490; }
span { border-color: rgb(133,36,144); }
td.TdClassName
{
border-color: #852490;
}
.TagClassName
{
border-color: #852490;
}
</style>