Shades of Vivid Violet #853592
Tints of Vivid Violet #853592
RGB
CMYK
RGB Variations
Color information
#853592 (or 0x853592) is known color: Vivid Violet. HEX triplet: 85, 35 and 92. RGB value is (133,53,146). Sum of RGB (Red+Green+Blue) = 133+53+146=332 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.06% from 332); Green value is 53 (21.09% from 255 or 15.96% from 332); Blue value is 146 (57.42% from 255 or 43.98% from 332); Max value from RGB is 146 - color contains mainly: blue. Hex color #853592 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853592 is #7ACA6D. Grayscale: #575757. Windows color (decimal): -8047214 or 9581957. OLE color: 9581957.
HSL color Cylindrical-coordinate representation of color #853592: hue angle of 291.61º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #853592 is Cyan = 0.09, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 133 | 53 | 146 | - |
| CMYK | 0.09 | 0.64 | 0 | 0.43 |
| HSL | 291.61º | 0.47% | 0.39% | - |
| HSV(B) | 291.61º | 0.64% | 0.57% | - |
| XYZ | 16.13 | 9.61 | 28.2 | - |
| YUV | 87.52 | 161 | 160.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 53 | 146 | 0.09 | 0.64 | 0 | 0.43 | 291.61 | 0.47 | 0.39 |
| Hex | 85 | 35 | 92 | 9 | 40 | 0 | 2B | 124 | 2F | 27 |
| Octal | 205 | 65 | 222 | 11 | 100 | 0 | 53 | 444 | 57 | 47 |
| Binary | 10000101 | 110101 | 10010010 | 1001 | 1000000 | 0 | 101011 | 100100100 | 101111 | 100111 |
Color Harmonies of #853592
Complementary color
Monochromatic Colors of #853592
Black with #853592
Text Example
Text Example
White with #853592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853592; }
p { color: rgb(133,53,146); }
H1.HeaderClassName
{
color: #853592;
}
.AnyTagClassName
{
color: #853592;
}
</style>
background-color css
<style>
a { background-color: #853592; }
a { background-color: rgb(133,53,146); }
div.DivClassName
{
background-color: #853592;
}
.BgClassName
{
background-color: #853592;
}
</style>
border-color css
<style>
span { border-color: #853592; }
span { border-color: rgb(133,53,146); }
td.TdClassName
{
border-color: #853592;
}
.TagClassName
{
border-color: #853592;
}
</style>