Shades of Vivid Violet #8A468D
Tints of Vivid Violet #8A468D
RGB
CMYK
RGB Variations
Color information
#8A468D (or 0x8A468D) is known color: Vivid Violet. HEX triplet: 8A, 46 and 8D. RGB value is (138,70,141). Sum of RGB (Red+Green+Blue) = 138+70+141=349 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.54% from 349); Green value is 70 (27.73% from 255 or 20.06% from 349); Blue value is 141 (55.47% from 255 or 40.40% from 349); Max value from RGB is 141 - color contains mainly: blue. Hex color #8A468D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A468D is #75B972. Grayscale: #626262. Windows color (decimal): -7715187 or 9258634. OLE color: 9258634.
HSL color Cylindrical-coordinate representation of color #8A468D: hue angle of 297.46º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8A468D is Cyan = 0.02, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 138 | 70 | 141 | - |
| CMYK | 0.02 | 0.50 | 0 | 0.45 |
| HSL | 297.46º | 0.34% | 0.41% | - |
| HSV(B) | 297.46º | 0.5% | 0.55% | - |
| XYZ | 17.48 | 11.71 | 26.54 | - |
| YUV | 98.43 | 152.03 | 156.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 70 | 141 | 0.02 | 0.50 | 0 | 0.45 | 297.46 | 0.34 | 0.41 |
| Hex | 8A | 46 | 8D | 2 | 32 | 0 | 2D | 129 | 22 | 29 |
| Octal | 212 | 106 | 215 | 2 | 62 | 0 | 55 | 451 | 42 | 51 |
| Binary | 10001010 | 1000110 | 10001101 | 10 | 110010 | 0 | 101101 | 100101001 | 100010 | 101001 |
Color Harmonies of #8A468D
Complementary color
Monochromatic Colors of #8A468D
Black with #8A468D
Text Example
Text Example
White with #8A468D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A468D; }
p { color: rgb(138,70,141); }
H1.HeaderClassName
{
color: #8A468D;
}
.AnyTagClassName
{
color: #8A468D;
}
</style>
background-color css
<style>
a { background-color: #8A468D; }
a { background-color: rgb(138,70,141); }
div.DivClassName
{
background-color: #8A468D;
}
.BgClassName
{
background-color: #8A468D;
}
</style>
border-color css
<style>
span { border-color: #8A468D; }
span { border-color: rgb(138,70,141); }
td.TdClassName
{
border-color: #8A468D;
}
.TagClassName
{
border-color: #8A468D;
}
</style>