Shades of Vivid Violet #852295
Tints of Vivid Violet #852295
RGB
CMYK
RGB Variations
Color information
#852295 (or 0x852295) is known color: Vivid Violet. HEX triplet: 85, 22 and 95. RGB value is (133,34,149). Sum of RGB (Red+Green+Blue) = 133+34+149=316 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.09% from 316); Green value is 34 (13.67% from 255 or 10.76% from 316); Blue value is 149 (58.59% from 255 or 47.15% from 316); Max value from RGB is 149 - color contains mainly: blue. Hex color #852295 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852295 is #7ADD6A. Grayscale: #4C4C4C. Windows color (decimal): -8052075 or 9773701. OLE color: 9773701.
HSL color Cylindrical-coordinate representation of color #852295: hue angle of 291.65º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #852295 is Cyan = 0.11, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 133 | 34 | 149 | - |
| CMYK | 0.11 | 0.77 | 0 | 0.42 |
| HSL | 291.65º | 0.63% | 0.36% | - |
| HSV(B) | 291.65º | 0.77% | 0.58% | - |
| XYZ | 15.67 | 8.3 | 29.21 | - |
| YUV | 76.71 | 168.8 | 168.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 34 | 149 | 0.11 | 0.77 | 0 | 0.42 | 291.65 | 0.63 | 0.36 |
| Hex | 85 | 22 | 95 | B | 4D | 0 | 2A | 124 | 3F | 24 |
| Octal | 205 | 42 | 225 | 13 | 115 | 0 | 52 | 444 | 77 | 44 |
| Binary | 10000101 | 100010 | 10010101 | 1011 | 1001101 | 0 | 101010 | 100100100 | 111111 | 100100 |
Color Harmonies of #852295
Complementary color
Monochromatic Colors of #852295
Black with #852295
Text Example
Text Example
White with #852295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852295; }
p { color: rgb(133,34,149); }
H1.HeaderClassName
{
color: #852295;
}
.AnyTagClassName
{
color: #852295;
}
</style>
background-color css
<style>
a { background-color: #852295; }
a { background-color: rgb(133,34,149); }
div.DivClassName
{
background-color: #852295;
}
.BgClassName
{
background-color: #852295;
}
</style>
border-color css
<style>
span { border-color: #852295; }
span { border-color: rgb(133,34,149); }
td.TdClassName
{
border-color: #852295;
}
.TagClassName
{
border-color: #852295;
}
</style>