Shades of Vivid Violet #85458B
Tints of Vivid Violet #85458B
RGB
CMYK
RGB Variations
Color information
#85458B (or 0x85458B) is known color: Vivid Violet. HEX triplet: 85, 45 and 8B. RGB value is (133,69,139). Sum of RGB (Red+Green+Blue) = 133+69+139=341 (45% of max value = 765). Red value is 133 (52.34% from 255 or 39.00% from 341); Green value is 69 (27.34% from 255 or 20.23% from 341); Blue value is 139 (54.69% from 255 or 40.76% from 341); Max value from RGB is 139 - color contains mainly: blue. Hex color #85458B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #85458B is #7ABA74. Grayscale: #5F5F5F. Windows color (decimal): -8043125 or 9127301. OLE color: 9127301.
HSL color Cylindrical-coordinate representation of color #85458B: hue angle of 294.86º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #85458B is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 133 | 69 | 139 | - |
| CMYK | 0.04 | 0.50 | 0 | 0.45 |
| HSL | 294.86º | 0.34% | 0.41% | - |
| HSV(B) | 294.86º | 0.5% | 0.55% | - |
| XYZ | 16.46 | 11.11 | 25.7 | - |
| YUV | 96.12 | 152.2 | 154.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 69 | 139 | 0.04 | 0.50 | 0 | 0.45 | 294.86 | 0.34 | 0.41 |
| Hex | 85 | 45 | 8B | 4 | 32 | 0 | 2D | 127 | 22 | 29 |
| Octal | 205 | 105 | 213 | 4 | 62 | 0 | 55 | 447 | 42 | 51 |
| Binary | 10000101 | 1000101 | 10001011 | 100 | 110010 | 0 | 101101 | 100100111 | 100010 | 101001 |
Color Harmonies of #85458B
Complementary color
Monochromatic Colors of #85458B
Black with #85458B
Text Example
Text Example
White with #85458B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85458B; }
p { color: rgb(133,69,139); }
H1.HeaderClassName
{
color: #85458B;
}
.AnyTagClassName
{
color: #85458B;
}
</style>
background-color css
<style>
a { background-color: #85458B; }
a { background-color: rgb(133,69,139); }
div.DivClassName
{
background-color: #85458B;
}
.BgClassName
{
background-color: #85458B;
}
</style>
border-color css
<style>
span { border-color: #85458B; }
span { border-color: rgb(133,69,139); }
td.TdClassName
{
border-color: #85458B;
}
.TagClassName
{
border-color: #85458B;
}
</style>