Shades of Vivid Violet #8418A4
Tints of Vivid Violet #8418A4
RGB
CMYK
RGB Variations
Color information
#8418A4 (or 0x8418A4) is known color: Vivid Violet. HEX triplet: 84, 18 and A4. RGB value is (132,24,164). Sum of RGB (Red+Green+Blue) = 132+24+164=320 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.25% from 320); Green value is 24 (9.77% from 255 or 7.5% from 320); Blue value is 164 (64.45% from 255 or 51.25% from 320); Max value from RGB is 164 - color contains mainly: blue. Hex color #8418A4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8418A4 is #7BE75B. Grayscale: #474747. Windows color (decimal): -8120156 or 10754180. OLE color: 10754180.
HSL color Cylindrical-coordinate representation of color #8418A4: hue angle of 286.29º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8418A4 is Cyan = 0.20, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 132 | 24 | 164 | - |
| CMYK | 0.20 | 0.85 | 0 | 0.36 |
| HSL | 286.29º | 0.74% | 0.37% | - |
| HSV(B) | 286.29º | 0.85% | 0.64% | - |
| XYZ | 16.54 | 8.24 | 35.84 | - |
| YUV | 72.25 | 179.78 | 170.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 24 | 164 | 0.20 | 0.85 | 0 | 0.36 | 286.29 | 0.74 | 0.37 |
| Hex | 84 | 18 | A4 | 14 | 55 | 0 | 24 | 11E | 4A | 25 |
| Octal | 204 | 30 | 244 | 24 | 125 | 0 | 44 | 436 | 112 | 45 |
| Binary | 10000100 | 11000 | 10100100 | 10100 | 1010101 | 0 | 100100 | 100011110 | 1001010 | 100101 |
Color Harmonies of #8418A4
Complementary color
Monochromatic Colors of #8418A4
Black with #8418A4
Text Example
Text Example
White with #8418A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8418A4; }
p { color: rgb(132,24,164); }
H1.HeaderClassName
{
color: #8418A4;
}
.AnyTagClassName
{
color: #8418A4;
}
</style>
background-color css
<style>
a { background-color: #8418A4; }
a { background-color: rgb(132,24,164); }
div.DivClassName
{
background-color: #8418A4;
}
.BgClassName
{
background-color: #8418A4;
}
</style>
border-color css
<style>
span { border-color: #8418A4; }
span { border-color: rgb(132,24,164); }
td.TdClassName
{
border-color: #8418A4;
}
.TagClassName
{
border-color: #8418A4;
}
</style>