Shades of Vivid Violet #852595
Tints of Vivid Violet #852595
RGB
CMYK
RGB Variations
Color information
#852595 (or 0x852595) is known color: Vivid Violet. HEX triplet: 85, 25 and 95. RGB value is (133,37,149). Sum of RGB (Red+Green+Blue) = 133+37+149=319 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.69% from 319); Green value is 37 (14.84% from 255 or 11.60% from 319); Blue value is 149 (58.59% from 255 or 46.71% from 319); Max value from RGB is 149 - color contains mainly: blue. Hex color #852595 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852595 is #7ADA6A. Grayscale: #4E4E4E. Windows color (decimal): -8051307 or 9774469. OLE color: 9774469.
HSL color Cylindrical-coordinate representation of color #852595: hue angle of 291.43º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #852595 is Cyan = 0.11, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 133 | 37 | 149 | - |
| CMYK | 0.11 | 0.75 | 0 | 0.42 |
| HSL | 291.43º | 0.6% | 0.36% | - |
| HSV(B) | 291.43º | 0.75% | 0.58% | - |
| XYZ | 15.76 | 8.48 | 29.24 | - |
| YUV | 78.47 | 167.8 | 166.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 37 | 149 | 0.11 | 0.75 | 0 | 0.42 | 291.43 | 0.6 | 0.36 |
| Hex | 85 | 25 | 95 | B | 4B | 0 | 2A | 123 | 3C | 24 |
| Octal | 205 | 45 | 225 | 13 | 113 | 0 | 52 | 443 | 74 | 44 |
| Binary | 10000101 | 100101 | 10010101 | 1011 | 1001011 | 0 | 101010 | 100100011 | 111100 | 100100 |
Color Harmonies of #852595
Complementary color
Monochromatic Colors of #852595
Black with #852595
Text Example
Text Example
White with #852595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852595; }
p { color: rgb(133,37,149); }
H1.HeaderClassName
{
color: #852595;
}
.AnyTagClassName
{
color: #852595;
}
</style>
background-color css
<style>
a { background-color: #852595; }
a { background-color: rgb(133,37,149); }
div.DivClassName
{
background-color: #852595;
}
.BgClassName
{
background-color: #852595;
}
</style>
border-color css
<style>
span { border-color: #852595; }
span { border-color: rgb(133,37,149); }
td.TdClassName
{
border-color: #852595;
}
.TagClassName
{
border-color: #852595;
}
</style>