Shades of Vivid Violet #8428AA
Tints of Vivid Violet #8428AA
RGB
CMYK
RGB Variations
Color information
#8428AA (or 0x8428AA) is known color: Vivid Violet. HEX triplet: 84, 28 and AA. RGB value is (132,40,170). Sum of RGB (Red+Green+Blue) = 132+40+170=342 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.60% from 342); Green value is 40 (16.02% from 255 or 11.70% from 342); Blue value is 170 (66.80% from 255 or 49.71% from 342); Max value from RGB is 170 - color contains mainly: blue. Hex color #8428AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8428AA is #7BD755. Grayscale: #515151. Windows color (decimal): -8116054 or 11151492. OLE color: 11151492.
HSL color Cylindrical-coordinate representation of color #8428AA: hue angle of 282.46º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8428AA is Cyan = 0.22, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 132 | 40 | 170 | - |
| CMYK | 0.22 | 0.76 | 0 | 0.33 |
| HSL | 282.46º | 0.62% | 0.41% | - |
| HSV(B) | 282.46º | 0.76% | 0.67% | - |
| XYZ | 17.53 | 9.33 | 38.91 | - |
| YUV | 82.33 | 177.48 | 163.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 40 | 170 | 0.22 | 0.76 | 0 | 0.33 | 282.46 | 0.62 | 0.41 |
| Hex | 84 | 28 | AA | 16 | 4C | 0 | 21 | 11A | 3E | 29 |
| Octal | 204 | 50 | 252 | 26 | 114 | 0 | 41 | 432 | 76 | 51 |
| Binary | 10000100 | 101000 | 10101010 | 10110 | 1001100 | 0 | 100001 | 100011010 | 111110 | 101001 |
Color Harmonies of #8428AA
Complementary color
Monochromatic Colors of #8428AA
Black with #8428AA
Text Example
Text Example
White with #8428AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8428AA; }
p { color: rgb(132,40,170); }
H1.HeaderClassName
{
color: #8428AA;
}
.AnyTagClassName
{
color: #8428AA;
}
</style>
background-color css
<style>
a { background-color: #8428AA; }
a { background-color: rgb(132,40,170); }
div.DivClassName
{
background-color: #8428AA;
}
.BgClassName
{
background-color: #8428AA;
}
</style>
border-color css
<style>
span { border-color: #8428AA; }
span { border-color: rgb(132,40,170); }
td.TdClassName
{
border-color: #8428AA;
}
.TagClassName
{
border-color: #8428AA;
}
</style>