Shades of Vivid Violet #85449F
Tints of Vivid Violet #85449F
RGB
CMYK
RGB Variations
Color information
#85449F (or 0x85449F) is known color: Vivid Violet. HEX triplet: 85, 44 and 9F. RGB value is (133,68,159). Sum of RGB (Red+Green+Blue) = 133+68+159=360 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.94% from 360); Green value is 68 (26.95% from 255 or 18.89% from 360); Blue value is 159 (62.5% from 255 or 44.17% from 360); Max value from RGB is 159 - color contains mainly: blue. Hex color #85449F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #85449F is #7ABB60. Grayscale: #616161. Windows color (decimal): -8043361 or 10437765. OLE color: 10437765.
HSL color Cylindrical-coordinate representation of color #85449F: hue angle of 282.86º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #85449F is Cyan = 0.16, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 133 | 68 | 159 | - |
| CMYK | 0.16 | 0.57 | 0 | 0.38 |
| HSL | 282.86º | 0.4% | 0.45% | - |
| HSV(B) | 282.86º | 0.57% | 0.62% | - |
| XYZ | 18 | 11.62 | 34.1 | - |
| YUV | 97.81 | 162.53 | 153.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 68 | 159 | 0.16 | 0.57 | 0 | 0.38 | 282.86 | 0.4 | 0.45 |
| Hex | 85 | 44 | 9F | 10 | 39 | 0 | 26 | 11B | 28 | 2D |
| Octal | 205 | 104 | 237 | 20 | 71 | 0 | 46 | 433 | 50 | 55 |
| Binary | 10000101 | 1000100 | 10011111 | 10000 | 111001 | 0 | 100110 | 100011011 | 101000 | 101101 |
Color Harmonies of #85449F
Complementary color
Monochromatic Colors of #85449F
Black with #85449F
Text Example
Text Example
White with #85449F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85449F; }
p { color: rgb(133,68,159); }
H1.HeaderClassName
{
color: #85449F;
}
.AnyTagClassName
{
color: #85449F;
}
</style>
background-color css
<style>
a { background-color: #85449F; }
a { background-color: rgb(133,68,159); }
div.DivClassName
{
background-color: #85449F;
}
.BgClassName
{
background-color: #85449F;
}
</style>
border-color css
<style>
span { border-color: #85449F; }
span { border-color: rgb(133,68,159); }
td.TdClassName
{
border-color: #85449F;
}
.TagClassName
{
border-color: #85449F;
}
</style>