Shades of Vivid Violet #8632AE
Tints of Vivid Violet #8632AE
RGB
CMYK
RGB Variations
Color information
#8632AE (or 0x8632AE) is known color: Vivid Violet. HEX triplet: 86, 32 and AE. RGB value is (134,50,174). Sum of RGB (Red+Green+Blue) = 134+50+174=358 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.43% from 358); Green value is 50 (19.92% from 255 or 13.97% from 358); Blue value is 174 (68.36% from 255 or 48.60% from 358); Max value from RGB is 174 - color contains mainly: blue. Hex color #8632AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8632AE is #79CD51. Grayscale: #585858. Windows color (decimal): -7982418 or 11416198. OLE color: 11416198.
HSL color Cylindrical-coordinate representation of color #8632AE: hue angle of 280.65º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8632AE is Cyan = 0.23, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 134 | 50 | 174 | - |
| CMYK | 0.23 | 0.71 | 0 | 0.32 |
| HSL | 280.65º | 0.55% | 0.44% | - |
| HSV(B) | 280.65º | 0.71% | 0.68% | - |
| XYZ | 18.61 | 10.41 | 41.07 | - |
| YUV | 89.25 | 175.83 | 159.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 50 | 174 | 0.23 | 0.71 | 0 | 0.32 | 280.65 | 0.55 | 0.44 |
| Hex | 86 | 32 | AE | 17 | 47 | 0 | 20 | 119 | 37 | 2C |
| Octal | 206 | 62 | 256 | 27 | 107 | 0 | 40 | 431 | 67 | 54 |
| Binary | 10000110 | 110010 | 10101110 | 10111 | 1000111 | 0 | 100000 | 100011001 | 110111 | 101100 |
Color Harmonies of #8632AE
Complementary color
Monochromatic Colors of #8632AE
Black with #8632AE
Text Example
Text Example
White with #8632AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8632AE; }
p { color: rgb(134,50,174); }
H1.HeaderClassName
{
color: #8632AE;
}
.AnyTagClassName
{
color: #8632AE;
}
</style>
background-color css
<style>
a { background-color: #8632AE; }
a { background-color: rgb(134,50,174); }
div.DivClassName
{
background-color: #8632AE;
}
.BgClassName
{
background-color: #8632AE;
}
</style>
border-color css
<style>
span { border-color: #8632AE; }
span { border-color: rgb(134,50,174); }
td.TdClassName
{
border-color: #8632AE;
}
.TagClassName
{
border-color: #8632AE;
}
</style>