Shades of Vivid Violet #853087
Tints of Vivid Violet #853087
RGB
CMYK
RGB Variations
Color information
#853087 (or 0x853087) is known color: Vivid Violet. HEX triplet: 85, 30 and 87. RGB value is (133,48,135). Sum of RGB (Red+Green+Blue) = 133+48+135=316 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.09% from 316); Green value is 48 (19.14% from 255 or 15.19% from 316); Blue value is 135 (53.12% from 255 or 42.72% from 316); Max value from RGB is 135 - color contains mainly: blue. Hex color #853087 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853087 is #7ACF78. Grayscale: #535353. Windows color (decimal): -8048505 or 8859781. OLE color: 8859781.
HSL color Cylindrical-coordinate representation of color #853087: hue angle of 298.62º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #853087 is Cyan = 0.01, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 133 | 48 | 135 | - |
| CMYK | 0.01 | 0.64 | 0 | 0.47 |
| HSL | 298.62º | 0.48% | 0.36% | - |
| HSV(B) | 298.62º | 0.64% | 0.53% | - |
| XYZ | 15.1 | 8.85 | 23.83 | - |
| YUV | 83.33 | 157.16 | 163.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 48 | 135 | 0.01 | 0.64 | 0 | 0.47 | 298.62 | 0.48 | 0.36 |
| Hex | 85 | 30 | 87 | 1 | 40 | 0 | 2F | 12B | 30 | 24 |
| Octal | 205 | 60 | 207 | 1 | 100 | 0 | 57 | 453 | 60 | 44 |
| Binary | 10000101 | 110000 | 10000111 | 1 | 1000000 | 0 | 101111 | 100101011 | 110000 | 100100 |
Color Harmonies of #853087
Complementary color
Monochromatic Colors of #853087
Black with #853087
Text Example
Text Example
White with #853087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853087; }
p { color: rgb(133,48,135); }
H1.HeaderClassName
{
color: #853087;
}
.AnyTagClassName
{
color: #853087;
}
</style>
background-color css
<style>
a { background-color: #853087; }
a { background-color: rgb(133,48,135); }
div.DivClassName
{
background-color: #853087;
}
.BgClassName
{
background-color: #853087;
}
</style>
border-color css
<style>
span { border-color: #853087; }
span { border-color: rgb(133,48,135); }
td.TdClassName
{
border-color: #853087;
}
.TagClassName
{
border-color: #853087;
}
</style>