Shades of Vivid Violet #852491
Tints of Vivid Violet #852491
RGB
CMYK
RGB Variations
Color information
#852491 (or 0x852491) is known color: Vivid Violet. HEX triplet: 85, 24 and 91. RGB value is (133,36,145). Sum of RGB (Red+Green+Blue) = 133+36+145=314 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.36% from 314); Green value is 36 (14.45% from 255 or 11.46% from 314); Blue value is 145 (57.03% from 255 or 46.18% from 314); Max value from RGB is 145 - color contains mainly: blue. Hex color #852491 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852491 is #7ADB6E. Grayscale: #4D4D4D. Windows color (decimal): -8051567 or 9512069. OLE color: 9512069.
HSL color Cylindrical-coordinate representation of color #852491: hue angle of 293.39º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #852491 is Cyan = 0.08, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 133 | 36 | 145 | - |
| CMYK | 0.08 | 0.75 | 0 | 0.43 |
| HSL | 293.39º | 0.6% | 0.35% | - |
| HSV(B) | 293.39º | 0.75% | 0.57% | - |
| XYZ | 15.41 | 8.29 | 27.58 | - |
| YUV | 77.43 | 166.14 | 167.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 36 | 145 | 0.08 | 0.75 | 0 | 0.43 | 293.39 | 0.6 | 0.35 |
| Hex | 85 | 24 | 91 | 8 | 4B | 0 | 2B | 125 | 3C | 23 |
| Octal | 205 | 44 | 221 | 10 | 113 | 0 | 53 | 445 | 74 | 43 |
| Binary | 10000101 | 100100 | 10010001 | 1000 | 1001011 | 0 | 101011 | 100100101 | 111100 | 100011 |
Color Harmonies of #852491
Complementary color
Monochromatic Colors of #852491
Black with #852491
Text Example
Text Example
White with #852491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852491; }
p { color: rgb(133,36,145); }
H1.HeaderClassName
{
color: #852491;
}
.AnyTagClassName
{
color: #852491;
}
</style>
background-color css
<style>
a { background-color: #852491; }
a { background-color: rgb(133,36,145); }
div.DivClassName
{
background-color: #852491;
}
.BgClassName
{
background-color: #852491;
}
</style>
border-color css
<style>
span { border-color: #852491; }
span { border-color: rgb(133,36,145); }
td.TdClassName
{
border-color: #852491;
}
.TagClassName
{
border-color: #852491;
}
</style>