Shades of Vivid Violet #85289C
Tints of Vivid Violet #85289C
RGB
CMYK
RGB Variations
Color information
#85289C (or 0x85289C) is known color: Vivid Violet. HEX triplet: 85, 28 and 9C. RGB value is (133,40,156). Sum of RGB (Red+Green+Blue) = 133+40+156=329 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.43% from 329); Green value is 40 (16.02% from 255 or 12.16% from 329); Blue value is 156 (61.33% from 255 or 47.42% from 329); Max value from RGB is 156 - color contains mainly: blue. Hex color #85289C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #85289C is #7AD763. Grayscale: #505050. Windows color (decimal): -8050532 or 10233989. OLE color: 10233989.
HSL color Cylindrical-coordinate representation of color #85289C: hue angle of 288.1º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #85289C is Cyan = 0.15, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 133 | 40 | 156 | - |
| CMYK | 0.15 | 0.74 | 0 | 0.39 |
| HSL | 288.1º | 0.59% | 0.38% | - |
| HSV(B) | 288.1º | 0.74% | 0.61% | - |
| XYZ | 16.43 | 8.9 | 32.31 | - |
| YUV | 81.03 | 170.31 | 165.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 40 | 156 | 0.15 | 0.74 | 0 | 0.39 | 288.1 | 0.59 | 0.38 |
| Hex | 85 | 28 | 9C | F | 4A | 0 | 27 | 120 | 3B | 26 |
| Octal | 205 | 50 | 234 | 17 | 112 | 0 | 47 | 440 | 73 | 46 |
| Binary | 10000101 | 101000 | 10011100 | 1111 | 1001010 | 0 | 100111 | 100100000 | 111011 | 100110 |
Color Harmonies of #85289C
Complementary color
Monochromatic Colors of #85289C
Black with #85289C
Text Example
Text Example
White with #85289C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85289C; }
p { color: rgb(133,40,156); }
H1.HeaderClassName
{
color: #85289C;
}
.AnyTagClassName
{
color: #85289C;
}
</style>
background-color css
<style>
a { background-color: #85289C; }
a { background-color: rgb(133,40,156); }
div.DivClassName
{
background-color: #85289C;
}
.BgClassName
{
background-color: #85289C;
}
</style>
border-color css
<style>
span { border-color: #85289C; }
span { border-color: rgb(133,40,156); }
td.TdClassName
{
border-color: #85289C;
}
.TagClassName
{
border-color: #85289C;
}
</style>