Shades of Vivid Violet #8535AB
Tints of Vivid Violet #8535AB
RGB
CMYK
RGB Variations
Color information
#8535AB (or 0x8535AB) is known color: Vivid Violet. HEX triplet: 85, 35 and AB. RGB value is (133,53,171). Sum of RGB (Red+Green+Blue) = 133+53+171=357 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.25% from 357); Green value is 53 (21.09% from 255 or 14.85% from 357); Blue value is 171 (67.19% from 255 or 47.90% from 357); Max value from RGB is 171 - color contains mainly: blue. Hex color #8535AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8535AB is #7ACA54. Grayscale: #595959. Windows color (decimal): -8047189 or 11220357. OLE color: 11220357.
HSL color Cylindrical-coordinate representation of color #8535AB: hue angle of 280.68º degrees, saturation: 0.53, 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 #8535AB is Cyan = 0.22, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 53 | 171 | - |
| CMYK | 0.22 | 0.69 | 0 | 0.33 |
| HSL | 280.68º | 0.53% | 0.44% | - |
| HSV(B) | 280.68º | 0.69% | 0.67% | - |
| XYZ | 18.3 | 10.47 | 39.59 | - |
| YUV | 90.37 | 173.5 | 158.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 53 | 171 | 0.22 | 0.69 | 0 | 0.33 | 280.68 | 0.53 | 0.44 |
| Hex | 85 | 35 | AB | 16 | 45 | 0 | 21 | 119 | 35 | 2C |
| Octal | 205 | 65 | 253 | 26 | 105 | 0 | 41 | 431 | 65 | 54 |
| Binary | 10000101 | 110101 | 10101011 | 10110 | 1000101 | 0 | 100001 | 100011001 | 110101 | 101100 |
Color Harmonies of #8535AB
Complementary color
Monochromatic Colors of #8535AB
Black with #8535AB
Text Example
Text Example
White with #8535AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8535AB; }
p { color: rgb(133,53,171); }
H1.HeaderClassName
{
color: #8535AB;
}
.AnyTagClassName
{
color: #8535AB;
}
</style>
background-color css
<style>
a { background-color: #8535AB; }
a { background-color: rgb(133,53,171); }
div.DivClassName
{
background-color: #8535AB;
}
.BgClassName
{
background-color: #8535AB;
}
</style>
border-color css
<style>
span { border-color: #8535AB; }
span { border-color: rgb(133,53,171); }
td.TdClassName
{
border-color: #8535AB;
}
.TagClassName
{
border-color: #8535AB;
}
</style>