Shades of Vivid Violet #853C7F
Tints of Vivid Violet #853C7F
RGB
CMYK
RGB Variations
Color information
#853C7F (or 0x853C7F) is known color: Vivid Violet. HEX triplet: 85, 3C and 7F. RGB value is (133,60,127). Sum of RGB (Red+Green+Blue) = 133+60+127=320 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.56% from 320); Green value is 60 (23.83% from 255 or 18.75% from 320); Blue value is 127 (50% from 255 or 39.69% from 320); Max value from RGB is 133 - color contains mainly: red. Hex color #853C7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853C7F is #7AC380. Grayscale: #595959. Windows color (decimal): -8045441 or 8338565. OLE color: 8338565.
HSL color Cylindrical-coordinate representation of color #853C7F: hue angle of 304.93º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #853C7F is Cyan = 0, Magento = 0.55, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 60 | 127 | - |
| CMYK | 0 | 0.55 | 0.05 | 0.48 |
| HSL | 304.93º | 0.38% | 0.38% | - |
| HSV(B) | 304.93º | 0.55% | 0.52% | - |
| XYZ | 15.12 | 9.75 | 21.16 | - |
| YUV | 89.47 | 149.18 | 159.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 60 | 127 | 0 | 0.55 | 0.05 | 0.48 | 304.93 | 0.38 | 0.38 |
| Hex | 85 | 3C | 7F | 0 | 37 | 5 | 30 | 131 | 26 | 26 |
| Octal | 205 | 74 | 177 | 0 | 67 | 5 | 60 | 461 | 46 | 46 |
| Binary | 10000101 | 111100 | 1111111 | 0 | 110111 | 101 | 110000 | 100110001 | 100110 | 100110 |
Color Harmonies of #853C7F
Complementary color
Monochromatic Colors of #853C7F
Black with #853C7F
Text Example
Text Example
White with #853C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853C7F; }
p { color: rgb(133,60,127); }
H1.HeaderClassName
{
color: #853C7F;
}
.AnyTagClassName
{
color: #853C7F;
}
</style>
background-color css
<style>
a { background-color: #853C7F; }
a { background-color: rgb(133,60,127); }
div.DivClassName
{
background-color: #853C7F;
}
.BgClassName
{
background-color: #853C7F;
}
</style>
border-color css
<style>
span { border-color: #853C7F; }
span { border-color: rgb(133,60,127); }
td.TdClassName
{
border-color: #853C7F;
}
.TagClassName
{
border-color: #853C7F;
}
</style>