Shades of Vivid Violet #852792
Tints of Vivid Violet #852792
RGB
CMYK
RGB Variations
Color information
#852792 (or 0x852792) is known color: Vivid Violet. HEX triplet: 85, 27 and 92. RGB value is (133,39,146). Sum of RGB (Red+Green+Blue) = 133+39+146=318 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.82% from 318); Green value is 39 (15.62% from 255 or 12.26% from 318); Blue value is 146 (57.42% from 255 or 45.91% from 318); Max value from RGB is 146 - color contains mainly: blue. Hex color #852792 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852792 is #7AD86D. Grayscale: #4E4E4E. Windows color (decimal): -8050798 or 9578373. OLE color: 9578373.
HSL color Cylindrical-coordinate representation of color #852792: hue angle of 292.71º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #852792 is Cyan = 0.09, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 133 | 39 | 146 | - |
| CMYK | 0.09 | 0.73 | 0 | 0.43 |
| HSL | 292.71º | 0.58% | 0.36% | - |
| HSV(B) | 292.71º | 0.73% | 0.57% | - |
| XYZ | 15.59 | 8.51 | 28.02 | - |
| YUV | 79.3 | 165.64 | 166.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 39 | 146 | 0.09 | 0.73 | 0 | 0.43 | 292.71 | 0.58 | 0.36 |
| Hex | 85 | 27 | 92 | 9 | 49 | 0 | 2B | 125 | 3A | 24 |
| Octal | 205 | 47 | 222 | 11 | 111 | 0 | 53 | 445 | 72 | 44 |
| Binary | 10000101 | 100111 | 10010010 | 1001 | 1001001 | 0 | 101011 | 100100101 | 111010 | 100100 |
Color Harmonies of #852792
Complementary color
Monochromatic Colors of #852792
Black with #852792
Text Example
Text Example
White with #852792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852792; }
p { color: rgb(133,39,146); }
H1.HeaderClassName
{
color: #852792;
}
.AnyTagClassName
{
color: #852792;
}
</style>
background-color css
<style>
a { background-color: #852792; }
a { background-color: rgb(133,39,146); }
div.DivClassName
{
background-color: #852792;
}
.BgClassName
{
background-color: #852792;
}
</style>
border-color css
<style>
span { border-color: #852792; }
span { border-color: rgb(133,39,146); }
td.TdClassName
{
border-color: #852792;
}
.TagClassName
{
border-color: #852792;
}
</style>