Shades of Vivid Violet #8A418E
Tints of Vivid Violet #8A418E
RGB
CMYK
RGB Variations
Color information
#8A418E (or 0x8A418E) is known color: Vivid Violet. HEX triplet: 8A, 41 and 8E. RGB value is (138,65,142). Sum of RGB (Red+Green+Blue) = 138+65+142=345 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40% from 345); Green value is 65 (25.78% from 255 or 18.84% from 345); Blue value is 142 (55.86% from 255 or 41.16% from 345); Max value from RGB is 142 - color contains mainly: blue. Hex color #8A418E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A418E is #75BE71. Grayscale: #5F5F5F. Windows color (decimal): -7716466 or 9322890. OLE color: 9322890.
HSL color Cylindrical-coordinate representation of color #8A418E: hue angle of 296.88º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8A418E is Cyan = 0.03, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 138 | 65 | 142 | - |
| CMYK | 0.03 | 0.54 | 0 | 0.44 |
| HSL | 296.88º | 0.37% | 0.41% | - |
| HSV(B) | 296.88º | 0.54% | 0.56% | - |
| XYZ | 17.25 | 11.14 | 26.83 | - |
| YUV | 95.61 | 154.18 | 158.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 65 | 142 | 0.03 | 0.54 | 0 | 0.44 | 296.88 | 0.37 | 0.41 |
| Hex | 8A | 41 | 8E | 3 | 36 | 0 | 2C | 129 | 25 | 29 |
| Octal | 212 | 101 | 216 | 3 | 66 | 0 | 54 | 451 | 45 | 51 |
| Binary | 10001010 | 1000001 | 10001110 | 11 | 110110 | 0 | 101100 | 100101001 | 100101 | 101001 |
Color Harmonies of #8A418E
Complementary color
Monochromatic Colors of #8A418E
Black with #8A418E
Text Example
Text Example
White with #8A418E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A418E; }
p { color: rgb(138,65,142); }
H1.HeaderClassName
{
color: #8A418E;
}
.AnyTagClassName
{
color: #8A418E;
}
</style>
background-color css
<style>
a { background-color: #8A418E; }
a { background-color: rgb(138,65,142); }
div.DivClassName
{
background-color: #8A418E;
}
.BgClassName
{
background-color: #8A418E;
}
</style>
border-color css
<style>
span { border-color: #8A418E; }
span { border-color: rgb(138,65,142); }
td.TdClassName
{
border-color: #8A418E;
}
.TagClassName
{
border-color: #8A418E;
}
</style>