Shades of Vivid Violet #853499
Tints of Vivid Violet #853499
RGB
CMYK
RGB Variations
Color information
#853499 (or 0x853499) is known color: Vivid Violet. HEX triplet: 85, 34 and 99. RGB value is (133,52,153). Sum of RGB (Red+Green+Blue) = 133+52+153=338 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.35% from 338); Green value is 52 (20.70% from 255 or 15.38% from 338); Blue value is 153 (60.16% from 255 or 45.27% from 338); Max value from RGB is 153 - color contains mainly: blue. Hex color #853499 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853499 is #7ACB66. Grayscale: #575757. Windows color (decimal): -8047463 or 10040453. OLE color: 10040453.
HSL color Cylindrical-coordinate representation of color #853499: hue angle of 288.12º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #853499 is Cyan = 0.13, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 133 | 52 | 153 | - |
| CMYK | 0.13 | 0.66 | 0 | 0.4 |
| HSL | 288.12º | 0.49% | 0.4% | - |
| HSV(B) | 288.12º | 0.66% | 0.6% | - |
| XYZ | 16.65 | 9.74 | 31.14 | - |
| YUV | 87.73 | 164.84 | 160.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 52 | 153 | 0.13 | 0.66 | 0 | 0.4 | 288.12 | 0.49 | 0.4 |
| Hex | 85 | 34 | 99 | D | 42 | 0 | 28 | 120 | 31 | 28 |
| Octal | 205 | 64 | 231 | 15 | 102 | 0 | 50 | 440 | 61 | 50 |
| Binary | 10000101 | 110100 | 10011001 | 1101 | 1000010 | 0 | 101000 | 100100000 | 110001 | 101000 |
Color Harmonies of #853499
Complementary color
Monochromatic Colors of #853499
Black with #853499
Text Example
Text Example
White with #853499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853499; }
p { color: rgb(133,52,153); }
H1.HeaderClassName
{
color: #853499;
}
.AnyTagClassName
{
color: #853499;
}
</style>
background-color css
<style>
a { background-color: #853499; }
a { background-color: rgb(133,52,153); }
div.DivClassName
{
background-color: #853499;
}
.BgClassName
{
background-color: #853499;
}
</style>
border-color css
<style>
span { border-color: #853499; }
span { border-color: rgb(133,52,153); }
td.TdClassName
{
border-color: #853499;
}
.TagClassName
{
border-color: #853499;
}
</style>