Shades of Vivid Violet #85318B
Tints of Vivid Violet #85318B
RGB
CMYK
RGB Variations
Color information
#85318B (or 0x85318B) is known color: Vivid Violet. HEX triplet: 85, 31 and 8B. RGB value is (133,49,139). Sum of RGB (Red+Green+Blue) = 133+49+139=321 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.43% from 321); Green value is 49 (19.53% from 255 or 15.26% from 321); Blue value is 139 (54.69% from 255 or 43.30% from 321); Max value from RGB is 139 - color contains mainly: blue. Hex color #85318B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #85318B is #7ACE74. Grayscale: #545454. Windows color (decimal): -8048245 or 9122181. OLE color: 9122181.
HSL color Cylindrical-coordinate representation of color #85318B: hue angle of 296º 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 #85318B is Cyan = 0.04, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 133 | 49 | 139 | - |
| CMYK | 0.04 | 0.65 | 0 | 0.45 |
| HSL | 296º | 0.48% | 0.37% | - |
| HSV(B) | 296º | 0.65% | 0.55% | - |
| XYZ | 15.43 | 9.05 | 25.36 | - |
| YUV | 84.38 | 158.83 | 162.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 49 | 139 | 0.04 | 0.65 | 0 | 0.45 | 296 | 0.48 | 0.37 |
| Hex | 85 | 31 | 8B | 4 | 41 | 0 | 2D | 128 | 30 | 25 |
| Octal | 205 | 61 | 213 | 4 | 101 | 0 | 55 | 450 | 60 | 45 |
| Binary | 10000101 | 110001 | 10001011 | 100 | 1000001 | 0 | 101101 | 100101000 | 110000 | 100101 |
Color Harmonies of #85318B
Complementary color
Monochromatic Colors of #85318B
Black with #85318B
Text Example
Text Example
White with #85318B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85318B; }
p { color: rgb(133,49,139); }
H1.HeaderClassName
{
color: #85318B;
}
.AnyTagClassName
{
color: #85318B;
}
</style>
background-color css
<style>
a { background-color: #85318B; }
a { background-color: rgb(133,49,139); }
div.DivClassName
{
background-color: #85318B;
}
.BgClassName
{
background-color: #85318B;
}
</style>
border-color css
<style>
span { border-color: #85318B; }
span { border-color: rgb(133,49,139); }
td.TdClassName
{
border-color: #85318B;
}
.TagClassName
{
border-color: #85318B;
}
</style>