Shades of Vivid Violet #8637AD
Tints of Vivid Violet #8637AD
RGB
CMYK
RGB Variations
Color information
#8637AD (or 0x8637AD) is known color: Vivid Violet. HEX triplet: 86, 37 and AD. RGB value is (134,55,173). Sum of RGB (Red+Green+Blue) = 134+55+173=362 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.02% from 362); Green value is 55 (21.88% from 255 or 15.19% from 362); Blue value is 173 (67.97% from 255 or 47.79% from 362); Max value from RGB is 173 - color contains mainly: blue. Hex color #8637AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8637AD is #79C852. Grayscale: #5B5B5B. Windows color (decimal): -7981139 or 11351942. OLE color: 11351942.
HSL color Cylindrical-coordinate representation of color #8637AD: hue angle of 280.17º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8637AD is Cyan = 0.23, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 134 | 55 | 173 | - |
| CMYK | 0.23 | 0.68 | 0 | 0.32 |
| HSL | 280.17º | 0.52% | 0.45% | - |
| HSV(B) | 280.17º | 0.68% | 0.68% | - |
| XYZ | 18.74 | 10.82 | 40.64 | - |
| YUV | 92.07 | 173.67 | 157.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 55 | 173 | 0.23 | 0.68 | 0 | 0.32 | 280.17 | 0.52 | 0.45 |
| Hex | 86 | 37 | AD | 17 | 44 | 0 | 20 | 118 | 34 | 2D |
| Octal | 206 | 67 | 255 | 27 | 104 | 0 | 40 | 430 | 64 | 55 |
| Binary | 10000110 | 110111 | 10101101 | 10111 | 1000100 | 0 | 100000 | 100011000 | 110100 | 101101 |
Color Harmonies of #8637AD
Complementary color
Monochromatic Colors of #8637AD
Black with #8637AD
Text Example
Text Example
White with #8637AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8637AD; }
p { color: rgb(134,55,173); }
H1.HeaderClassName
{
color: #8637AD;
}
.AnyTagClassName
{
color: #8637AD;
}
</style>
background-color css
<style>
a { background-color: #8637AD; }
a { background-color: rgb(134,55,173); }
div.DivClassName
{
background-color: #8637AD;
}
.BgClassName
{
background-color: #8637AD;
}
</style>
border-color css
<style>
span { border-color: #8637AD; }
span { border-color: rgb(134,55,173); }
td.TdClassName
{
border-color: #8637AD;
}
.TagClassName
{
border-color: #8637AD;
}
</style>