Shades of Vivid Violet #852397
Tints of Vivid Violet #852397
RGB
CMYK
RGB Variations
Color information
#852397 (or 0x852397) is known color: Vivid Violet. HEX triplet: 85, 23 and 97. RGB value is (133,35,151). Sum of RGB (Red+Green+Blue) = 133+35+151=319 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.69% from 319); Green value is 35 (14.06% from 255 or 10.97% from 319); Blue value is 151 (59.38% from 255 or 47.34% from 319); Max value from RGB is 151 - color contains mainly: blue. Hex color #852397 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852397 is #7ADC68. Grayscale: #4D4D4D. Windows color (decimal): -8051817 or 9905029. OLE color: 9905029.
HSL color Cylindrical-coordinate representation of color #852397: hue angle of 290.69º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #852397 is Cyan = 0.12, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 133 | 35 | 151 | - |
| CMYK | 0.12 | 0.77 | 0 | 0.41 |
| HSL | 290.69º | 0.62% | 0.36% | - |
| HSV(B) | 290.69º | 0.77% | 0.59% | - |
| XYZ | 15.86 | 8.42 | 30.07 | - |
| YUV | 77.53 | 169.47 | 167.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 35 | 151 | 0.12 | 0.77 | 0 | 0.41 | 290.69 | 0.62 | 0.36 |
| Hex | 85 | 23 | 97 | C | 4D | 0 | 29 | 123 | 3E | 24 |
| Octal | 205 | 43 | 227 | 14 | 115 | 0 | 51 | 443 | 76 | 44 |
| Binary | 10000101 | 100011 | 10010111 | 1100 | 1001101 | 0 | 101001 | 100100011 | 111110 | 100100 |
Color Harmonies of #852397
Complementary color
Monochromatic Colors of #852397
Black with #852397
Text Example
Text Example
White with #852397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852397; }
p { color: rgb(133,35,151); }
H1.HeaderClassName
{
color: #852397;
}
.AnyTagClassName
{
color: #852397;
}
</style>
background-color css
<style>
a { background-color: #852397; }
a { background-color: rgb(133,35,151); }
div.DivClassName
{
background-color: #852397;
}
.BgClassName
{
background-color: #852397;
}
</style>
border-color css
<style>
span { border-color: #852397; }
span { border-color: rgb(133,35,151); }
td.TdClassName
{
border-color: #852397;
}
.TagClassName
{
border-color: #852397;
}
</style>