Shades of Vivid Violet #8E28AB
Tints of Vivid Violet #8E28AB
RGB
CMYK
RGB Variations
Color information
#8E28AB (or 0x8E28AB) is known color: Vivid Violet. HEX triplet: 8E, 28 and AB. RGB value is (142,40,171). Sum of RGB (Red+Green+Blue) = 142+40+171=353 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.23% from 353); Green value is 40 (16.02% from 255 or 11.33% from 353); Blue value is 171 (67.19% from 255 or 48.44% from 353); Max value from RGB is 171 - color contains mainly: blue. Hex color #8E28AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E28AB is #71D754. Grayscale: #555555. Windows color (decimal): -7460693 or 11217038. OLE color: 11217038.
HSL color Cylindrical-coordinate representation of color #8E28AB: hue angle of 286.72º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8E28AB is Cyan = 0.17, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 142 | 40 | 171 | - |
| CMYK | 0.17 | 0.77 | 0 | 0.33 |
| HSL | 286.72º | 0.62% | 0.41% | - |
| HSV(B) | 286.72º | 0.77% | 0.67% | - |
| XYZ | 19.26 | 10.21 | 39.48 | - |
| YUV | 85.43 | 176.29 | 168.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 40 | 171 | 0.17 | 0.77 | 0 | 0.33 | 286.72 | 0.62 | 0.41 |
| Hex | 8E | 28 | AB | 11 | 4D | 0 | 21 | 11F | 3E | 29 |
| Octal | 216 | 50 | 253 | 21 | 115 | 0 | 41 | 437 | 76 | 51 |
| Binary | 10001110 | 101000 | 10101011 | 10001 | 1001101 | 0 | 100001 | 100011111 | 111110 | 101001 |
Color Harmonies of #8E28AB
Complementary color
Monochromatic Colors of #8E28AB
Black with #8E28AB
Text Example
Text Example
White with #8E28AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E28AB; }
p { color: rgb(142,40,171); }
H1.HeaderClassName
{
color: #8E28AB;
}
.AnyTagClassName
{
color: #8E28AB;
}
</style>
background-color css
<style>
a { background-color: #8E28AB; }
a { background-color: rgb(142,40,171); }
div.DivClassName
{
background-color: #8E28AB;
}
.BgClassName
{
background-color: #8E28AB;
}
</style>
border-color css
<style>
span { border-color: #8E28AB; }
span { border-color: rgb(142,40,171); }
td.TdClassName
{
border-color: #8E28AB;
}
.TagClassName
{
border-color: #8E28AB;
}
</style>