Shades of Vivid Violet #853BA9
Tints of Vivid Violet #853BA9
RGB
CMYK
RGB Variations
Color information
#853BA9 (or 0x853BA9) is known color: Vivid Violet. HEX triplet: 85, 3B and A9. RGB value is (133,59,169). Sum of RGB (Red+Green+Blue) = 133+59+169=361 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.84% from 361); Green value is 59 (23.44% from 255 or 16.34% from 361); Blue value is 169 (66.41% from 255 or 46.81% from 361); Max value from RGB is 169 - color contains mainly: blue. Hex color #853BA9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853BA9 is #7AC456. Grayscale: #5D5D5D. Windows color (decimal): -8045655 or 11090821. OLE color: 11090821.
HSL color Cylindrical-coordinate representation of color #853BA9: hue angle of 280.36º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #853BA9 is Cyan = 0.21, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 133 | 59 | 169 | - |
| CMYK | 0.21 | 0.65 | 0 | 0.34 |
| HSL | 280.36º | 0.48% | 0.45% | - |
| HSV(B) | 280.36º | 0.65% | 0.66% | - |
| XYZ | 18.4 | 10.98 | 38.69 | - |
| YUV | 93.67 | 170.52 | 156.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 59 | 169 | 0.21 | 0.65 | 0 | 0.34 | 280.36 | 0.48 | 0.45 |
| Hex | 85 | 3B | A9 | 15 | 41 | 0 | 22 | 118 | 30 | 2D |
| Octal | 205 | 73 | 251 | 25 | 101 | 0 | 42 | 430 | 60 | 55 |
| Binary | 10000101 | 111011 | 10101001 | 10101 | 1000001 | 0 | 100010 | 100011000 | 110000 | 101101 |
Color Harmonies of #853BA9
Complementary color
Monochromatic Colors of #853BA9
Black with #853BA9
Text Example
Text Example
White with #853BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853BA9; }
p { color: rgb(133,59,169); }
H1.HeaderClassName
{
color: #853BA9;
}
.AnyTagClassName
{
color: #853BA9;
}
</style>
background-color css
<style>
a { background-color: #853BA9; }
a { background-color: rgb(133,59,169); }
div.DivClassName
{
background-color: #853BA9;
}
.BgClassName
{
background-color: #853BA9;
}
</style>
border-color css
<style>
span { border-color: #853BA9; }
span { border-color: rgb(133,59,169); }
td.TdClassName
{
border-color: #853BA9;
}
.TagClassName
{
border-color: #853BA9;
}
</style>