Shades of Vivid Violet #853788
Tints of Vivid Violet #853788
RGB
CMYK
RGB Variations
Color information
#853788 (or 0x853788) is known color: Vivid Violet. HEX triplet: 85, 37 and 88. RGB value is (133,55,136). Sum of RGB (Red+Green+Blue) = 133+55+136=324 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.05% from 324); Green value is 55 (21.88% from 255 or 16.98% from 324); Blue value is 136 (53.52% from 255 or 41.98% from 324); Max value from RGB is 136 - color contains mainly: blue. Hex color #853788 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853788 is #7AC877. Grayscale: #575757. Windows color (decimal): -8046712 or 8927109. OLE color: 8927109.
HSL color Cylindrical-coordinate representation of color #853788: hue angle of 297.78º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #853788 is Cyan = 0.02, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 133 | 55 | 136 | - |
| CMYK | 0.02 | 0.60 | 0 | 0.47 |
| HSL | 297.78º | 0.42% | 0.37% | - |
| HSV(B) | 297.78º | 0.6% | 0.53% | - |
| XYZ | 15.48 | 9.5 | 24.31 | - |
| YUV | 87.56 | 155.34 | 160.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 55 | 136 | 0.02 | 0.60 | 0 | 0.47 | 297.78 | 0.42 | 0.37 |
| Hex | 85 | 37 | 88 | 2 | 3C | 0 | 2F | 12A | 2A | 25 |
| Octal | 205 | 67 | 210 | 2 | 74 | 0 | 57 | 452 | 52 | 45 |
| Binary | 10000101 | 110111 | 10001000 | 10 | 111100 | 0 | 101111 | 100101010 | 101010 | 100101 |
Color Harmonies of #853788
Complementary color
Monochromatic Colors of #853788
Black with #853788
Text Example
Text Example
White with #853788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853788; }
p { color: rgb(133,55,136); }
H1.HeaderClassName
{
color: #853788;
}
.AnyTagClassName
{
color: #853788;
}
</style>
background-color css
<style>
a { background-color: #853788; }
a { background-color: rgb(133,55,136); }
div.DivClassName
{
background-color: #853788;
}
.BgClassName
{
background-color: #853788;
}
</style>
border-color css
<style>
span { border-color: #853788; }
span { border-color: rgb(133,55,136); }
td.TdClassName
{
border-color: #853788;
}
.TagClassName
{
border-color: #853788;
}
</style>