Shades of Vivid Violet #853795
Tints of Vivid Violet #853795
RGB
CMYK
RGB Variations
Color information
#853795 (or 0x853795) is known color: Vivid Violet. HEX triplet: 85, 37 and 95. RGB value is (133,55,149). Sum of RGB (Red+Green+Blue) = 133+55+149=337 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.47% from 337); Green value is 55 (21.88% from 255 or 16.32% from 337); Blue value is 149 (58.59% from 255 or 44.21% from 337); Max value from RGB is 149 - color contains mainly: blue. Hex color #853795 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853795 is #7AC86A. Grayscale: #585858. Windows color (decimal): -8046699 or 9779077. OLE color: 9779077.
HSL color Cylindrical-coordinate representation of color #853795: hue angle of 289.79º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #853795 is Cyan = 0.11, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 133 | 55 | 149 | - |
| CMYK | 0.11 | 0.63 | 0 | 0.42 |
| HSL | 289.79º | 0.46% | 0.4% | - |
| HSV(B) | 289.79º | 0.63% | 0.58% | - |
| XYZ | 16.46 | 9.89 | 29.47 | - |
| YUV | 89.04 | 161.84 | 159.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 55 | 149 | 0.11 | 0.63 | 0 | 0.42 | 289.79 | 0.46 | 0.4 |
| Hex | 85 | 37 | 95 | B | 3F | 0 | 2A | 122 | 2E | 28 |
| Octal | 205 | 67 | 225 | 13 | 77 | 0 | 52 | 442 | 56 | 50 |
| Binary | 10000101 | 110111 | 10010101 | 1011 | 111111 | 0 | 101010 | 100100010 | 101110 | 101000 |
Color Harmonies of #853795
Complementary color
Monochromatic Colors of #853795
Black with #853795
Text Example
Text Example
White with #853795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853795; }
p { color: rgb(133,55,149); }
H1.HeaderClassName
{
color: #853795;
}
.AnyTagClassName
{
color: #853795;
}
</style>
background-color css
<style>
a { background-color: #853795; }
a { background-color: rgb(133,55,149); }
div.DivClassName
{
background-color: #853795;
}
.BgClassName
{
background-color: #853795;
}
</style>
border-color css
<style>
span { border-color: #853795; }
span { border-color: rgb(133,55,149); }
td.TdClassName
{
border-color: #853795;
}
.TagClassName
{
border-color: #853795;
}
</style>