Shades of Vivid Violet #853D88
Tints of Vivid Violet #853D88
RGB
CMYK
RGB Variations
Color information
#853D88 (or 0x853D88) is known color: Vivid Violet. HEX triplet: 85, 3D and 88. RGB value is (133,61,136). Sum of RGB (Red+Green+Blue) = 133+61+136=330 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.30% from 330); Green value is 61 (24.22% from 255 or 18.48% from 330); Blue value is 136 (53.52% from 255 or 41.21% from 330); Max value from RGB is 136 - color contains mainly: blue. Hex color #853D88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853D88 is #7AC277. Grayscale: #5A5A5A. Windows color (decimal): -8045176 or 8928645. OLE color: 8928645.
HSL color Cylindrical-coordinate representation of color #853D88: hue angle of 297.6º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #853D88 is Cyan = 0.02, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 133 | 61 | 136 | - |
| CMYK | 0.02 | 0.55 | 0 | 0.47 |
| HSL | 297.6º | 0.38% | 0.39% | - |
| HSV(B) | 297.6º | 0.55% | 0.53% | - |
| XYZ | 15.79 | 10.1 | 24.41 | - |
| YUV | 91.08 | 153.35 | 157.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 61 | 136 | 0.02 | 0.55 | 0 | 0.47 | 297.6 | 0.38 | 0.39 |
| Hex | 85 | 3D | 88 | 2 | 37 | 0 | 2F | 12A | 26 | 27 |
| Octal | 205 | 75 | 210 | 2 | 67 | 0 | 57 | 452 | 46 | 47 |
| Binary | 10000101 | 111101 | 10001000 | 10 | 110111 | 0 | 101111 | 100101010 | 100110 | 100111 |
Color Harmonies of #853D88
Complementary color
Monochromatic Colors of #853D88
Black with #853D88
Text Example
Text Example
White with #853D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853D88; }
p { color: rgb(133,61,136); }
H1.HeaderClassName
{
color: #853D88;
}
.AnyTagClassName
{
color: #853D88;
}
</style>
background-color css
<style>
a { background-color: #853D88; }
a { background-color: rgb(133,61,136); }
div.DivClassName
{
background-color: #853D88;
}
.BgClassName
{
background-color: #853D88;
}
</style>
border-color css
<style>
span { border-color: #853D88; }
span { border-color: rgb(133,61,136); }
td.TdClassName
{
border-color: #853D88;
}
.TagClassName
{
border-color: #853D88;
}
</style>