Shades of Vivid Violet #8428AB
Tints of Vivid Violet #8428AB
RGB
CMYK
RGB Variations
Color information
#8428AB (or 0x8428AB) is known color: Vivid Violet. HEX triplet: 84, 28 and AB. RGB value is (132,40,171). Sum of RGB (Red+Green+Blue) = 132+40+171=343 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.48% from 343); Green value is 40 (16.02% from 255 or 11.66% from 343); Blue value is 171 (67.19% from 255 or 49.85% from 343); Max value from RGB is 171 - color contains mainly: blue. Hex color #8428AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8428AB is #7BD754. Grayscale: #525252. Windows color (decimal): -8116053 or 11217028. OLE color: 11217028.
HSL color Cylindrical-coordinate representation of color #8428AB: hue angle of 282.14º 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 #8428AB is Cyan = 0.23, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 132 | 40 | 171 | - |
| CMYK | 0.23 | 0.77 | 0 | 0.33 |
| HSL | 282.14º | 0.62% | 0.41% | - |
| HSV(B) | 282.14º | 0.77% | 0.67% | - |
| XYZ | 17.63 | 9.36 | 39.41 | - |
| YUV | 82.44 | 177.98 | 163.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 40 | 171 | 0.23 | 0.77 | 0 | 0.33 | 282.14 | 0.62 | 0.41 |
| Hex | 84 | 28 | AB | 17 | 4D | 0 | 21 | 11A | 3E | 29 |
| Octal | 204 | 50 | 253 | 27 | 115 | 0 | 41 | 432 | 76 | 51 |
| Binary | 10000100 | 101000 | 10101011 | 10111 | 1001101 | 0 | 100001 | 100011010 | 111110 | 101001 |
Color Harmonies of #8428AB
Complementary color
Monochromatic Colors of #8428AB
Black with #8428AB
Text Example
Text Example
White with #8428AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8428AB; }
p { color: rgb(132,40,171); }
H1.HeaderClassName
{
color: #8428AB;
}
.AnyTagClassName
{
color: #8428AB;
}
</style>
background-color css
<style>
a { background-color: #8428AB; }
a { background-color: rgb(132,40,171); }
div.DivClassName
{
background-color: #8428AB;
}
.BgClassName
{
background-color: #8428AB;
}
</style>
border-color css
<style>
span { border-color: #8428AB; }
span { border-color: rgb(132,40,171); }
td.TdClassName
{
border-color: #8428AB;
}
.TagClassName
{
border-color: #8428AB;
}
</style>