Shades of Vivid Violet #85259C
Tints of Vivid Violet #85259C
RGB
CMYK
RGB Variations
Color information
#85259C (or 0x85259C) is known color: Vivid Violet. HEX triplet: 85, 25 and 9C. RGB value is (133,37,156). Sum of RGB (Red+Green+Blue) = 133+37+156=326 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.80% from 326); Green value is 37 (14.84% from 255 or 11.35% from 326); Blue value is 156 (61.33% from 255 or 47.85% from 326); Max value from RGB is 156 - color contains mainly: blue. Hex color #85259C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #85259C is #7ADA63. Grayscale: #4E4E4E. Windows color (decimal): -8051300 or 10233221. OLE color: 10233221.
HSL color Cylindrical-coordinate representation of color #85259C: hue angle of 288.4º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #85259C is Cyan = 0.15, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 133 | 37 | 156 | - |
| CMYK | 0.15 | 0.76 | 0 | 0.39 |
| HSL | 288.4º | 0.62% | 0.38% | - |
| HSV(B) | 288.4º | 0.76% | 0.61% | - |
| XYZ | 16.34 | 8.71 | 32.27 | - |
| YUV | 79.27 | 171.3 | 166.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 37 | 156 | 0.15 | 0.76 | 0 | 0.39 | 288.4 | 0.62 | 0.38 |
| Hex | 85 | 25 | 9C | F | 4C | 0 | 27 | 120 | 3E | 26 |
| Octal | 205 | 45 | 234 | 17 | 114 | 0 | 47 | 440 | 76 | 46 |
| Binary | 10000101 | 100101 | 10011100 | 1111 | 1001100 | 0 | 100111 | 100100000 | 111110 | 100110 |
Color Harmonies of #85259C
Complementary color
Monochromatic Colors of #85259C
Black with #85259C
Text Example
Text Example
White with #85259C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85259C; }
p { color: rgb(133,37,156); }
H1.HeaderClassName
{
color: #85259C;
}
.AnyTagClassName
{
color: #85259C;
}
</style>
background-color css
<style>
a { background-color: #85259C; }
a { background-color: rgb(133,37,156); }
div.DivClassName
{
background-color: #85259C;
}
.BgClassName
{
background-color: #85259C;
}
</style>
border-color css
<style>
span { border-color: #85259C; }
span { border-color: rgb(133,37,156); }
td.TdClassName
{
border-color: #85259C;
}
.TagClassName
{
border-color: #85259C;
}
</style>