Shades of Vivid Violet #852889
Tints of Vivid Violet #852889
RGB
CMYK
RGB Variations
Color information
#852889 (or 0x852889) is known color: Vivid Violet. HEX triplet: 85, 28 and 89. RGB value is (133,40,137). Sum of RGB (Red+Green+Blue) = 133+40+137=310 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.90% from 310); Green value is 40 (16.02% from 255 or 12.90% from 310); Blue value is 137 (53.91% from 255 or 44.19% from 310); Max value from RGB is 137 - color contains mainly: blue. Hex color #852889 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852889 is #7AD776. Grayscale: #4E4E4E. Windows color (decimal): -8050551 or 8988805. OLE color: 8988805.
HSL color Cylindrical-coordinate representation of color #852889: hue angle of 297.53º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #852889 is Cyan = 0.03, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 133 | 40 | 137 | - |
| CMYK | 0.03 | 0.71 | 0 | 0.46 |
| HSL | 297.53º | 0.55% | 0.35% | - |
| HSV(B) | 297.53º | 0.71% | 0.54% | - |
| XYZ | 14.95 | 8.31 | 24.48 | - |
| YUV | 78.87 | 160.81 | 166.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 40 | 137 | 0.03 | 0.71 | 0 | 0.46 | 297.53 | 0.55 | 0.35 |
| Hex | 85 | 28 | 89 | 3 | 47 | 0 | 2E | 12A | 37 | 23 |
| Octal | 205 | 50 | 211 | 3 | 107 | 0 | 56 | 452 | 67 | 43 |
| Binary | 10000101 | 101000 | 10001001 | 11 | 1000111 | 0 | 101110 | 100101010 | 110111 | 100011 |
Color Harmonies of #852889
Complementary color
Monochromatic Colors of #852889
Black with #852889
Text Example
Text Example
White with #852889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852889; }
p { color: rgb(133,40,137); }
H1.HeaderClassName
{
color: #852889;
}
.AnyTagClassName
{
color: #852889;
}
</style>
background-color css
<style>
a { background-color: #852889; }
a { background-color: rgb(133,40,137); }
div.DivClassName
{
background-color: #852889;
}
.BgClassName
{
background-color: #852889;
}
</style>
border-color css
<style>
span { border-color: #852889; }
span { border-color: rgb(133,40,137); }
td.TdClassName
{
border-color: #852889;
}
.TagClassName
{
border-color: #852889;
}
</style>