Shades of Vivid Violet #8535A3
Tints of Vivid Violet #8535A3
RGB
CMYK
RGB Variations
Color information
#8535A3 (or 0x8535A3) is known color: Vivid Violet. HEX triplet: 85, 35 and A3. RGB value is (133,53,163). Sum of RGB (Red+Green+Blue) = 133+53+163=349 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38.11% from 349); Green value is 53 (21.09% from 255 or 15.19% from 349); Blue value is 163 (64.06% from 255 or 46.70% from 349); Max value from RGB is 163 - color contains mainly: blue. Hex color #8535A3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8535A3 is #7ACA5C. Grayscale: #595959. Windows color (decimal): -8047197 or 10696069. OLE color: 10696069.
HSL color Cylindrical-coordinate representation of color #8535A3: hue angle of 283.64º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8535A3 is Cyan = 0.18, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 133 | 53 | 163 | - |
| CMYK | 0.18 | 0.67 | 0 | 0.36 |
| HSL | 283.64º | 0.51% | 0.42% | - |
| HSV(B) | 283.64º | 0.67% | 0.64% | - |
| XYZ | 17.56 | 10.18 | 35.69 | - |
| YUV | 89.46 | 169.5 | 159.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 53 | 163 | 0.18 | 0.67 | 0 | 0.36 | 283.64 | 0.51 | 0.42 |
| Hex | 85 | 35 | A3 | 12 | 43 | 0 | 24 | 11C | 33 | 2A |
| Octal | 205 | 65 | 243 | 22 | 103 | 0 | 44 | 434 | 63 | 52 |
| Binary | 10000101 | 110101 | 10100011 | 10010 | 1000011 | 0 | 100100 | 100011100 | 110011 | 101010 |
Color Harmonies of #8535A3
Complementary color
Monochromatic Colors of #8535A3
Black with #8535A3
Text Example
Text Example
White with #8535A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8535A3; }
p { color: rgb(133,53,163); }
H1.HeaderClassName
{
color: #8535A3;
}
.AnyTagClassName
{
color: #8535A3;
}
</style>
background-color css
<style>
a { background-color: #8535A3; }
a { background-color: rgb(133,53,163); }
div.DivClassName
{
background-color: #8535A3;
}
.BgClassName
{
background-color: #8535A3;
}
</style>
border-color css
<style>
span { border-color: #8535A3; }
span { border-color: rgb(133,53,163); }
td.TdClassName
{
border-color: #8535A3;
}
.TagClassName
{
border-color: #8535A3;
}
</style>