Shades of Vivid Violet #853882
Tints of Vivid Violet #853882
RGB
CMYK
RGB Variations
Color information
#853882 (or 0x853882) is known color: Vivid Violet. HEX triplet: 85, 38 and 82. RGB value is (133,56,130). Sum of RGB (Red+Green+Blue) = 133+56+130=319 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.69% from 319); Green value is 56 (22.27% from 255 or 17.55% from 319); Blue value is 130 (51.17% from 255 or 40.75% from 319); Max value from RGB is 133 - color contains mainly: red. Hex color #853882 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853882 is #7AC77D. Grayscale: #575757. Windows color (decimal): -8046462 or 8534149. OLE color: 8534149.
HSL color Cylindrical-coordinate representation of color #853882: hue angle of 302.34º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #853882 is Cyan = 0, Magento = 0.58, Yellow = 0.02 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 56 | 130 | - |
| CMYK | 0 | 0.58 | 0.02 | 0.48 |
| HSL | 302.34º | 0.41% | 0.37% | - |
| HSV(B) | 302.34º | 0.58% | 0.52% | - |
| XYZ | 15.12 | 9.43 | 22.14 | - |
| YUV | 87.46 | 152.01 | 160.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 56 | 130 | 0 | 0.58 | 0.02 | 0.48 | 302.34 | 0.41 | 0.37 |
| Hex | 85 | 38 | 82 | 0 | 3A | 2 | 30 | 12E | 29 | 25 |
| Octal | 205 | 70 | 202 | 0 | 72 | 2 | 60 | 456 | 51 | 45 |
| Binary | 10000101 | 111000 | 10000010 | 0 | 111010 | 10 | 110000 | 100101110 | 101001 | 100101 |
Color Harmonies of #853882
Complementary color
Monochromatic Colors of #853882
Black with #853882
Text Example
Text Example
White with #853882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853882; }
p { color: rgb(133,56,130); }
H1.HeaderClassName
{
color: #853882;
}
.AnyTagClassName
{
color: #853882;
}
</style>
background-color css
<style>
a { background-color: #853882; }
a { background-color: rgb(133,56,130); }
div.DivClassName
{
background-color: #853882;
}
.BgClassName
{
background-color: #853882;
}
</style>
border-color css
<style>
span { border-color: #853882; }
span { border-color: rgb(133,56,130); }
td.TdClassName
{
border-color: #853882;
}
.TagClassName
{
border-color: #853882;
}
</style>