Shades of Vivid Violet #8434AC
Tints of Vivid Violet #8434AC
RGB
CMYK
RGB Variations
Color information
#8434AC (or 0x8434AC) is known color: Vivid Violet. HEX triplet: 84, 34 and AC. RGB value is (132,52,172). Sum of RGB (Red+Green+Blue) = 132+52+172=356 (47% of max value = 765). Red value is 132 (51.95% from 255 or 37.08% from 356); Green value is 52 (20.70% from 255 or 14.61% from 356); Blue value is 172 (67.58% from 255 or 48.31% from 356); Max value from RGB is 172 - color contains mainly: blue. Hex color #8434AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8434AC is #7BCB53. Grayscale: #595959. Windows color (decimal): -8112980 or 11285636. OLE color: 11285636.
HSL color Cylindrical-coordinate representation of color #8434AC: hue angle of 280º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8434AC is Cyan = 0.23, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 132 | 52 | 172 | - |
| CMYK | 0.23 | 0.70 | 0 | 0.33 |
| HSL | 280º | 0.54% | 0.44% | - |
| HSV(B) | 280º | 0.7% | 0.67% | - |
| XYZ | 18.19 | 10.34 | 40.07 | - |
| YUV | 89.6 | 174.5 | 158.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 52 | 172 | 0.23 | 0.70 | 0 | 0.33 | 280 | 0.54 | 0.44 |
| Hex | 84 | 34 | AC | 17 | 46 | 0 | 21 | 118 | 36 | 2C |
| Octal | 204 | 64 | 254 | 27 | 106 | 0 | 41 | 430 | 66 | 54 |
| Binary | 10000100 | 110100 | 10101100 | 10111 | 1000110 | 0 | 100001 | 100011000 | 110110 | 101100 |
Color Harmonies of #8434AC
Complementary color
Monochromatic Colors of #8434AC
Black with #8434AC
Text Example
Text Example
White with #8434AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8434AC; }
p { color: rgb(132,52,172); }
H1.HeaderClassName
{
color: #8434AC;
}
.AnyTagClassName
{
color: #8434AC;
}
</style>
background-color css
<style>
a { background-color: #8434AC; }
a { background-color: rgb(132,52,172); }
div.DivClassName
{
background-color: #8434AC;
}
.BgClassName
{
background-color: #8434AC;
}
</style>
border-color css
<style>
span { border-color: #8434AC; }
span { border-color: rgb(132,52,172); }
td.TdClassName
{
border-color: #8434AC;
}
.TagClassName
{
border-color: #8434AC;
}
</style>