Shades of Vivid Violet #8A3EA6
Tints of Vivid Violet #8A3EA6
RGB
CMYK
RGB Variations
Color information
#8A3EA6 (or 0x8A3EA6) is known color: Vivid Violet. HEX triplet: 8A, 3E and A6. RGB value is (138,62,166). Sum of RGB (Red+Green+Blue) = 138+62+166=366 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.70% from 366); Green value is 62 (24.61% from 255 or 16.94% from 366); Blue value is 166 (65.23% from 255 or 45.36% from 366); Max value from RGB is 166 - color contains mainly: blue. Hex color #8A3EA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A3EA6 is #75C159. Grayscale: #606060. Windows color (decimal): -7717210 or 10894986. OLE color: 10894986.
HSL color Cylindrical-coordinate representation of color #8A3EA6: hue angle of 283.85º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8A3EA6 is Cyan = 0.17, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 138 | 62 | 166 | - |
| CMYK | 0.17 | 0.63 | 0 | 0.35 |
| HSL | 283.85º | 0.46% | 0.45% | - |
| HSV(B) | 283.85º | 0.63% | 0.65% | - |
| XYZ | 19.09 | 11.6 | 37.31 | - |
| YUV | 96.58 | 167.18 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 62 | 166 | 0.17 | 0.63 | 0 | 0.35 | 283.85 | 0.46 | 0.45 |
| Hex | 8A | 3E | A6 | 11 | 3F | 0 | 23 | 11C | 2E | 2D |
| Octal | 212 | 76 | 246 | 21 | 77 | 0 | 43 | 434 | 56 | 55 |
| Binary | 10001010 | 111110 | 10100110 | 10001 | 111111 | 0 | 100011 | 100011100 | 101110 | 101101 |
Color Harmonies of #8A3EA6
Complementary color
Monochromatic Colors of #8A3EA6
Black with #8A3EA6
Text Example
Text Example
White with #8A3EA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3EA6; }
p { color: rgb(138,62,166); }
H1.HeaderClassName
{
color: #8A3EA6;
}
.AnyTagClassName
{
color: #8A3EA6;
}
</style>
background-color css
<style>
a { background-color: #8A3EA6; }
a { background-color: rgb(138,62,166); }
div.DivClassName
{
background-color: #8A3EA6;
}
.BgClassName
{
background-color: #8A3EA6;
}
</style>
border-color css
<style>
span { border-color: #8A3EA6; }
span { border-color: rgb(138,62,166); }
td.TdClassName
{
border-color: #8A3EA6;
}
.TagClassName
{
border-color: #8A3EA6;
}
</style>