Shades of Vivid Violet #853482
Tints of Vivid Violet #853482
RGB
CMYK
RGB Variations
Color information
#853482 (or 0x853482) is known color: Vivid Violet. HEX triplet: 85, 34 and 82. RGB value is (133,52,130). Sum of RGB (Red+Green+Blue) = 133+52+130=315 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.22% from 315); Green value is 52 (20.70% from 255 or 16.51% from 315); Blue value is 130 (51.17% from 255 or 41.27% from 315); Max value from RGB is 133 - color contains mainly: red. Hex color #853482 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853482 is #7ACB7D. Grayscale: #545454. Windows color (decimal): -8047486 or 8533125. OLE color: 8533125.
HSL color Cylindrical-coordinate representation of color #853482: hue angle of 302.22º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #853482 is Cyan = 0, Magento = 0.61, Yellow = 0.02 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 52 | 130 | - |
| CMYK | 0 | 0.61 | 0.02 | 0.48 |
| HSL | 302.22º | 0.44% | 0.36% | - |
| HSV(B) | 302.22º | 0.61% | 0.52% | - |
| XYZ | 14.93 | 9.05 | 22.08 | - |
| YUV | 85.11 | 153.34 | 162.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 52 | 130 | 0 | 0.61 | 0.02 | 0.48 | 302.22 | 0.44 | 0.36 |
| Hex | 85 | 34 | 82 | 0 | 3D | 2 | 30 | 12E | 2C | 24 |
| Octal | 205 | 64 | 202 | 0 | 75 | 2 | 60 | 456 | 54 | 44 |
| Binary | 10000101 | 110100 | 10000010 | 0 | 111101 | 10 | 110000 | 100101110 | 101100 | 100100 |
Color Harmonies of #853482
Complementary color
Monochromatic Colors of #853482
Black with #853482
Text Example
Text Example
White with #853482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853482; }
p { color: rgb(133,52,130); }
H1.HeaderClassName
{
color: #853482;
}
.AnyTagClassName
{
color: #853482;
}
</style>
background-color css
<style>
a { background-color: #853482; }
a { background-color: rgb(133,52,130); }
div.DivClassName
{
background-color: #853482;
}
.BgClassName
{
background-color: #853482;
}
</style>
border-color css
<style>
span { border-color: #853482; }
span { border-color: rgb(133,52,130); }
td.TdClassName
{
border-color: #853482;
}
.TagClassName
{
border-color: #853482;
}
</style>