Shades of Vivid Violet #8A3794
Tints of Vivid Violet #8A3794
RGB
CMYK
RGB Variations
Color information
#8A3794 (or 0x8A3794) is known color: Vivid Violet. HEX triplet: 8A, 37 and 94. RGB value is (138,55,148). Sum of RGB (Red+Green+Blue) = 138+55+148=341 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.47% from 341); Green value is 55 (21.88% from 255 or 16.13% from 341); Blue value is 148 (58.20% from 255 or 43.40% from 341); Max value from RGB is 148 - color contains mainly: blue. Hex color #8A3794 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A3794 is #75C86B. Grayscale: #5A5A5A. Windows color (decimal): -7719020 or 9713546. OLE color: 9713546.
HSL color Cylindrical-coordinate representation of color #8A3794: hue angle of 293.55º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8A3794 is Cyan = 0.07, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 138 | 55 | 148 | - |
| CMYK | 0.07 | 0.63 | 0 | 0.42 |
| HSL | 293.55º | 0.46% | 0.4% | - |
| HSV(B) | 293.55º | 0.63% | 0.58% | - |
| XYZ | 17.19 | 10.27 | 29.09 | - |
| YUV | 90.42 | 160.5 | 161.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 55 | 148 | 0.07 | 0.63 | 0 | 0.42 | 293.55 | 0.46 | 0.4 |
| Hex | 8A | 37 | 94 | 7 | 3F | 0 | 2A | 126 | 2E | 28 |
| Octal | 212 | 67 | 224 | 7 | 77 | 0 | 52 | 446 | 56 | 50 |
| Binary | 10001010 | 110111 | 10010100 | 111 | 111111 | 0 | 101010 | 100100110 | 101110 | 101000 |
Color Harmonies of #8A3794
Complementary color
Monochromatic Colors of #8A3794
Black with #8A3794
Text Example
Text Example
White with #8A3794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3794; }
p { color: rgb(138,55,148); }
H1.HeaderClassName
{
color: #8A3794;
}
.AnyTagClassName
{
color: #8A3794;
}
</style>
background-color css
<style>
a { background-color: #8A3794; }
a { background-color: rgb(138,55,148); }
div.DivClassName
{
background-color: #8A3794;
}
.BgClassName
{
background-color: #8A3794;
}
</style>
border-color css
<style>
span { border-color: #8A3794; }
span { border-color: rgb(138,55,148); }
td.TdClassName
{
border-color: #8A3794;
}
.TagClassName
{
border-color: #8A3794;
}
</style>