Shades of Vivid Violet #8431AF
Tints of Vivid Violet #8431AF
RGB
CMYK
RGB Variations
Color information
#8431AF (or 0x8431AF) is known color: Vivid Violet. HEX triplet: 84, 31 and AF. RGB value is (132,49,175). Sum of RGB (Red+Green+Blue) = 132+49+175=356 (47% of max value = 765). Red value is 132 (51.95% from 255 or 37.08% from 356); Green value is 49 (19.53% from 255 or 13.76% from 356); Blue value is 175 (68.75% from 255 or 49.16% from 356); Max value from RGB is 175 - color contains mainly: blue. Hex color #8431AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8431AF is #7BCE50. Grayscale: #575757. Windows color (decimal): -8113745 or 11481476. OLE color: 11481476.
HSL color Cylindrical-coordinate representation of color #8431AF: hue angle of 279.52º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8431AF is Cyan = 0.25, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 132 | 49 | 175 | - |
| CMYK | 0.25 | 0.72 | 0 | 0.31 |
| HSL | 279.52º | 0.56% | 0.44% | - |
| HSV(B) | 279.52º | 0.72% | 0.69% | - |
| XYZ | 18.35 | 10.2 | 41.56 | - |
| YUV | 88.18 | 177 | 159.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 49 | 175 | 0.25 | 0.72 | 0 | 0.31 | 279.52 | 0.56 | 0.44 |
| Hex | 84 | 31 | AF | 19 | 48 | 0 | 1F | 118 | 38 | 2C |
| Octal | 204 | 61 | 257 | 31 | 110 | 0 | 37 | 430 | 70 | 54 |
| Binary | 10000100 | 110001 | 10101111 | 11001 | 1001000 | 0 | 11111 | 100011000 | 111000 | 101100 |
Color Harmonies of #8431AF
Complementary color
Monochromatic Colors of #8431AF
Black with #8431AF
Text Example
Text Example
White with #8431AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8431AF; }
p { color: rgb(132,49,175); }
H1.HeaderClassName
{
color: #8431AF;
}
.AnyTagClassName
{
color: #8431AF;
}
</style>
background-color css
<style>
a { background-color: #8431AF; }
a { background-color: rgb(132,49,175); }
div.DivClassName
{
background-color: #8431AF;
}
.BgClassName
{
background-color: #8431AF;
}
</style>
border-color css
<style>
span { border-color: #8431AF; }
span { border-color: rgb(132,49,175); }
td.TdClassName
{
border-color: #8431AF;
}
.TagClassName
{
border-color: #8431AF;
}
</style>