Shades of Vivid Violet #8630A4
Tints of Vivid Violet #8630A4
RGB
CMYK
RGB Variations
Color information
#8630A4 (or 0x8630A4) is known color: Vivid Violet. HEX triplet: 86, 30 and A4. RGB value is (134,48,164). Sum of RGB (Red+Green+Blue) = 134+48+164=346 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.73% from 346); Green value is 48 (19.14% from 255 or 13.87% from 346); Blue value is 164 (64.45% from 255 or 47.40% from 346); Max value from RGB is 164 - color contains mainly: blue. Hex color #8630A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8630A4 is #79CF5B. Grayscale: #565656. Windows color (decimal): -7982940 or 10760326. OLE color: 10760326.
HSL color Cylindrical-coordinate representation of color #8630A4: hue angle of 284.48º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8630A4 is Cyan = 0.18, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 134 | 48 | 164 | - |
| CMYK | 0.18 | 0.71 | 0 | 0.36 |
| HSL | 284.48º | 0.55% | 0.42% | - |
| HSV(B) | 284.48º | 0.71% | 0.64% | - |
| XYZ | 17.59 | 9.86 | 36.1 | - |
| YUV | 86.94 | 171.49 | 161.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 48 | 164 | 0.18 | 0.71 | 0 | 0.36 | 284.48 | 0.55 | 0.42 |
| Hex | 86 | 30 | A4 | 12 | 47 | 0 | 24 | 11C | 37 | 2A |
| Octal | 206 | 60 | 244 | 22 | 107 | 0 | 44 | 434 | 67 | 52 |
| Binary | 10000110 | 110000 | 10100100 | 10010 | 1000111 | 0 | 100100 | 100011100 | 110111 | 101010 |
Color Harmonies of #8630A4
Complementary color
Monochromatic Colors of #8630A4
Black with #8630A4
Text Example
Text Example
White with #8630A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8630A4; }
p { color: rgb(134,48,164); }
H1.HeaderClassName
{
color: #8630A4;
}
.AnyTagClassName
{
color: #8630A4;
}
</style>
background-color css
<style>
a { background-color: #8630A4; }
a { background-color: rgb(134,48,164); }
div.DivClassName
{
background-color: #8630A4;
}
.BgClassName
{
background-color: #8630A4;
}
</style>
border-color css
<style>
span { border-color: #8630A4; }
span { border-color: rgb(134,48,164); }
td.TdClassName
{
border-color: #8630A4;
}
.TagClassName
{
border-color: #8630A4;
}
</style>