Shades of Vivid Violet #8A3198
Tints of Vivid Violet #8A3198
RGB
CMYK
RGB Variations
Color information
#8A3198 (or 0x8A3198) is known color: Vivid Violet. HEX triplet: 8A, 31 and 98. RGB value is (138,49,152). Sum of RGB (Red+Green+Blue) = 138+49+152=339 (44% of max value = 765). Red value is 138 (54.30% from 255 or 40.71% from 339); Green value is 49 (19.53% from 255 or 14.45% from 339); Blue value is 152 (59.77% from 255 or 44.84% from 339); Max value from RGB is 152 - color contains mainly: blue. Hex color #8A3198 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A3198 is #75CE67. Grayscale: #575757. Windows color (decimal): -7720552 or 9974154. OLE color: 9974154.
HSL color Cylindrical-coordinate representation of color #8A3198: hue angle of 291.84º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8A3198 is Cyan = 0.09, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 138 | 49 | 152 | - |
| CMYK | 0.09 | 0.68 | 0 | 0.40 |
| HSL | 291.84º | 0.51% | 0.39% | - |
| HSV(B) | 291.84º | 0.68% | 0.6% | - |
| XYZ | 17.25 | 9.87 | 30.7 | - |
| YUV | 87.35 | 164.49 | 164.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 49 | 152 | 0.09 | 0.68 | 0 | 0.40 | 291.84 | 0.51 | 0.39 |
| Hex | 8A | 31 | 98 | 9 | 44 | 0 | 28 | 124 | 33 | 27 |
| Octal | 212 | 61 | 230 | 11 | 104 | 0 | 50 | 444 | 63 | 47 |
| Binary | 10001010 | 110001 | 10011000 | 1001 | 1000100 | 0 | 101000 | 100100100 | 110011 | 100111 |
Color Harmonies of #8A3198
Complementary color
Monochromatic Colors of #8A3198
Black with #8A3198
Text Example
Text Example
White with #8A3198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3198; }
p { color: rgb(138,49,152); }
H1.HeaderClassName
{
color: #8A3198;
}
.AnyTagClassName
{
color: #8A3198;
}
</style>
background-color css
<style>
a { background-color: #8A3198; }
a { background-color: rgb(138,49,152); }
div.DivClassName
{
background-color: #8A3198;
}
.BgClassName
{
background-color: #8A3198;
}
</style>
border-color css
<style>
span { border-color: #8A3198; }
span { border-color: rgb(138,49,152); }
td.TdClassName
{
border-color: #8A3198;
}
.TagClassName
{
border-color: #8A3198;
}
</style>