Shades of Vivid Violet #8A3186
Tints of Vivid Violet #8A3186
RGB
CMYK
RGB Variations
Color information
#8A3186 (or 0x8A3186) is known color: Vivid Violet. HEX triplet: 8A, 31 and 86. RGB value is (138,49,134). Sum of RGB (Red+Green+Blue) = 138+49+134=321 (42% of max value = 765). Red value is 138 (54.30% from 255 or 42.99% from 321); Green value is 49 (19.53% from 255 or 15.26% from 321); Blue value is 134 (52.73% from 255 or 41.74% from 321); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3186 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A3186 is #75CE79. Grayscale: #555555. Windows color (decimal): -7720570 or 8794506. OLE color: 8794506.
HSL color Cylindrical-coordinate representation of color #8A3186: hue angle of 302.7º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8A3186 is Cyan = 0, Magento = 0.64, Yellow = 0.03 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 49 | 134 | - |
| CMYK | 0 | 0.64 | 0.03 | 0.46 |
| HSL | 302.7º | 0.48% | 0.37% | - |
| HSV(B) | 302.7º | 0.64% | 0.54% | - |
| XYZ | 15.88 | 9.32 | 23.52 | - |
| YUV | 85.3 | 155.49 | 165.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 49 | 134 | 0 | 0.64 | 0.03 | 0.46 | 302.7 | 0.48 | 0.37 |
| Hex | 8A | 31 | 86 | 0 | 40 | 3 | 2E | 12F | 30 | 25 |
| Octal | 212 | 61 | 206 | 0 | 100 | 3 | 56 | 457 | 60 | 45 |
| Binary | 10001010 | 110001 | 10000110 | 0 | 1000000 | 11 | 101110 | 100101111 | 110000 | 100101 |
Color Harmonies of #8A3186
Complementary color
Monochromatic Colors of #8A3186
Black with #8A3186
Text Example
Text Example
White with #8A3186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3186; }
p { color: rgb(138,49,134); }
H1.HeaderClassName
{
color: #8A3186;
}
.AnyTagClassName
{
color: #8A3186;
}
</style>
background-color css
<style>
a { background-color: #8A3186; }
a { background-color: rgb(138,49,134); }
div.DivClassName
{
background-color: #8A3186;
}
.BgClassName
{
background-color: #8A3186;
}
</style>
border-color css
<style>
span { border-color: #8A3186; }
span { border-color: rgb(138,49,134); }
td.TdClassName
{
border-color: #8A3186;
}
.TagClassName
{
border-color: #8A3186;
}
</style>