Shades of Vivid Violet #853989
Tints of Vivid Violet #853989
RGB
CMYK
RGB Variations
Color information
#853989 (or 0x853989) is known color: Vivid Violet. HEX triplet: 85, 39 and 89. RGB value is (133,57,137). Sum of RGB (Red+Green+Blue) = 133+57+137=327 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.67% from 327); Green value is 57 (22.66% from 255 or 17.43% from 327); Blue value is 137 (53.91% from 255 or 41.90% from 327); Max value from RGB is 137 - color contains mainly: blue. Hex color #853989 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853989 is #7AC676. Grayscale: #585858. Windows color (decimal): -8046199 or 8993157. OLE color: 8993157.
HSL color Cylindrical-coordinate representation of color #853989: hue angle of 297º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #853989 is Cyan = 0.03, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 133 | 57 | 137 | - |
| CMYK | 0.03 | 0.58 | 0 | 0.46 |
| HSL | 297º | 0.41% | 0.38% | - |
| HSV(B) | 297º | 0.58% | 0.54% | - |
| XYZ | 15.65 | 9.72 | 24.72 | - |
| YUV | 88.84 | 155.18 | 159.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 57 | 137 | 0.03 | 0.58 | 0 | 0.46 | 297 | 0.41 | 0.38 |
| Hex | 85 | 39 | 89 | 3 | 3A | 0 | 2E | 129 | 29 | 26 |
| Octal | 205 | 71 | 211 | 3 | 72 | 0 | 56 | 451 | 51 | 46 |
| Binary | 10000101 | 111001 | 10001001 | 11 | 111010 | 0 | 101110 | 100101001 | 101001 | 100110 |
Color Harmonies of #853989
Complementary color
Monochromatic Colors of #853989
Black with #853989
Text Example
Text Example
White with #853989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853989; }
p { color: rgb(133,57,137); }
H1.HeaderClassName
{
color: #853989;
}
.AnyTagClassName
{
color: #853989;
}
</style>
background-color css
<style>
a { background-color: #853989; }
a { background-color: rgb(133,57,137); }
div.DivClassName
{
background-color: #853989;
}
.BgClassName
{
background-color: #853989;
}
</style>
border-color css
<style>
span { border-color: #853989; }
span { border-color: rgb(133,57,137); }
td.TdClassName
{
border-color: #853989;
}
.TagClassName
{
border-color: #853989;
}
</style>