Shades of Vivid Violet #85338D
Tints of Vivid Violet #85338D
RGB
CMYK
RGB Variations
Color information
#85338D (or 0x85338D) is known color: Vivid Violet. HEX triplet: 85, 33 and 8D. RGB value is (133,51,141). Sum of RGB (Red+Green+Blue) = 133+51+141=325 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.92% from 325); Green value is 51 (20.31% from 255 or 15.69% from 325); Blue value is 141 (55.47% from 255 or 43.38% from 325); Max value from RGB is 141 - color contains mainly: blue. Hex color #85338D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #85338D is #7ACC72. Grayscale: #555555. Windows color (decimal): -8047731 or 9253765. OLE color: 9253765.
HSL color Cylindrical-coordinate representation of color #85338D: hue angle of 294.67º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #85338D is Cyan = 0.06, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 133 | 51 | 141 | - |
| CMYK | 0.06 | 0.64 | 0 | 0.45 |
| HSL | 294.67º | 0.47% | 0.38% | - |
| HSV(B) | 294.67º | 0.64% | 0.55% | - |
| XYZ | 15.66 | 9.28 | 26.16 | - |
| YUV | 85.78 | 159.17 | 161.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 51 | 141 | 0.06 | 0.64 | 0 | 0.45 | 294.67 | 0.47 | 0.38 |
| Hex | 85 | 33 | 8D | 6 | 40 | 0 | 2D | 127 | 2F | 26 |
| Octal | 205 | 63 | 215 | 6 | 100 | 0 | 55 | 447 | 57 | 46 |
| Binary | 10000101 | 110011 | 10001101 | 110 | 1000000 | 0 | 101101 | 100100111 | 101111 | 100110 |
Color Harmonies of #85338D
Complementary color
Monochromatic Colors of #85338D
Black with #85338D
Text Example
Text Example
White with #85338D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85338D; }
p { color: rgb(133,51,141); }
H1.HeaderClassName
{
color: #85338D;
}
.AnyTagClassName
{
color: #85338D;
}
</style>
background-color css
<style>
a { background-color: #85338D; }
a { background-color: rgb(133,51,141); }
div.DivClassName
{
background-color: #85338D;
}
.BgClassName
{
background-color: #85338D;
}
</style>
border-color css
<style>
span { border-color: #85338D; }
span { border-color: rgb(133,51,141); }
td.TdClassName
{
border-color: #85338D;
}
.TagClassName
{
border-color: #85338D;
}
</style>