Shades of Vivid Violet #8C31A8
Tints of Vivid Violet #8C31A8
RGB
CMYK
RGB Variations
Color information
#8C31A8 (or 0x8C31A8) is known color: Vivid Violet. HEX triplet: 8C, 31 and A8. RGB value is (140,49,168). Sum of RGB (Red+Green+Blue) = 140+49+168=357 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.22% from 357); Green value is 49 (19.53% from 255 or 13.73% from 357); Blue value is 168 (66.02% from 255 or 47.06% from 357); Max value from RGB is 168 - color contains mainly: blue. Hex color #8C31A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C31A8 is #73CE57. Grayscale: #595959. Windows color (decimal): -7589464 or 11022732. OLE color: 11022732.
HSL color Cylindrical-coordinate representation of color #8C31A8: hue angle of 285.88º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8C31A8 is Cyan = 0.17, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 140 | 49 | 168 | - |
| CMYK | 0.17 | 0.71 | 0 | 0.34 |
| HSL | 285.88º | 0.55% | 0.43% | - |
| HSV(B) | 285.88º | 0.71% | 0.66% | - |
| XYZ | 18.98 | 10.6 | 38.09 | - |
| YUV | 89.78 | 172.15 | 163.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 49 | 168 | 0.17 | 0.71 | 0 | 0.34 | 285.88 | 0.55 | 0.43 |
| Hex | 8C | 31 | A8 | 11 | 47 | 0 | 22 | 11E | 37 | 2B |
| Octal | 214 | 61 | 250 | 21 | 107 | 0 | 42 | 436 | 67 | 53 |
| Binary | 10001100 | 110001 | 10101000 | 10001 | 1000111 | 0 | 100010 | 100011110 | 110111 | 101011 |
Color Harmonies of #8C31A8
Complementary color
Monochromatic Colors of #8C31A8
Black with #8C31A8
Text Example
Text Example
White with #8C31A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C31A8; }
p { color: rgb(140,49,168); }
H1.HeaderClassName
{
color: #8C31A8;
}
.AnyTagClassName
{
color: #8C31A8;
}
</style>
background-color css
<style>
a { background-color: #8C31A8; }
a { background-color: rgb(140,49,168); }
div.DivClassName
{
background-color: #8C31A8;
}
.BgClassName
{
background-color: #8C31A8;
}
</style>
border-color css
<style>
span { border-color: #8C31A8; }
span { border-color: rgb(140,49,168); }
td.TdClassName
{
border-color: #8C31A8;
}
.TagClassName
{
border-color: #8C31A8;
}
</style>