Shades of Vivid Violet #853F7F
Tints of Vivid Violet #853F7F
RGB
CMYK
RGB Variations
Color information
#853F7F (or 0x853F7F) is known color: Vivid Violet. HEX triplet: 85, 3F and 7F. RGB value is (133,63,127). Sum of RGB (Red+Green+Blue) = 133+63+127=323 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.18% from 323); Green value is 63 (25% from 255 or 19.50% from 323); Blue value is 127 (50% from 255 or 39.32% from 323); Max value from RGB is 133 - color contains mainly: red. Hex color #853F7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853F7F is #7AC080. Grayscale: #5B5B5B. Windows color (decimal): -8044673 or 8339333. OLE color: 8339333.
HSL color Cylindrical-coordinate representation of color #853F7F: hue angle of 305.14º 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 #853F7F is Cyan = 0, Magento = 0.53, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 63 | 127 | - |
| CMYK | 0 | 0.53 | 0.05 | 0.48 |
| HSL | 305.14º | 0.36% | 0.38% | - |
| HSV(B) | 305.14º | 0.53% | 0.52% | - |
| XYZ | 15.28 | 10.07 | 21.22 | - |
| YUV | 91.23 | 148.19 | 157.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 63 | 127 | 0 | 0.53 | 0.05 | 0.48 | 305.14 | 0.36 | 0.38 |
| Hex | 85 | 3F | 7F | 0 | 35 | 5 | 30 | 131 | 24 | 26 |
| Octal | 205 | 77 | 177 | 0 | 65 | 5 | 60 | 461 | 44 | 46 |
| Binary | 10000101 | 111111 | 1111111 | 0 | 110101 | 101 | 110000 | 100110001 | 100100 | 100110 |
Color Harmonies of #853F7F
Complementary color
Monochromatic Colors of #853F7F
Black with #853F7F
Text Example
Text Example
White with #853F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853F7F; }
p { color: rgb(133,63,127); }
H1.HeaderClassName
{
color: #853F7F;
}
.AnyTagClassName
{
color: #853F7F;
}
</style>
background-color css
<style>
a { background-color: #853F7F; }
a { background-color: rgb(133,63,127); }
div.DivClassName
{
background-color: #853F7F;
}
.BgClassName
{
background-color: #853F7F;
}
</style>
border-color css
<style>
span { border-color: #853F7F; }
span { border-color: rgb(133,63,127); }
td.TdClassName
{
border-color: #853F7F;
}
.TagClassName
{
border-color: #853F7F;
}
</style>