Shades of Vivid Violet #853889
Tints of Vivid Violet #853889
RGB
CMYK
RGB Variations
Color information
#853889 (or 0x853889) is known color: Vivid Violet. HEX triplet: 85, 38 and 89. RGB value is (133,56,137). Sum of RGB (Red+Green+Blue) = 133+56+137=326 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.80% from 326); Green value is 56 (22.27% from 255 or 17.18% from 326); Blue value is 137 (53.91% from 255 or 42.02% from 326); Max value from RGB is 137 - color contains mainly: blue. Hex color #853889 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853889 is #7AC776. Grayscale: #585858. Windows color (decimal): -8046455 or 8992901. OLE color: 8992901.
HSL color Cylindrical-coordinate representation of color #853889: hue angle of 297.04º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #853889 is Cyan = 0.03, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 133 | 56 | 137 | - |
| CMYK | 0.03 | 0.59 | 0 | 0.46 |
| HSL | 297.04º | 0.42% | 0.38% | - |
| HSV(B) | 297.04º | 0.59% | 0.54% | - |
| XYZ | 15.6 | 9.62 | 24.7 | - |
| YUV | 88.26 | 155.51 | 159.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 56 | 137 | 0.03 | 0.59 | 0 | 0.46 | 297.04 | 0.42 | 0.38 |
| Hex | 85 | 38 | 89 | 3 | 3B | 0 | 2E | 129 | 2A | 26 |
| Octal | 205 | 70 | 211 | 3 | 73 | 0 | 56 | 451 | 52 | 46 |
| Binary | 10000101 | 111000 | 10001001 | 11 | 111011 | 0 | 101110 | 100101001 | 101010 | 100110 |
Color Harmonies of #853889
Complementary color
Monochromatic Colors of #853889
Black with #853889
Text Example
Text Example
White with #853889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853889; }
p { color: rgb(133,56,137); }
H1.HeaderClassName
{
color: #853889;
}
.AnyTagClassName
{
color: #853889;
}
</style>
background-color css
<style>
a { background-color: #853889; }
a { background-color: rgb(133,56,137); }
div.DivClassName
{
background-color: #853889;
}
.BgClassName
{
background-color: #853889;
}
</style>
border-color css
<style>
span { border-color: #853889; }
span { border-color: rgb(133,56,137); }
td.TdClassName
{
border-color: #853889;
}
.TagClassName
{
border-color: #853889;
}
</style>