Shades of Vivid Violet #853291
Tints of Vivid Violet #853291
RGB
CMYK
RGB Variations
Color information
#853291 (or 0x853291) is known color: Vivid Violet. HEX triplet: 85, 32 and 91. RGB value is (133,50,145). Sum of RGB (Red+Green+Blue) = 133+50+145=328 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.55% from 328); Green value is 50 (19.92% from 255 or 15.24% from 328); Blue value is 145 (57.03% from 255 or 44.21% from 328); Max value from RGB is 145 - color contains mainly: blue. Hex color #853291 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853291 is #7ACD6E. Grayscale: #555555. Windows color (decimal): -8047983 or 9515653. OLE color: 9515653.
HSL color Cylindrical-coordinate representation of color #853291: hue angle of 292.42º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #853291 is Cyan = 0.08, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 133 | 50 | 145 | - |
| CMYK | 0.08 | 0.66 | 0 | 0.43 |
| HSL | 292.42º | 0.49% | 0.38% | - |
| HSV(B) | 292.42º | 0.66% | 0.57% | - |
| XYZ | 15.92 | 9.31 | 27.75 | - |
| YUV | 85.65 | 161.5 | 161.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 50 | 145 | 0.08 | 0.66 | 0 | 0.43 | 292.42 | 0.49 | 0.38 |
| Hex | 85 | 32 | 91 | 8 | 42 | 0 | 2B | 124 | 31 | 26 |
| Octal | 205 | 62 | 221 | 10 | 102 | 0 | 53 | 444 | 61 | 46 |
| Binary | 10000101 | 110010 | 10010001 | 1000 | 1000010 | 0 | 101011 | 100100100 | 110001 | 100110 |
Color Harmonies of #853291
Complementary color
Monochromatic Colors of #853291
Black with #853291
Text Example
Text Example
White with #853291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853291; }
p { color: rgb(133,50,145); }
H1.HeaderClassName
{
color: #853291;
}
.AnyTagClassName
{
color: #853291;
}
</style>
background-color css
<style>
a { background-color: #853291; }
a { background-color: rgb(133,50,145); }
div.DivClassName
{
background-color: #853291;
}
.BgClassName
{
background-color: #853291;
}
</style>
border-color css
<style>
span { border-color: #853291; }
span { border-color: rgb(133,50,145); }
td.TdClassName
{
border-color: #853291;
}
.TagClassName
{
border-color: #853291;
}
</style>