Shades of Vivid Violet #8A3195
Tints of Vivid Violet #8A3195
RGB
CMYK
RGB Variations
Color information
#8A3195 (or 0x8A3195) is known color: Vivid Violet. HEX triplet: 8A, 31 and 95. RGB value is (138,49,149). Sum of RGB (Red+Green+Blue) = 138+49+149=336 (44% of max value = 765). Red value is 138 (54.30% from 255 or 41.07% from 336); Green value is 49 (19.53% from 255 or 14.58% from 336); Blue value is 149 (58.59% from 255 or 44.35% from 336); Max value from RGB is 149 - color contains mainly: blue. Hex color #8A3195 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A3195 is #75CE6A. Grayscale: #565656. Windows color (decimal): -7720555 or 9777546. OLE color: 9777546.
HSL color Cylindrical-coordinate representation of color #8A3195: hue angle of 293.4º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8A3195 is Cyan = 0.07, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 138 | 49 | 149 | - |
| CMYK | 0.07 | 0.67 | 0 | 0.42 |
| HSL | 293.4º | 0.51% | 0.39% | - |
| HSV(B) | 293.4º | 0.67% | 0.58% | - |
| XYZ | 17 | 9.77 | 29.42 | - |
| YUV | 87.01 | 162.99 | 164.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 49 | 149 | 0.07 | 0.67 | 0 | 0.42 | 293.4 | 0.51 | 0.39 |
| Hex | 8A | 31 | 95 | 7 | 43 | 0 | 2A | 125 | 33 | 27 |
| Octal | 212 | 61 | 225 | 7 | 103 | 0 | 52 | 445 | 63 | 47 |
| Binary | 10001010 | 110001 | 10010101 | 111 | 1000011 | 0 | 101010 | 100100101 | 110011 | 100111 |
Color Harmonies of #8A3195
Complementary color
Monochromatic Colors of #8A3195
Black with #8A3195
Text Example
Text Example
White with #8A3195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3195; }
p { color: rgb(138,49,149); }
H1.HeaderClassName
{
color: #8A3195;
}
.AnyTagClassName
{
color: #8A3195;
}
</style>
background-color css
<style>
a { background-color: #8A3195; }
a { background-color: rgb(138,49,149); }
div.DivClassName
{
background-color: #8A3195;
}
.BgClassName
{
background-color: #8A3195;
}
</style>
border-color css
<style>
span { border-color: #8A3195; }
span { border-color: rgb(138,49,149); }
td.TdClassName
{
border-color: #8A3195;
}
.TagClassName
{
border-color: #8A3195;
}
</style>