Shades of Vivid Violet #853F83
Tints of Vivid Violet #853F83
RGB
CMYK
RGB Variations
Color information
#853F83 (or 0x853F83) is known color: Vivid Violet. HEX triplet: 85, 3F and 83. RGB value is (133,63,131). Sum of RGB (Red+Green+Blue) = 133+63+131=327 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.67% from 327); Green value is 63 (25% from 255 or 19.27% from 327); Blue value is 131 (51.56% from 255 or 40.06% from 327); Max value from RGB is 133 - color contains mainly: red. Hex color #853F83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853F83 is #7AC07C. Grayscale: #5B5B5B. Windows color (decimal): -8044669 or 8601477. OLE color: 8601477.
HSL color Cylindrical-coordinate representation of color #853F83: hue angle of 301.71º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #853F83 is Cyan = 0, Magento = 0.53, Yellow = 0.02 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 63 | 131 | - |
| CMYK | 0 | 0.53 | 0.02 | 0.48 |
| HSL | 301.71º | 0.36% | 0.38% | - |
| HSV(B) | 301.71º | 0.53% | 0.52% | - |
| XYZ | 15.55 | 10.18 | 22.62 | - |
| YUV | 91.68 | 150.19 | 157.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 63 | 131 | 0 | 0.53 | 0.02 | 0.48 | 301.71 | 0.36 | 0.38 |
| Hex | 85 | 3F | 83 | 0 | 35 | 2 | 30 | 12E | 24 | 26 |
| Octal | 205 | 77 | 203 | 0 | 65 | 2 | 60 | 456 | 44 | 46 |
| Binary | 10000101 | 111111 | 10000011 | 0 | 110101 | 10 | 110000 | 100101110 | 100100 | 100110 |
Color Harmonies of #853F83
Complementary color
Monochromatic Colors of #853F83
Black with #853F83
Text Example
Text Example
White with #853F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853F83; }
p { color: rgb(133,63,131); }
H1.HeaderClassName
{
color: #853F83;
}
.AnyTagClassName
{
color: #853F83;
}
</style>
background-color css
<style>
a { background-color: #853F83; }
a { background-color: rgb(133,63,131); }
div.DivClassName
{
background-color: #853F83;
}
.BgClassName
{
background-color: #853F83;
}
</style>
border-color css
<style>
span { border-color: #853F83; }
span { border-color: rgb(133,63,131); }
td.TdClassName
{
border-color: #853F83;
}
.TagClassName
{
border-color: #853F83;
}
</style>