Shades of Vivid Violet #8635AD
Tints of Vivid Violet #8635AD
RGB
CMYK
RGB Variations
Color information
#8635AD (or 0x8635AD) is known color: Vivid Violet. HEX triplet: 86, 35 and AD. RGB value is (134,53,173). Sum of RGB (Red+Green+Blue) = 134+53+173=360 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.22% from 360); Green value is 53 (21.09% from 255 or 14.72% from 360); Blue value is 173 (67.97% from 255 or 48.06% from 360); Max value from RGB is 173 - color contains mainly: blue. Hex color #8635AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8635AD is #79CA52. Grayscale: #5A5A5A. Windows color (decimal): -7981651 or 11351430. OLE color: 11351430.
HSL color Cylindrical-coordinate representation of color #8635AD: hue angle of 280.5º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8635AD is Cyan = 0.23, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 134 | 53 | 173 | - |
| CMYK | 0.23 | 0.69 | 0 | 0.32 |
| HSL | 280.5º | 0.53% | 0.44% | - |
| HSV(B) | 280.5º | 0.69% | 0.68% | - |
| XYZ | 18.65 | 10.63 | 40.6 | - |
| YUV | 90.9 | 174.34 | 158.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 53 | 173 | 0.23 | 0.69 | 0 | 0.32 | 280.5 | 0.53 | 0.44 |
| Hex | 86 | 35 | AD | 17 | 45 | 0 | 20 | 118 | 35 | 2C |
| Octal | 206 | 65 | 255 | 27 | 105 | 0 | 40 | 430 | 65 | 54 |
| Binary | 10000110 | 110101 | 10101101 | 10111 | 1000101 | 0 | 100000 | 100011000 | 110101 | 101100 |
Color Harmonies of #8635AD
Complementary color
Monochromatic Colors of #8635AD
Black with #8635AD
Text Example
Text Example
White with #8635AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8635AD; }
p { color: rgb(134,53,173); }
H1.HeaderClassName
{
color: #8635AD;
}
.AnyTagClassName
{
color: #8635AD;
}
</style>
background-color css
<style>
a { background-color: #8635AD; }
a { background-color: rgb(134,53,173); }
div.DivClassName
{
background-color: #8635AD;
}
.BgClassName
{
background-color: #8635AD;
}
</style>
border-color css
<style>
span { border-color: #8635AD; }
span { border-color: rgb(134,53,173); }
td.TdClassName
{
border-color: #8635AD;
}
.TagClassName
{
border-color: #8635AD;
}
</style>