Shades of Vivid Violet #853084
Tints of Vivid Violet #853084
RGB
CMYK
RGB Variations
Color information
#853084 (or 0x853084) is known color: Vivid Violet. HEX triplet: 85, 30 and 84. RGB value is (133,48,132). Sum of RGB (Red+Green+Blue) = 133+48+132=313 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.49% from 313); Green value is 48 (19.14% from 255 or 15.34% from 313); Blue value is 132 (51.95% from 255 or 42.17% from 313); Max value from RGB is 133 - color contains mainly: red. Hex color #853084 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853084 is #7ACF7B. Grayscale: #525252. Windows color (decimal): -8048508 or 8663173. OLE color: 8663173.
HSL color Cylindrical-coordinate representation of color #853084: hue angle of 300.71º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #853084 is Cyan = 0, Magento = 0.64, Yellow = 0.01 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 48 | 132 | - |
| CMYK | 0 | 0.64 | 0.01 | 0.48 |
| HSL | 300.71º | 0.47% | 0.35% | - |
| HSV(B) | 300.71º | 0.64% | 0.52% | - |
| XYZ | 14.89 | 8.77 | 22.74 | - |
| YUV | 82.99 | 155.66 | 163.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 48 | 132 | 0 | 0.64 | 0.01 | 0.48 | 300.71 | 0.47 | 0.35 |
| Hex | 85 | 30 | 84 | 0 | 40 | 1 | 30 | 12D | 2F | 23 |
| Octal | 205 | 60 | 204 | 0 | 100 | 1 | 60 | 455 | 57 | 43 |
| Binary | 10000101 | 110000 | 10000100 | 0 | 1000000 | 1 | 110000 | 100101101 | 101111 | 100011 |
Color Harmonies of #853084
Complementary color
Monochromatic Colors of #853084
Black with #853084
Text Example
Text Example
White with #853084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853084; }
p { color: rgb(133,48,132); }
H1.HeaderClassName
{
color: #853084;
}
.AnyTagClassName
{
color: #853084;
}
</style>
background-color css
<style>
a { background-color: #853084; }
a { background-color: rgb(133,48,132); }
div.DivClassName
{
background-color: #853084;
}
.BgClassName
{
background-color: #853084;
}
</style>
border-color css
<style>
span { border-color: #853084; }
span { border-color: rgb(133,48,132); }
td.TdClassName
{
border-color: #853084;
}
.TagClassName
{
border-color: #853084;
}
</style>