Shades of Vivid Violet #85318D
Tints of Vivid Violet #85318D
RGB
CMYK
RGB Variations
Color information
#85318D (or 0x85318D) is known color: Vivid Violet. HEX triplet: 85, 31 and 8D. RGB value is (133,49,141). Sum of RGB (Red+Green+Blue) = 133+49+141=323 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.18% from 323); Green value is 49 (19.53% from 255 or 15.17% from 323); Blue value is 141 (55.47% from 255 or 43.65% from 323); Max value from RGB is 141 - color contains mainly: blue. Hex color #85318D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #85318D is #7ACE72. Grayscale: #545454. Windows color (decimal): -8048243 or 9253253. OLE color: 9253253.
HSL color Cylindrical-coordinate representation of color #85318D: hue angle of 294.78º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #85318D is Cyan = 0.06, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 133 | 49 | 141 | - |
| CMYK | 0.06 | 0.65 | 0 | 0.45 |
| HSL | 294.78º | 0.48% | 0.37% | - |
| HSV(B) | 294.78º | 0.65% | 0.55% | - |
| XYZ | 15.58 | 9.11 | 26.14 | - |
| YUV | 84.6 | 159.83 | 162.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 49 | 141 | 0.06 | 0.65 | 0 | 0.45 | 294.78 | 0.48 | 0.37 |
| Hex | 85 | 31 | 8D | 6 | 41 | 0 | 2D | 127 | 30 | 25 |
| Octal | 205 | 61 | 215 | 6 | 101 | 0 | 55 | 447 | 60 | 45 |
| Binary | 10000101 | 110001 | 10001101 | 110 | 1000001 | 0 | 101101 | 100100111 | 110000 | 100101 |
Color Harmonies of #85318D
Complementary color
Monochromatic Colors of #85318D
Black with #85318D
Text Example
Text Example
White with #85318D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85318D; }
p { color: rgb(133,49,141); }
H1.HeaderClassName
{
color: #85318D;
}
.AnyTagClassName
{
color: #85318D;
}
</style>
background-color css
<style>
a { background-color: #85318D; }
a { background-color: rgb(133,49,141); }
div.DivClassName
{
background-color: #85318D;
}
.BgClassName
{
background-color: #85318D;
}
</style>
border-color css
<style>
span { border-color: #85318D; }
span { border-color: rgb(133,49,141); }
td.TdClassName
{
border-color: #85318D;
}
.TagClassName
{
border-color: #85318D;
}
</style>