Shades of Vivid Violet #85239C
Tints of Vivid Violet #85239C
RGB
CMYK
RGB Variations
Color information
#85239C (or 0x85239C) is known color: Vivid Violet. HEX triplet: 85, 23 and 9C. RGB value is (133,35,156). Sum of RGB (Red+Green+Blue) = 133+35+156=324 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.05% from 324); Green value is 35 (14.06% from 255 or 10.80% from 324); Blue value is 156 (61.33% from 255 or 48.15% from 324); Max value from RGB is 156 - color contains mainly: blue. Hex color #85239C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #85239C is #7ADC63. Grayscale: #4D4D4D. Windows color (decimal): -8051812 or 10232709. OLE color: 10232709.
HSL color Cylindrical-coordinate representation of color #85239C: hue angle of 288.6º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #85239C is Cyan = 0.15, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 133 | 35 | 156 | - |
| CMYK | 0.15 | 0.78 | 0 | 0.39 |
| HSL | 288.6º | 0.63% | 0.37% | - |
| HSV(B) | 288.6º | 0.78% | 0.61% | - |
| XYZ | 16.27 | 8.59 | 32.25 | - |
| YUV | 78.1 | 171.97 | 167.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 35 | 156 | 0.15 | 0.78 | 0 | 0.39 | 288.6 | 0.63 | 0.37 |
| Hex | 85 | 23 | 9C | F | 4E | 0 | 27 | 121 | 3F | 25 |
| Octal | 205 | 43 | 234 | 17 | 116 | 0 | 47 | 441 | 77 | 45 |
| Binary | 10000101 | 100011 | 10011100 | 1111 | 1001110 | 0 | 100111 | 100100001 | 111111 | 100101 |
Color Harmonies of #85239C
Complementary color
Monochromatic Colors of #85239C
Black with #85239C
Text Example
Text Example
White with #85239C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85239C; }
p { color: rgb(133,35,156); }
H1.HeaderClassName
{
color: #85239C;
}
.AnyTagClassName
{
color: #85239C;
}
</style>
background-color css
<style>
a { background-color: #85239C; }
a { background-color: rgb(133,35,156); }
div.DivClassName
{
background-color: #85239C;
}
.BgClassName
{
background-color: #85239C;
}
</style>
border-color css
<style>
span { border-color: #85239C; }
span { border-color: rgb(133,35,156); }
td.TdClassName
{
border-color: #85239C;
}
.TagClassName
{
border-color: #85239C;
}
</style>