Shades of Vivid Violet #8A318D
Tints of Vivid Violet #8A318D
RGB
CMYK
RGB Variations
Color information
#8A318D (or 0x8A318D) is known color: Vivid Violet. HEX triplet: 8A, 31 and 8D. RGB value is (138,49,141). Sum of RGB (Red+Green+Blue) = 138+49+141=328 (43% of max value = 765). Red value is 138 (54.30% from 255 or 42.07% from 328); Green value is 49 (19.53% from 255 or 14.94% from 328); Blue value is 141 (55.47% from 255 or 42.99% from 328); Max value from RGB is 141 - color contains mainly: blue. Hex color #8A318D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A318D is #75CE72. Grayscale: #555555. Windows color (decimal): -7720563 or 9253258. OLE color: 9253258.
HSL color Cylindrical-coordinate representation of color #8A318D: hue angle of 298.04º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8A318D is Cyan = 0.02, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 138 | 49 | 141 | - |
| CMYK | 0.02 | 0.65 | 0 | 0.45 |
| HSL | 298.04º | 0.48% | 0.37% | - |
| HSV(B) | 298.04º | 0.65% | 0.55% | - |
| XYZ | 16.39 | 9.52 | 26.17 | - |
| YUV | 86.1 | 158.99 | 165.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 49 | 141 | 0.02 | 0.65 | 0 | 0.45 | 298.04 | 0.48 | 0.37 |
| Hex | 8A | 31 | 8D | 2 | 41 | 0 | 2D | 12A | 30 | 25 |
| Octal | 212 | 61 | 215 | 2 | 101 | 0 | 55 | 452 | 60 | 45 |
| Binary | 10001010 | 110001 | 10001101 | 10 | 1000001 | 0 | 101101 | 100101010 | 110000 | 100101 |
Color Harmonies of #8A318D
Complementary color
Monochromatic Colors of #8A318D
Black with #8A318D
Text Example
Text Example
White with #8A318D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A318D; }
p { color: rgb(138,49,141); }
H1.HeaderClassName
{
color: #8A318D;
}
.AnyTagClassName
{
color: #8A318D;
}
</style>
background-color css
<style>
a { background-color: #8A318D; }
a { background-color: rgb(138,49,141); }
div.DivClassName
{
background-color: #8A318D;
}
.BgClassName
{
background-color: #8A318D;
}
</style>
border-color css
<style>
span { border-color: #8A318D; }
span { border-color: rgb(138,49,141); }
td.TdClassName
{
border-color: #8A318D;
}
.TagClassName
{
border-color: #8A318D;
}
</style>