Shades of Vivid Violet #853C8A
Tints of Vivid Violet #853C8A
RGB
CMYK
RGB Variations
Color information
#853C8A (or 0x853C8A) is known color: Vivid Violet. HEX triplet: 85, 3C and 8A. RGB value is (133,60,138). Sum of RGB (Red+Green+Blue) = 133+60+138=331 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.18% from 331); Green value is 60 (23.83% from 255 or 18.13% from 331); Blue value is 138 (54.30% from 255 or 41.69% from 331); Max value from RGB is 138 - color contains mainly: blue. Hex color #853C8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853C8A is #7AC375. Grayscale: #5A5A5A. Windows color (decimal): -8045430 or 9059461. OLE color: 9059461.
HSL color Cylindrical-coordinate representation of color #853C8A: hue angle of 296.15º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #853C8A is Cyan = 0.04, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 133 | 60 | 138 | - |
| CMYK | 0.04 | 0.57 | 0 | 0.46 |
| HSL | 296.15º | 0.39% | 0.39% | - |
| HSV(B) | 296.15º | 0.57% | 0.54% | - |
| XYZ | 15.88 | 10.05 | 25.15 | - |
| YUV | 90.72 | 154.68 | 158.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 60 | 138 | 0.04 | 0.57 | 0 | 0.46 | 296.15 | 0.39 | 0.39 |
| Hex | 85 | 3C | 8A | 4 | 39 | 0 | 2E | 128 | 27 | 27 |
| Octal | 205 | 74 | 212 | 4 | 71 | 0 | 56 | 450 | 47 | 47 |
| Binary | 10000101 | 111100 | 10001010 | 100 | 111001 | 0 | 101110 | 100101000 | 100111 | 100111 |
Color Harmonies of #853C8A
Complementary color
Monochromatic Colors of #853C8A
Black with #853C8A
Text Example
Text Example
White with #853C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853C8A; }
p { color: rgb(133,60,138); }
H1.HeaderClassName
{
color: #853C8A;
}
.AnyTagClassName
{
color: #853C8A;
}
</style>
background-color css
<style>
a { background-color: #853C8A; }
a { background-color: rgb(133,60,138); }
div.DivClassName
{
background-color: #853C8A;
}
.BgClassName
{
background-color: #853C8A;
}
</style>
border-color css
<style>
span { border-color: #853C8A; }
span { border-color: rgb(133,60,138); }
td.TdClassName
{
border-color: #853C8A;
}
.TagClassName
{
border-color: #853C8A;
}
</style>