Shades of Vivid Violet #85369F
Tints of Vivid Violet #85369F
RGB
CMYK
RGB Variations
Color information
#85369F (or 0x85369F) is known color: Vivid Violet. HEX triplet: 85, 36 and 9F. RGB value is (133,54,159). Sum of RGB (Red+Green+Blue) = 133+54+159=346 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.44% from 346); Green value is 54 (21.48% from 255 or 15.61% from 346); Blue value is 159 (62.5% from 255 or 45.95% from 346); Max value from RGB is 159 - color contains mainly: blue. Hex color #85369F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #85369F is #7AC960. Grayscale: #595959. Windows color (decimal): -8046945 or 10434181. OLE color: 10434181.
HSL color Cylindrical-coordinate representation of color #85369F: hue angle of 285.14º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #85369F is Cyan = 0.16, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 133 | 54 | 159 | - |
| CMYK | 0.16 | 0.66 | 0 | 0.38 |
| HSL | 285.14º | 0.49% | 0.42% | - |
| HSV(B) | 285.14º | 0.66% | 0.62% | - |
| XYZ | 17.25 | 10.13 | 33.85 | - |
| YUV | 89.59 | 167.17 | 158.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 54 | 159 | 0.16 | 0.66 | 0 | 0.38 | 285.14 | 0.49 | 0.42 |
| Hex | 85 | 36 | 9F | 10 | 42 | 0 | 26 | 11D | 31 | 2A |
| Octal | 205 | 66 | 237 | 20 | 102 | 0 | 46 | 435 | 61 | 52 |
| Binary | 10000101 | 110110 | 10011111 | 10000 | 1000010 | 0 | 100110 | 100011101 | 110001 | 101010 |
Color Harmonies of #85369F
Complementary color
Monochromatic Colors of #85369F
Black with #85369F
Text Example
Text Example
White with #85369F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85369F; }
p { color: rgb(133,54,159); }
H1.HeaderClassName
{
color: #85369F;
}
.AnyTagClassName
{
color: #85369F;
}
</style>
background-color css
<style>
a { background-color: #85369F; }
a { background-color: rgb(133,54,159); }
div.DivClassName
{
background-color: #85369F;
}
.BgClassName
{
background-color: #85369F;
}
</style>
border-color css
<style>
span { border-color: #85369F; }
span { border-color: rgb(133,54,159); }
td.TdClassName
{
border-color: #85369F;
}
.TagClassName
{
border-color: #85369F;
}
</style>