Shades of Vivid Violet #8314AC
Tints of Vivid Violet #8314AC
RGB
CMYK
RGB Variations
Color information
#8314AC (or 0x8314AC) is known color: Vivid Violet. HEX triplet: 83, 14 and AC. RGB value is (131,20,172). Sum of RGB (Red+Green+Blue) = 131+20+172=323 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.56% from 323); Green value is 20 (8.20% from 255 or 6.19% from 323); Blue value is 172 (67.58% from 255 or 53.25% from 323); Max value from RGB is 172 - color contains mainly: blue. Hex color #8314AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8314AC is #7CEB53. Grayscale: #464646. Windows color (decimal): -8186708 or 11277443. OLE color: 11277443.
HSL color Cylindrical-coordinate representation of color #8314AC: hue angle of 283.82º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8314AC is Cyan = 0.24, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 131 | 20 | 172 | - |
| CMYK | 0.24 | 0.88 | 0 | 0.33 |
| HSL | 283.82º | 0.79% | 0.38% | - |
| HSV(B) | 283.82º | 0.88% | 0.67% | - |
| XYZ | 17.06 | 8.3 | 39.73 | - |
| YUV | 70.52 | 185.27 | 171.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 20 | 172 | 0.24 | 0.88 | 0 | 0.33 | 283.82 | 0.79 | 0.38 |
| Hex | 83 | 14 | AC | 18 | 58 | 0 | 21 | 11C | 4F | 26 |
| Octal | 203 | 24 | 254 | 30 | 130 | 0 | 41 | 434 | 117 | 46 |
| Binary | 10000011 | 10100 | 10101100 | 11000 | 1011000 | 0 | 100001 | 100011100 | 1001111 | 100110 |
Color Harmonies of #8314AC
Complementary color
Monochromatic Colors of #8314AC
Black with #8314AC
Text Example
Text Example
White with #8314AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8314AC; }
p { color: rgb(131,20,172); }
H1.HeaderClassName
{
color: #8314AC;
}
.AnyTagClassName
{
color: #8314AC;
}
</style>
background-color css
<style>
a { background-color: #8314AC; }
a { background-color: rgb(131,20,172); }
div.DivClassName
{
background-color: #8314AC;
}
.BgClassName
{
background-color: #8314AC;
}
</style>
border-color css
<style>
span { border-color: #8314AC; }
span { border-color: rgb(131,20,172); }
td.TdClassName
{
border-color: #8314AC;
}
.TagClassName
{
border-color: #8314AC;
}
</style>