Shades of Vivid Violet #85478B
Tints of Vivid Violet #85478B
RGB
CMYK
RGB Variations
Color information
#85478B (or 0x85478B) is known color: Vivid Violet. HEX triplet: 85, 47 and 8B. RGB value is (133,71,139). Sum of RGB (Red+Green+Blue) = 133+71+139=343 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.78% from 343); Green value is 71 (28.12% from 255 or 20.70% from 343); Blue value is 139 (54.69% from 255 or 40.52% from 343); Max value from RGB is 139 - color contains mainly: blue. Hex color #85478B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #85478B is #7AB874. Grayscale: #616161. Windows color (decimal): -8042613 or 9127813. OLE color: 9127813.
HSL color Cylindrical-coordinate representation of color #85478B: hue angle of 294.71º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #85478B is Cyan = 0.04, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 133 | 71 | 139 | - |
| CMYK | 0.04 | 0.49 | 0 | 0.45 |
| HSL | 294.71º | 0.32% | 0.41% | - |
| HSV(B) | 294.71º | 0.49% | 0.55% | - |
| XYZ | 16.59 | 11.36 | 25.74 | - |
| YUV | 97.29 | 151.54 | 153.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 71 | 139 | 0.04 | 0.49 | 0 | 0.45 | 294.71 | 0.32 | 0.41 |
| Hex | 85 | 47 | 8B | 4 | 31 | 0 | 2D | 127 | 20 | 29 |
| Octal | 205 | 107 | 213 | 4 | 61 | 0 | 55 | 447 | 40 | 51 |
| Binary | 10000101 | 1000111 | 10001011 | 100 | 110001 | 0 | 101101 | 100100111 | 100000 | 101001 |
Color Harmonies of #85478B
Complementary color
Monochromatic Colors of #85478B
Black with #85478B
Text Example
Text Example
White with #85478B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85478B; }
p { color: rgb(133,71,139); }
H1.HeaderClassName
{
color: #85478B;
}
.AnyTagClassName
{
color: #85478B;
}
</style>
background-color css
<style>
a { background-color: #85478B; }
a { background-color: rgb(133,71,139); }
div.DivClassName
{
background-color: #85478B;
}
.BgClassName
{
background-color: #85478B;
}
</style>
border-color css
<style>
span { border-color: #85478B; }
span { border-color: rgb(133,71,139); }
td.TdClassName
{
border-color: #85478B;
}
.TagClassName
{
border-color: #85478B;
}
</style>