Shades of Vivid Violet #8539AD
Tints of Vivid Violet #8539AD
RGB
CMYK
RGB Variations
Color information
#8539AD (or 0x8539AD) is known color: Vivid Violet. HEX triplet: 85, 39 and AD. RGB value is (133,57,173). Sum of RGB (Red+Green+Blue) = 133+57+173=363 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.64% from 363); Green value is 57 (22.66% from 255 or 15.70% from 363); Blue value is 173 (67.97% from 255 or 47.66% from 363); Max value from RGB is 173 - color contains mainly: blue. Hex color #8539AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8539AD is #7AC652. Grayscale: #5C5C5C. Windows color (decimal): -8046163 or 11352453. OLE color: 11352453.
HSL color Cylindrical-coordinate representation of color #8539AD: hue angle of 279.31º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8539AD is Cyan = 0.23, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 133 | 57 | 173 | - |
| CMYK | 0.23 | 0.67 | 0 | 0.32 |
| HSL | 279.31º | 0.5% | 0.45% | - |
| HSV(B) | 279.31º | 0.67% | 0.68% | - |
| XYZ | 18.68 | 10.93 | 40.66 | - |
| YUV | 92.95 | 173.18 | 156.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 57 | 173 | 0.23 | 0.67 | 0 | 0.32 | 279.31 | 0.5 | 0.45 |
| Hex | 85 | 39 | AD | 17 | 43 | 0 | 20 | 117 | 32 | 2D |
| Octal | 205 | 71 | 255 | 27 | 103 | 0 | 40 | 427 | 62 | 55 |
| Binary | 10000101 | 111001 | 10101101 | 10111 | 1000011 | 0 | 100000 | 100010111 | 110010 | 101101 |
Color Harmonies of #8539AD
Complementary color
Monochromatic Colors of #8539AD
Black with #8539AD
Text Example
Text Example
White with #8539AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8539AD; }
p { color: rgb(133,57,173); }
H1.HeaderClassName
{
color: #8539AD;
}
.AnyTagClassName
{
color: #8539AD;
}
</style>
background-color css
<style>
a { background-color: #8539AD; }
a { background-color: rgb(133,57,173); }
div.DivClassName
{
background-color: #8539AD;
}
.BgClassName
{
background-color: #8539AD;
}
</style>
border-color css
<style>
span { border-color: #8539AD; }
span { border-color: rgb(133,57,173); }
td.TdClassName
{
border-color: #8539AD;
}
.TagClassName
{
border-color: #8539AD;
}
</style>