Shades of Vivid Violet #85208F
Tints of Vivid Violet #85208F
RGB
CMYK
RGB Variations
Color information
#85208F (or 0x85208F) is known color: Vivid Violet. HEX triplet: 85, 20 and 8F. RGB value is (133,32,143). Sum of RGB (Red+Green+Blue) = 133+32+143=308 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.18% from 308); Green value is 32 (12.89% from 255 or 10.39% from 308); Blue value is 143 (56.25% from 255 or 46.43% from 308); Max value from RGB is 143 - color contains mainly: blue. Hex color #85208F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #85208F is #7ADF70. Grayscale: #4A4A4A. Windows color (decimal): -8052593 or 9379973. OLE color: 9379973.
HSL color Cylindrical-coordinate representation of color #85208F: hue angle of 294.59º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #85208F is Cyan = 0.07, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 133 | 32 | 143 | - |
| CMYK | 0.07 | 0.78 | 0 | 0.44 |
| HSL | 294.59º | 0.63% | 0.34% | - |
| HSV(B) | 294.59º | 0.78% | 0.56% | - |
| XYZ | 15.15 | 8 | 26.73 | - |
| YUV | 74.85 | 166.46 | 169.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 32 | 143 | 0.07 | 0.78 | 0 | 0.44 | 294.59 | 0.63 | 0.34 |
| Hex | 85 | 20 | 8F | 7 | 4E | 0 | 2C | 127 | 3F | 22 |
| Octal | 205 | 40 | 217 | 7 | 116 | 0 | 54 | 447 | 77 | 42 |
| Binary | 10000101 | 100000 | 10001111 | 111 | 1001110 | 0 | 101100 | 100100111 | 111111 | 100010 |
Color Harmonies of #85208F
Complementary color
Monochromatic Colors of #85208F
Black with #85208F
Text Example
Text Example
White with #85208F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85208F; }
p { color: rgb(133,32,143); }
H1.HeaderClassName
{
color: #85208F;
}
.AnyTagClassName
{
color: #85208F;
}
</style>
background-color css
<style>
a { background-color: #85208F; }
a { background-color: rgb(133,32,143); }
div.DivClassName
{
background-color: #85208F;
}
.BgClassName
{
background-color: #85208F;
}
</style>
border-color css
<style>
span { border-color: #85208F; }
span { border-color: rgb(133,32,143); }
td.TdClassName
{
border-color: #85208F;
}
.TagClassName
{
border-color: #85208F;
}
</style>