Shades of Vivid Violet #853A9F
Tints of Vivid Violet #853A9F
RGB
CMYK
RGB Variations
Color information
#853A9F (or 0x853A9F) is known color: Vivid Violet. HEX triplet: 85, 3A and 9F. RGB value is (133,58,159). Sum of RGB (Red+Green+Blue) = 133+58+159=350 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38% from 350); Green value is 58 (23.05% from 255 or 16.57% from 350); Blue value is 159 (62.5% from 255 or 45.43% from 350); Max value from RGB is 159 - color contains mainly: blue. Hex color #853A9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853A9F is #7AC560. Grayscale: #5B5B5B. Windows color (decimal): -8045921 or 10435205. OLE color: 10435205.
HSL color Cylindrical-coordinate representation of color #853A9F: hue angle of 284.55º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #853A9F is Cyan = 0.16, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 133 | 58 | 159 | - |
| CMYK | 0.16 | 0.64 | 0 | 0.38 |
| HSL | 284.55º | 0.47% | 0.43% | - |
| HSV(B) | 284.55º | 0.64% | 0.62% | - |
| XYZ | 17.44 | 10.52 | 33.91 | - |
| YUV | 91.94 | 165.85 | 157.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 58 | 159 | 0.16 | 0.64 | 0 | 0.38 | 284.55 | 0.47 | 0.43 |
| Hex | 85 | 3A | 9F | 10 | 40 | 0 | 26 | 11D | 2F | 2B |
| Octal | 205 | 72 | 237 | 20 | 100 | 0 | 46 | 435 | 57 | 53 |
| Binary | 10000101 | 111010 | 10011111 | 10000 | 1000000 | 0 | 100110 | 100011101 | 101111 | 101011 |
Color Harmonies of #853A9F
Complementary color
Monochromatic Colors of #853A9F
Black with #853A9F
Text Example
Text Example
White with #853A9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853A9F; }
p { color: rgb(133,58,159); }
H1.HeaderClassName
{
color: #853A9F;
}
.AnyTagClassName
{
color: #853A9F;
}
</style>
background-color css
<style>
a { background-color: #853A9F; }
a { background-color: rgb(133,58,159); }
div.DivClassName
{
background-color: #853A9F;
}
.BgClassName
{
background-color: #853A9F;
}
</style>
border-color css
<style>
span { border-color: #853A9F; }
span { border-color: rgb(133,58,159); }
td.TdClassName
{
border-color: #853A9F;
}
.TagClassName
{
border-color: #853A9F;
}
</style>