Shades of Vivid Violet #853698
Tints of Vivid Violet #853698
RGB
CMYK
RGB Variations
Color information
#853698 (or 0x853698) is known color: Vivid Violet. HEX triplet: 85, 36 and 98. RGB value is (133,54,152). Sum of RGB (Red+Green+Blue) = 133+54+152=339 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.23% from 339); Green value is 54 (21.48% from 255 or 15.93% from 339); Blue value is 152 (59.77% from 255 or 44.84% from 339); Max value from RGB is 152 - color contains mainly: blue. Hex color #853698 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853698 is #7AC967. Grayscale: #585858. Windows color (decimal): -8046952 or 9975429. OLE color: 9975429.
HSL color Cylindrical-coordinate representation of color #853698: hue angle of 288.37º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #853698 is Cyan = 0.13, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 133 | 54 | 152 | - |
| CMYK | 0.13 | 0.64 | 0 | 0.40 |
| HSL | 288.37º | 0.48% | 0.4% | - |
| HSV(B) | 288.37º | 0.64% | 0.6% | - |
| XYZ | 16.66 | 9.89 | 30.74 | - |
| YUV | 88.79 | 163.67 | 159.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 54 | 152 | 0.13 | 0.64 | 0 | 0.40 | 288.37 | 0.48 | 0.4 |
| Hex | 85 | 36 | 98 | D | 40 | 0 | 28 | 120 | 30 | 28 |
| Octal | 205 | 66 | 230 | 15 | 100 | 0 | 50 | 440 | 60 | 50 |
| Binary | 10000101 | 110110 | 10011000 | 1101 | 1000000 | 0 | 101000 | 100100000 | 110000 | 101000 |
Color Harmonies of #853698
Complementary color
Monochromatic Colors of #853698
Black with #853698
Text Example
Text Example
White with #853698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853698; }
p { color: rgb(133,54,152); }
H1.HeaderClassName
{
color: #853698;
}
.AnyTagClassName
{
color: #853698;
}
</style>
background-color css
<style>
a { background-color: #853698; }
a { background-color: rgb(133,54,152); }
div.DivClassName
{
background-color: #853698;
}
.BgClassName
{
background-color: #853698;
}
</style>
border-color css
<style>
span { border-color: #853698; }
span { border-color: rgb(133,54,152); }
td.TdClassName
{
border-color: #853698;
}
.TagClassName
{
border-color: #853698;
}
</style>