Shades of Vivid Violet #85469E
Tints of Vivid Violet #85469E
RGB
CMYK
RGB Variations
Color information
#85469E (or 0x85469E) is known color: Vivid Violet. HEX triplet: 85, 46 and 9E. RGB value is (133,70,158). Sum of RGB (Red+Green+Blue) = 133+70+158=361 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.84% from 361); Green value is 70 (27.73% from 255 or 19.39% from 361); Blue value is 158 (62.11% from 255 or 43.77% from 361); Max value from RGB is 158 - color contains mainly: blue. Hex color #85469E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #85469E is #7AB961. Grayscale: #626262. Windows color (decimal): -8042850 or 10372741. OLE color: 10372741.
HSL color Cylindrical-coordinate representation of color #85469E: hue angle of 282.95º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #85469E is Cyan = 0.16, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 133 | 70 | 158 | - |
| CMYK | 0.16 | 0.56 | 0 | 0.38 |
| HSL | 282.95º | 0.39% | 0.45% | - |
| HSV(B) | 282.95º | 0.56% | 0.62% | - |
| XYZ | 18.03 | 11.84 | 33.68 | - |
| YUV | 98.87 | 161.37 | 152.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 70 | 158 | 0.16 | 0.56 | 0 | 0.38 | 282.95 | 0.39 | 0.45 |
| Hex | 85 | 46 | 9E | 10 | 38 | 0 | 26 | 11B | 27 | 2D |
| Octal | 205 | 106 | 236 | 20 | 70 | 0 | 46 | 433 | 47 | 55 |
| Binary | 10000101 | 1000110 | 10011110 | 10000 | 111000 | 0 | 100110 | 100011011 | 100111 | 101101 |
Color Harmonies of #85469E
Complementary color
Monochromatic Colors of #85469E
Black with #85469E
Text Example
Text Example
White with #85469E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85469E; }
p { color: rgb(133,70,158); }
H1.HeaderClassName
{
color: #85469E;
}
.AnyTagClassName
{
color: #85469E;
}
</style>
background-color css
<style>
a { background-color: #85469E; }
a { background-color: rgb(133,70,158); }
div.DivClassName
{
background-color: #85469E;
}
.BgClassName
{
background-color: #85469E;
}
</style>
border-color css
<style>
span { border-color: #85469E; }
span { border-color: rgb(133,70,158); }
td.TdClassName
{
border-color: #85469E;
}
.TagClassName
{
border-color: #85469E;
}
</style>