Shades of Vivid Violet #8E41A4
Tints of Vivid Violet #8E41A4
RGB
CMYK
RGB Variations
Color information
#8E41A4 (or 0x8E41A4) is known color: Vivid Violet. HEX triplet: 8E, 41 and A4. RGB value is (142,65,164). Sum of RGB (Red+Green+Blue) = 142+65+164=371 (49% of max value = 765). Red value is 142 (55.86% from 255 or 38.27% from 371); Green value is 65 (25.78% from 255 or 17.52% from 371); Blue value is 164 (64.45% from 255 or 44.20% from 371); Max value from RGB is 164 - color contains mainly: blue. Hex color #8E41A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E41A4 is #71BE5B. Grayscale: #626262. Windows color (decimal): -7454300 or 10764686. OLE color: 10764686.
HSL color Cylindrical-coordinate representation of color #8E41A4: hue angle of 286.67º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8E41A4 is Cyan = 0.13, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 142 | 65 | 164 | - |
| CMYK | 0.13 | 0.60 | 0 | 0.36 |
| HSL | 286.67º | 0.43% | 0.45% | - |
| HSV(B) | 286.67º | 0.6% | 0.64% | - |
| XYZ | 19.75 | 12.21 | 36.44 | - |
| YUV | 99.31 | 164.51 | 158.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 65 | 164 | 0.13 | 0.60 | 0 | 0.36 | 286.67 | 0.43 | 0.45 |
| Hex | 8E | 41 | A4 | D | 3C | 0 | 24 | 11F | 2B | 2D |
| Octal | 216 | 101 | 244 | 15 | 74 | 0 | 44 | 437 | 53 | 55 |
| Binary | 10001110 | 1000001 | 10100100 | 1101 | 111100 | 0 | 100100 | 100011111 | 101011 | 101101 |
Color Harmonies of #8E41A4
Complementary color
Monochromatic Colors of #8E41A4
Black with #8E41A4
Text Example
Text Example
White with #8E41A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E41A4; }
p { color: rgb(142,65,164); }
H1.HeaderClassName
{
color: #8E41A4;
}
.AnyTagClassName
{
color: #8E41A4;
}
</style>
background-color css
<style>
a { background-color: #8E41A4; }
a { background-color: rgb(142,65,164); }
div.DivClassName
{
background-color: #8E41A4;
}
.BgClassName
{
background-color: #8E41A4;
}
</style>
border-color css
<style>
span { border-color: #8E41A4; }
span { border-color: rgb(142,65,164); }
td.TdClassName
{
border-color: #8E41A4;
}
.TagClassName
{
border-color: #8E41A4;
}
</style>