Shades of Vivid Violet #853984
Tints of Vivid Violet #853984
RGB
CMYK
RGB Variations
Color information
#853984 (or 0x853984) is known color: Vivid Violet. HEX triplet: 85, 39 and 84. RGB value is (133,57,132). Sum of RGB (Red+Green+Blue) = 133+57+132=322 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.30% from 322); Green value is 57 (22.66% from 255 or 17.70% from 322); Blue value is 132 (51.95% from 255 or 40.99% from 322); Max value from RGB is 133 - color contains mainly: red. Hex color #853984 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853984 is #7AC67B. Grayscale: #585858. Windows color (decimal): -8046204 or 8665477. OLE color: 8665477.
HSL color Cylindrical-coordinate representation of color #853984: hue angle of 300.79º 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 #853984 is Cyan = 0, Magento = 0.57, Yellow = 0.01 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 57 | 132 | - |
| CMYK | 0 | 0.57 | 0.01 | 0.48 |
| HSL | 300.79º | 0.4% | 0.37% | - |
| HSV(B) | 300.79º | 0.57% | 0.52% | - |
| XYZ | 15.3 | 9.58 | 22.87 | - |
| YUV | 88.27 | 152.68 | 159.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 57 | 132 | 0 | 0.57 | 0.01 | 0.48 | 300.79 | 0.4 | 0.37 |
| Hex | 85 | 39 | 84 | 0 | 39 | 1 | 30 | 12D | 28 | 25 |
| Octal | 205 | 71 | 204 | 0 | 71 | 1 | 60 | 455 | 50 | 45 |
| Binary | 10000101 | 111001 | 10000100 | 0 | 111001 | 1 | 110000 | 100101101 | 101000 | 100101 |
Color Harmonies of #853984
Complementary color
Monochromatic Colors of #853984
Black with #853984
Text Example
Text Example
White with #853984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853984; }
p { color: rgb(133,57,132); }
H1.HeaderClassName
{
color: #853984;
}
.AnyTagClassName
{
color: #853984;
}
</style>
background-color css
<style>
a { background-color: #853984; }
a { background-color: rgb(133,57,132); }
div.DivClassName
{
background-color: #853984;
}
.BgClassName
{
background-color: #853984;
}
</style>
border-color css
<style>
span { border-color: #853984; }
span { border-color: rgb(133,57,132); }
td.TdClassName
{
border-color: #853984;
}
.TagClassName
{
border-color: #853984;
}
</style>