Shades of Vivid Violet #8533AA
Tints of Vivid Violet #8533AA
RGB
CMYK
RGB Variations
Color information
#8533AA (or 0x8533AA) is known color: Vivid Violet. HEX triplet: 85, 33 and AA. RGB value is (133,51,170). Sum of RGB (Red+Green+Blue) = 133+51+170=354 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.57% from 354); Green value is 51 (20.31% from 255 or 14.41% from 354); Blue value is 170 (66.80% from 255 or 48.02% from 354); Max value from RGB is 170 - color contains mainly: blue. Hex color #8533AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8533AA is #7ACC55. Grayscale: #585858. Windows color (decimal): -8047702 or 11154309. OLE color: 11154309.
HSL color Cylindrical-coordinate representation of color #8533AA: hue angle of 281.34º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8533AA is Cyan = 0.22, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 51 | 170 | - |
| CMYK | 0.22 | 0.7 | 0 | 0.33 |
| HSL | 281.34º | 0.54% | 0.43% | - |
| HSV(B) | 281.34º | 0.7% | 0.67% | - |
| XYZ | 18.11 | 10.26 | 39.06 | - |
| YUV | 89.08 | 173.67 | 159.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 51 | 170 | 0.22 | 0.7 | 0 | 0.33 | 281.34 | 0.54 | 0.43 |
| Hex | 85 | 33 | AA | 16 | 46 | 0 | 21 | 119 | 36 | 2B |
| Octal | 205 | 63 | 252 | 26 | 106 | 0 | 41 | 431 | 66 | 53 |
| Binary | 10000101 | 110011 | 10101010 | 10110 | 1000110 | 0 | 100001 | 100011001 | 110110 | 101011 |
Color Harmonies of #8533AA
Complementary color
Monochromatic Colors of #8533AA
Black with #8533AA
Text Example
Text Example
White with #8533AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8533AA; }
p { color: rgb(133,51,170); }
H1.HeaderClassName
{
color: #8533AA;
}
.AnyTagClassName
{
color: #8533AA;
}
</style>
background-color css
<style>
a { background-color: #8533AA; }
a { background-color: rgb(133,51,170); }
div.DivClassName
{
background-color: #8533AA;
}
.BgClassName
{
background-color: #8533AA;
}
</style>
border-color css
<style>
span { border-color: #8533AA; }
span { border-color: rgb(133,51,170); }
td.TdClassName
{
border-color: #8533AA;
}
.TagClassName
{
border-color: #8533AA;
}
</style>