Shades of Vivid Violet #8A5195
Tints of Vivid Violet #8A5195
RGB
CMYK
RGB Variations
Color information
#8A5195 (or 0x8A5195) is known color: Vivid Violet. HEX triplet: 8A, 51 and 95. RGB value is (138,81,149). Sum of RGB (Red+Green+Blue) = 138+81+149=368 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.5% from 368); Green value is 81 (32.03% from 255 or 22.01% from 368); Blue value is 149 (58.59% from 255 or 40.49% from 368); Max value from RGB is 149 - color contains mainly: blue. Hex color #8A5195 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A5195 is #75AE6A. Grayscale: #696969. Windows color (decimal): -7712363 or 9785738. OLE color: 9785738.
HSL color Cylindrical-coordinate representation of color #8A5195: hue angle of 290.29º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8A5195 is Cyan = 0.07, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 138 | 81 | 149 | - |
| CMYK | 0.07 | 0.46 | 0 | 0.42 |
| HSL | 290.29º | 0.3% | 0.45% | - |
| HSV(B) | 290.29º | 0.46% | 0.58% | - |
| XYZ | 18.85 | 13.46 | 30.04 | - |
| YUV | 105.8 | 152.38 | 150.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 81 | 149 | 0.07 | 0.46 | 0 | 0.42 | 290.29 | 0.3 | 0.45 |
| Hex | 8A | 51 | 95 | 7 | 2E | 0 | 2A | 122 | 1E | 2D |
| Octal | 212 | 121 | 225 | 7 | 56 | 0 | 52 | 442 | 36 | 55 |
| Binary | 10001010 | 1010001 | 10010101 | 111 | 101110 | 0 | 101010 | 100100010 | 11110 | 101101 |
Color Harmonies of #8A5195
Complementary color
Monochromatic Colors of #8A5195
Black with #8A5195
Text Example
Text Example
White with #8A5195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A5195; }
p { color: rgb(138,81,149); }
H1.HeaderClassName
{
color: #8A5195;
}
.AnyTagClassName
{
color: #8A5195;
}
</style>
background-color css
<style>
a { background-color: #8A5195; }
a { background-color: rgb(138,81,149); }
div.DivClassName
{
background-color: #8A5195;
}
.BgClassName
{
background-color: #8A5195;
}
</style>
border-color css
<style>
span { border-color: #8A5195; }
span { border-color: rgb(138,81,149); }
td.TdClassName
{
border-color: #8A5195;
}
.TagClassName
{
border-color: #8A5195;
}
</style>