Shades of Vivid Violet #8535A9
Tints of Vivid Violet #8535A9
RGB
CMYK
RGB Variations
Color information
#8535A9 (or 0x8535A9) is known color: Vivid Violet. HEX triplet: 85, 35 and A9. RGB value is (133,53,169). Sum of RGB (Red+Green+Blue) = 133+53+169=355 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.46% from 355); Green value is 53 (21.09% from 255 or 14.93% from 355); Blue value is 169 (66.41% from 255 or 47.61% from 355); Max value from RGB is 169 - color contains mainly: blue. Hex color #8535A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8535A9 is #7ACA56. Grayscale: #595959. Windows color (decimal): -8047191 or 11089285. OLE color: 11089285.
HSL color Cylindrical-coordinate representation of color #8535A9: hue angle of 281.38º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8535A9 is Cyan = 0.21, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 133 | 53 | 169 | - |
| CMYK | 0.21 | 0.69 | 0 | 0.34 |
| HSL | 281.38º | 0.52% | 0.44% | - |
| HSV(B) | 281.38º | 0.69% | 0.66% | - |
| XYZ | 18.11 | 10.4 | 38.59 | - |
| YUV | 90.14 | 172.5 | 158.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 53 | 169 | 0.21 | 0.69 | 0 | 0.34 | 281.38 | 0.52 | 0.44 |
| Hex | 85 | 35 | A9 | 15 | 45 | 0 | 22 | 119 | 34 | 2C |
| Octal | 205 | 65 | 251 | 25 | 105 | 0 | 42 | 431 | 64 | 54 |
| Binary | 10000101 | 110101 | 10101001 | 10101 | 1000101 | 0 | 100010 | 100011001 | 110100 | 101100 |
Color Harmonies of #8535A9
Complementary color
Monochromatic Colors of #8535A9
Black with #8535A9
Text Example
Text Example
White with #8535A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8535A9; }
p { color: rgb(133,53,169); }
H1.HeaderClassName
{
color: #8535A9;
}
.AnyTagClassName
{
color: #8535A9;
}
</style>
background-color css
<style>
a { background-color: #8535A9; }
a { background-color: rgb(133,53,169); }
div.DivClassName
{
background-color: #8535A9;
}
.BgClassName
{
background-color: #8535A9;
}
</style>
border-color css
<style>
span { border-color: #8535A9; }
span { border-color: rgb(133,53,169); }
td.TdClassName
{
border-color: #8535A9;
}
.TagClassName
{
border-color: #8535A9;
}
</style>