Shades of Vivid Violet #8526AA
Tints of Vivid Violet #8526AA
RGB
CMYK
RGB Variations
Color information
#8526AA (or 0x8526AA) is known color: Vivid Violet. HEX triplet: 85, 26 and AA. RGB value is (133,38,170). Sum of RGB (Red+Green+Blue) = 133+38+170=341 (45% of max value = 765). Red value is 133 (52.34% from 255 or 39.00% from 341); Green value is 38 (15.23% from 255 or 11.14% from 341); Blue value is 170 (66.80% from 255 or 49.85% from 341); Max value from RGB is 170 - color contains mainly: blue. Hex color #8526AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8526AA is #7AD955. Grayscale: #515151. Windows color (decimal): -8051030 or 11150981. OLE color: 11150981.
HSL color Cylindrical-coordinate representation of color #8526AA: hue angle of 283.18º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8526AA is Cyan = 0.22, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 38 | 170 | - |
| CMYK | 0.22 | 0.78 | 0 | 0.33 |
| HSL | 283.18º | 0.63% | 0.41% | - |
| HSV(B) | 283.18º | 0.78% | 0.67% | - |
| XYZ | 17.62 | 9.28 | 38.89 | - |
| YUV | 81.45 | 177.97 | 164.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 38 | 170 | 0.22 | 0.78 | 0 | 0.33 | 283.18 | 0.63 | 0.41 |
| Hex | 85 | 26 | AA | 16 | 4E | 0 | 21 | 11B | 3F | 29 |
| Octal | 205 | 46 | 252 | 26 | 116 | 0 | 41 | 433 | 77 | 51 |
| Binary | 10000101 | 100110 | 10101010 | 10110 | 1001110 | 0 | 100001 | 100011011 | 111111 | 101001 |
Color Harmonies of #8526AA
Complementary color
Monochromatic Colors of #8526AA
Black with #8526AA
Text Example
Text Example
White with #8526AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8526AA; }
p { color: rgb(133,38,170); }
H1.HeaderClassName
{
color: #8526AA;
}
.AnyTagClassName
{
color: #8526AA;
}
</style>
background-color css
<style>
a { background-color: #8526AA; }
a { background-color: rgb(133,38,170); }
div.DivClassName
{
background-color: #8526AA;
}
.BgClassName
{
background-color: #8526AA;
}
</style>
border-color css
<style>
span { border-color: #8526AA; }
span { border-color: rgb(133,38,170); }
td.TdClassName
{
border-color: #8526AA;
}
.TagClassName
{
border-color: #8526AA;
}
</style>