Shades of Vivid Violet #853982
Tints of Vivid Violet #853982
RGB
CMYK
RGB Variations
Color information
#853982 (or 0x853982) is known color: Vivid Violet. HEX triplet: 85, 39 and 82. RGB value is (133,57,130). Sum of RGB (Red+Green+Blue) = 133+57+130=320 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.56% from 320); Green value is 57 (22.66% from 255 or 17.81% from 320); Blue value is 130 (51.17% from 255 or 40.62% from 320); Max value from RGB is 133 - color contains mainly: red. Hex color #853982 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853982 is #7AC67D. Grayscale: #575757. Windows color (decimal): -8046206 or 8534405. OLE color: 8534405.
HSL color Cylindrical-coordinate representation of color #853982: hue angle of 302.37º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #853982 is Cyan = 0, Magento = 0.57, Yellow = 0.02 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 57 | 130 | - |
| CMYK | 0 | 0.57 | 0.02 | 0.48 |
| HSL | 302.37º | 0.4% | 0.37% | - |
| HSV(B) | 302.37º | 0.57% | 0.52% | - |
| XYZ | 15.17 | 9.52 | 22.16 | - |
| YUV | 88.05 | 151.68 | 160.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 57 | 130 | 0 | 0.57 | 0.02 | 0.48 | 302.37 | 0.4 | 0.37 |
| Hex | 85 | 39 | 82 | 0 | 39 | 2 | 30 | 12E | 28 | 25 |
| Octal | 205 | 71 | 202 | 0 | 71 | 2 | 60 | 456 | 50 | 45 |
| Binary | 10000101 | 111001 | 10000010 | 0 | 111001 | 10 | 110000 | 100101110 | 101000 | 100101 |
Color Harmonies of #853982
Complementary color
Monochromatic Colors of #853982
Black with #853982
Text Example
Text Example
White with #853982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853982; }
p { color: rgb(133,57,130); }
H1.HeaderClassName
{
color: #853982;
}
.AnyTagClassName
{
color: #853982;
}
</style>
background-color css
<style>
a { background-color: #853982; }
a { background-color: rgb(133,57,130); }
div.DivClassName
{
background-color: #853982;
}
.BgClassName
{
background-color: #853982;
}
</style>
border-color css
<style>
span { border-color: #853982; }
span { border-color: rgb(133,57,130); }
td.TdClassName
{
border-color: #853982;
}
.TagClassName
{
border-color: #853982;
}
</style>