Shades of Vivid Violet #8434AB
Tints of Vivid Violet #8434AB
RGB
CMYK
RGB Variations
Color information
#8434AB (or 0x8434AB) is known color: Vivid Violet. HEX triplet: 84, 34 and AB. RGB value is (132,52,171). Sum of RGB (Red+Green+Blue) = 132+52+171=355 (47% of max value = 765). Red value is 132 (51.95% from 255 or 37.18% from 355); Green value is 52 (20.70% from 255 or 14.65% from 355); Blue value is 171 (67.19% from 255 or 48.17% from 355); Max value from RGB is 171 - color contains mainly: blue. Hex color #8434AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8434AB is #7BCB54. Grayscale: #595959. Windows color (decimal): -8112981 or 11220100. OLE color: 11220100.
HSL color Cylindrical-coordinate representation of color #8434AB: hue angle of 280.34º degrees, saturation: 0.53, 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 #8434AB is Cyan = 0.23, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 132 | 52 | 171 | - |
| CMYK | 0.23 | 0.70 | 0 | 0.33 |
| HSL | 280.34º | 0.53% | 0.44% | - |
| HSV(B) | 280.34º | 0.7% | 0.67% | - |
| XYZ | 18.09 | 10.3 | 39.56 | - |
| YUV | 89.49 | 174 | 158.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 52 | 171 | 0.23 | 0.70 | 0 | 0.33 | 280.34 | 0.53 | 0.44 |
| Hex | 84 | 34 | AB | 17 | 46 | 0 | 21 | 118 | 35 | 2C |
| Octal | 204 | 64 | 253 | 27 | 106 | 0 | 41 | 430 | 65 | 54 |
| Binary | 10000100 | 110100 | 10101011 | 10111 | 1000110 | 0 | 100001 | 100011000 | 110101 | 101100 |
Color Harmonies of #8434AB
Complementary color
Monochromatic Colors of #8434AB
Black with #8434AB
Text Example
Text Example
White with #8434AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8434AB; }
p { color: rgb(132,52,171); }
H1.HeaderClassName
{
color: #8434AB;
}
.AnyTagClassName
{
color: #8434AB;
}
</style>
background-color css
<style>
a { background-color: #8434AB; }
a { background-color: rgb(132,52,171); }
div.DivClassName
{
background-color: #8434AB;
}
.BgClassName
{
background-color: #8434AB;
}
</style>
border-color css
<style>
span { border-color: #8434AB; }
span { border-color: rgb(132,52,171); }
td.TdClassName
{
border-color: #8434AB;
}
.TagClassName
{
border-color: #8434AB;
}
</style>