Shades of Vivid Violet #8526AD
Tints of Vivid Violet #8526AD
RGB
CMYK
RGB Variations
Color information
#8526AD (or 0x8526AD) is known color: Vivid Violet. HEX triplet: 85, 26 and AD. RGB value is (133,38,173). Sum of RGB (Red+Green+Blue) = 133+38+173=344 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.66% from 344); Green value is 38 (15.23% from 255 or 11.05% from 344); Blue value is 173 (67.97% from 255 or 50.29% from 344); Max value from RGB is 173 - color contains mainly: blue. Hex color #8526AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8526AD is #7AD952. Grayscale: #515151. Windows color (decimal): -8051027 or 11347589. OLE color: 11347589.
HSL color Cylindrical-coordinate representation of color #8526AD: hue angle of 282.22º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8526AD is Cyan = 0.23, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 133 | 38 | 173 | - |
| CMYK | 0.23 | 0.78 | 0 | 0.32 |
| HSL | 282.22º | 0.64% | 0.41% | - |
| HSV(B) | 282.22º | 0.78% | 0.68% | - |
| XYZ | 17.91 | 9.39 | 40.4 | - |
| YUV | 81.8 | 179.47 | 164.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 38 | 173 | 0.23 | 0.78 | 0 | 0.32 | 282.22 | 0.64 | 0.41 |
| Hex | 85 | 26 | AD | 17 | 4E | 0 | 20 | 11A | 40 | 29 |
| Octal | 205 | 46 | 255 | 27 | 116 | 0 | 40 | 432 | 100 | 51 |
| Binary | 10000101 | 100110 | 10101101 | 10111 | 1001110 | 0 | 100000 | 100011010 | 1000000 | 101001 |
Color Harmonies of #8526AD
Complementary color
Monochromatic Colors of #8526AD
Black with #8526AD
Text Example
Text Example
White with #8526AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8526AD; }
p { color: rgb(133,38,173); }
H1.HeaderClassName
{
color: #8526AD;
}
.AnyTagClassName
{
color: #8526AD;
}
</style>
background-color css
<style>
a { background-color: #8526AD; }
a { background-color: rgb(133,38,173); }
div.DivClassName
{
background-color: #8526AD;
}
.BgClassName
{
background-color: #8526AD;
}
</style>
border-color css
<style>
span { border-color: #8526AD; }
span { border-color: rgb(133,38,173); }
td.TdClassName
{
border-color: #8526AD;
}
.TagClassName
{
border-color: #8526AD;
}
</style>