Shades of Vivid Violet #8535AA
Tints of Vivid Violet #8535AA
RGB
CMYK
RGB Variations
Color information
#8535AA (or 0x8535AA) is known color: Vivid Violet. HEX triplet: 85, 35 and AA. RGB value is (133,53,170). Sum of RGB (Red+Green+Blue) = 133+53+170=356 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.36% from 356); Green value is 53 (21.09% from 255 or 14.89% from 356); Blue value is 170 (66.80% from 255 or 47.75% from 356); Max value from RGB is 170 - color contains mainly: blue. Hex color #8535AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8535AA is #7ACA55. Grayscale: #595959. Windows color (decimal): -8047190 or 11154821. OLE color: 11154821.
HSL color Cylindrical-coordinate representation of color #8535AA: hue angle of 281.03º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8535AA is Cyan = 0.22, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 53 | 170 | - |
| CMYK | 0.22 | 0.69 | 0 | 0.33 |
| HSL | 281.03º | 0.52% | 0.44% | - |
| HSV(B) | 281.03º | 0.69% | 0.67% | - |
| XYZ | 18.2 | 10.44 | 39.09 | - |
| YUV | 90.26 | 173 | 158.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 53 | 170 | 0.22 | 0.69 | 0 | 0.33 | 281.03 | 0.52 | 0.44 |
| Hex | 85 | 35 | AA | 16 | 45 | 0 | 21 | 119 | 34 | 2C |
| Octal | 205 | 65 | 252 | 26 | 105 | 0 | 41 | 431 | 64 | 54 |
| Binary | 10000101 | 110101 | 10101010 | 10110 | 1000101 | 0 | 100001 | 100011001 | 110100 | 101100 |
Color Harmonies of #8535AA
Complementary color
Monochromatic Colors of #8535AA
Black with #8535AA
Text Example
Text Example
White with #8535AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8535AA; }
p { color: rgb(133,53,170); }
H1.HeaderClassName
{
color: #8535AA;
}
.AnyTagClassName
{
color: #8535AA;
}
</style>
background-color css
<style>
a { background-color: #8535AA; }
a { background-color: rgb(133,53,170); }
div.DivClassName
{
background-color: #8535AA;
}
.BgClassName
{
background-color: #8535AA;
}
</style>
border-color css
<style>
span { border-color: #8535AA; }
span { border-color: rgb(133,53,170); }
td.TdClassName
{
border-color: #8535AA;
}
.TagClassName
{
border-color: #8535AA;
}
</style>