Shades of Vivid Violet #8426AB
Tints of Vivid Violet #8426AB
RGB
CMYK
RGB Variations
Color information
#8426AB (or 0x8426AB) is known color: Vivid Violet. HEX triplet: 84, 26 and AB. RGB value is (132,38,171). Sum of RGB (Red+Green+Blue) = 132+38+171=341 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.71% from 341); Green value is 38 (15.23% from 255 or 11.14% from 341); Blue value is 171 (67.19% from 255 or 50.15% from 341); Max value from RGB is 171 - color contains mainly: blue. Hex color #8426AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8426AB is #7BD954. Grayscale: #505050. Windows color (decimal): -8116565 or 11216516. OLE color: 11216516.
HSL color Cylindrical-coordinate representation of color #8426AB: hue angle of 282.41º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8426AB is Cyan = 0.23, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 132 | 38 | 171 | - |
| CMYK | 0.23 | 0.78 | 0 | 0.33 |
| HSL | 282.41º | 0.64% | 0.41% | - |
| HSV(B) | 282.41º | 0.78% | 0.67% | - |
| XYZ | 17.56 | 9.23 | 39.38 | - |
| YUV | 81.27 | 178.64 | 164.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 38 | 171 | 0.23 | 0.78 | 0 | 0.33 | 282.41 | 0.64 | 0.41 |
| Hex | 84 | 26 | AB | 17 | 4E | 0 | 21 | 11A | 40 | 29 |
| Octal | 204 | 46 | 253 | 27 | 116 | 0 | 41 | 432 | 100 | 51 |
| Binary | 10000100 | 100110 | 10101011 | 10111 | 1001110 | 0 | 100001 | 100011010 | 1000000 | 101001 |
Color Harmonies of #8426AB
Complementary color
Monochromatic Colors of #8426AB
Black with #8426AB
Text Example
Text Example
White with #8426AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8426AB; }
p { color: rgb(132,38,171); }
H1.HeaderClassName
{
color: #8426AB;
}
.AnyTagClassName
{
color: #8426AB;
}
</style>
background-color css
<style>
a { background-color: #8426AB; }
a { background-color: rgb(132,38,171); }
div.DivClassName
{
background-color: #8426AB;
}
.BgClassName
{
background-color: #8426AB;
}
</style>
border-color css
<style>
span { border-color: #8426AB; }
span { border-color: rgb(132,38,171); }
td.TdClassName
{
border-color: #8426AB;
}
.TagClassName
{
border-color: #8426AB;
}
</style>