Shades of Vivid Violet #8A3F95
Tints of Vivid Violet #8A3F95
RGB
CMYK
RGB Variations
Color information
#8A3F95 (or 0x8A3F95) is known color: Vivid Violet. HEX triplet: 8A, 3F and 95. RGB value is (138,63,149). Sum of RGB (Red+Green+Blue) = 138+63+149=350 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.43% from 350); Green value is 63 (25% from 255 or 18% from 350); Blue value is 149 (58.59% from 255 or 42.57% from 350); Max value from RGB is 149 - color contains mainly: blue. Hex color #8A3F95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A3F95 is #75C06A. Grayscale: #5E5E5E. Windows color (decimal): -7716971 or 9781130. OLE color: 9781130.
HSL color Cylindrical-coordinate representation of color #8A3F95: hue angle of 292.33º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8A3F95 is Cyan = 0.07, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 138 | 63 | 149 | - |
| CMYK | 0.07 | 0.58 | 0 | 0.42 |
| HSL | 292.33º | 0.41% | 0.42% | - |
| HSV(B) | 292.33º | 0.58% | 0.58% | - |
| XYZ | 17.68 | 11.13 | 29.65 | - |
| YUV | 95.23 | 158.35 | 158.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 63 | 149 | 0.07 | 0.58 | 0 | 0.42 | 292.33 | 0.41 | 0.42 |
| Hex | 8A | 3F | 95 | 7 | 3A | 0 | 2A | 124 | 29 | 2A |
| Octal | 212 | 77 | 225 | 7 | 72 | 0 | 52 | 444 | 51 | 52 |
| Binary | 10001010 | 111111 | 10010101 | 111 | 111010 | 0 | 101010 | 100100100 | 101001 | 101010 |
Color Harmonies of #8A3F95
Complementary color
Monochromatic Colors of #8A3F95
Black with #8A3F95
Text Example
Text Example
White with #8A3F95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3F95; }
p { color: rgb(138,63,149); }
H1.HeaderClassName
{
color: #8A3F95;
}
.AnyTagClassName
{
color: #8A3F95;
}
</style>
background-color css
<style>
a { background-color: #8A3F95; }
a { background-color: rgb(138,63,149); }
div.DivClassName
{
background-color: #8A3F95;
}
.BgClassName
{
background-color: #8A3F95;
}
</style>
border-color css
<style>
span { border-color: #8A3F95; }
span { border-color: rgb(138,63,149); }
td.TdClassName
{
border-color: #8A3F95;
}
.TagClassName
{
border-color: #8A3F95;
}
</style>