Shades of Vivid Violet #85478D
Tints of Vivid Violet #85478D
RGB
CMYK
RGB Variations
Color information
#85478D (or 0x85478D) is known color: Vivid Violet. HEX triplet: 85, 47 and 8D. RGB value is (133,71,141). Sum of RGB (Red+Green+Blue) = 133+71+141=345 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.55% from 345); Green value is 71 (28.12% from 255 or 20.58% from 345); Blue value is 141 (55.47% from 255 or 40.87% from 345); Max value from RGB is 141 - color contains mainly: blue. Hex color #85478D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #85478D is #7AB872. Grayscale: #616161. Windows color (decimal): -8042611 or 9258885. OLE color: 9258885.
HSL color Cylindrical-coordinate representation of color #85478D: hue angle of 293.14º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #85478D is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 133 | 71 | 141 | - |
| CMYK | 0.06 | 0.50 | 0 | 0.45 |
| HSL | 293.14º | 0.33% | 0.42% | - |
| HSV(B) | 293.14º | 0.5% | 0.55% | - |
| XYZ | 16.73 | 11.42 | 26.52 | - |
| YUV | 97.52 | 152.54 | 153.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 71 | 141 | 0.06 | 0.50 | 0 | 0.45 | 293.14 | 0.33 | 0.42 |
| Hex | 85 | 47 | 8D | 6 | 32 | 0 | 2D | 125 | 21 | 2A |
| Octal | 205 | 107 | 215 | 6 | 62 | 0 | 55 | 445 | 41 | 52 |
| Binary | 10000101 | 1000111 | 10001101 | 110 | 110010 | 0 | 101101 | 100100101 | 100001 | 101010 |
Color Harmonies of #85478D
Complementary color
Monochromatic Colors of #85478D
Black with #85478D
Text Example
Text Example
White with #85478D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85478D; }
p { color: rgb(133,71,141); }
H1.HeaderClassName
{
color: #85478D;
}
.AnyTagClassName
{
color: #85478D;
}
</style>
background-color css
<style>
a { background-color: #85478D; }
a { background-color: rgb(133,71,141); }
div.DivClassName
{
background-color: #85478D;
}
.BgClassName
{
background-color: #85478D;
}
</style>
border-color css
<style>
span { border-color: #85478D; }
span { border-color: rgb(133,71,141); }
td.TdClassName
{
border-color: #85478D;
}
.TagClassName
{
border-color: #85478D;
}
</style>