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