Shades of Vivid Violet #852894
Tints of Vivid Violet #852894
RGB
CMYK
RGB Variations
Color information
#852894 (or 0x852894) is known color: Vivid Violet. HEX triplet: 85, 28 and 94. RGB value is (133,40,148). Sum of RGB (Red+Green+Blue) = 133+40+148=321 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.43% from 321); Green value is 40 (16.02% from 255 or 12.46% from 321); Blue value is 148 (58.20% from 255 or 46.11% from 321); Max value from RGB is 148 - color contains mainly: blue. Hex color #852894 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852894 is #7AD76B. Grayscale: #4F4F4F. Windows color (decimal): -8050540 or 9709701. OLE color: 9709701.
HSL color Cylindrical-coordinate representation of color #852894: hue angle of 291.67º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #852894 is Cyan = 0.10, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 133 | 40 | 148 | - |
| CMYK | 0.10 | 0.73 | 0 | 0.42 |
| HSL | 291.67º | 0.57% | 0.37% | - |
| HSV(B) | 291.67º | 0.73% | 0.58% | - |
| XYZ | 15.78 | 8.64 | 28.85 | - |
| YUV | 80.12 | 166.31 | 165.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 40 | 148 | 0.10 | 0.73 | 0 | 0.42 | 291.67 | 0.57 | 0.37 |
| Hex | 85 | 28 | 94 | A | 49 | 0 | 2A | 124 | 39 | 25 |
| Octal | 205 | 50 | 224 | 12 | 111 | 0 | 52 | 444 | 71 | 45 |
| Binary | 10000101 | 101000 | 10010100 | 1010 | 1001001 | 0 | 101010 | 100100100 | 111001 | 100101 |
Color Harmonies of #852894
Complementary color
Monochromatic Colors of #852894
Black with #852894
Text Example
Text Example
White with #852894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852894; }
p { color: rgb(133,40,148); }
H1.HeaderClassName
{
color: #852894;
}
.AnyTagClassName
{
color: #852894;
}
</style>
background-color css
<style>
a { background-color: #852894; }
a { background-color: rgb(133,40,148); }
div.DivClassName
{
background-color: #852894;
}
.BgClassName
{
background-color: #852894;
}
</style>
border-color css
<style>
span { border-color: #852894; }
span { border-color: rgb(133,40,148); }
td.TdClassName
{
border-color: #852894;
}
.TagClassName
{
border-color: #852894;
}
</style>