Shades of Vivid Violet #8424AC
Tints of Vivid Violet #8424AC
RGB
CMYK
RGB Variations
Color information
#8424AC (or 0x8424AC) is known color: Vivid Violet. HEX triplet: 84, 24 and AC. RGB value is (132,36,172). Sum of RGB (Red+Green+Blue) = 132+36+172=340 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.82% from 340); Green value is 36 (14.45% from 255 or 10.59% from 340); Blue value is 172 (67.58% from 255 or 50.59% from 340); Max value from RGB is 172 - color contains mainly: blue. Hex color #8424AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8424AC is #7BDB53. Grayscale: #4F4F4F. Windows color (decimal): -8117076 or 11281540. OLE color: 11281540.
HSL color Cylindrical-coordinate representation of color #8424AC: hue angle of 282.35º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8424AC is Cyan = 0.23, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 132 | 36 | 172 | - |
| CMYK | 0.23 | 0.79 | 0 | 0.33 |
| HSL | 282.35º | 0.65% | 0.41% | - |
| HSV(B) | 282.35º | 0.79% | 0.67% | - |
| XYZ | 17.59 | 9.15 | 39.87 | - |
| YUV | 80.21 | 179.8 | 164.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 36 | 172 | 0.23 | 0.79 | 0 | 0.33 | 282.35 | 0.65 | 0.41 |
| Hex | 84 | 24 | AC | 17 | 4F | 0 | 21 | 11A | 41 | 29 |
| Octal | 204 | 44 | 254 | 27 | 117 | 0 | 41 | 432 | 101 | 51 |
| Binary | 10000100 | 100100 | 10101100 | 10111 | 1001111 | 0 | 100001 | 100011010 | 1000001 | 101001 |
Color Harmonies of #8424AC
Complementary color
Monochromatic Colors of #8424AC
Black with #8424AC
Text Example
Text Example
White with #8424AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8424AC; }
p { color: rgb(132,36,172); }
H1.HeaderClassName
{
color: #8424AC;
}
.AnyTagClassName
{
color: #8424AC;
}
</style>
background-color css
<style>
a { background-color: #8424AC; }
a { background-color: rgb(132,36,172); }
div.DivClassName
{
background-color: #8424AC;
}
.BgClassName
{
background-color: #8424AC;
}
</style>
border-color css
<style>
span { border-color: #8424AC; }
span { border-color: rgb(132,36,172); }
td.TdClassName
{
border-color: #8424AC;
}
.TagClassName
{
border-color: #8424AC;
}
</style>