Shades of Vivid Violet #8C40A6
Tints of Vivid Violet #8C40A6
RGB
CMYK
RGB Variations
Color information
#8C40A6 (or 0x8C40A6) is known color: Vivid Violet. HEX triplet: 8C, 40 and A6. RGB value is (140,64,166). Sum of RGB (Red+Green+Blue) = 140+64+166=370 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.84% from 370); Green value is 64 (25.39% from 255 or 17.30% from 370); Blue value is 166 (65.23% from 255 or 44.86% from 370); Max value from RGB is 166 - color contains mainly: blue. Hex color #8C40A6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C40A6 is #73BF59. Grayscale: #626262. Windows color (decimal): -7585626 or 10895500. OLE color: 10895500.
HSL color Cylindrical-coordinate representation of color #8C40A6: hue angle of 284.71º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8C40A6 is Cyan = 0.16, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 140 | 64 | 166 | - |
| CMYK | 0.16 | 0.61 | 0 | 0.35 |
| HSL | 284.71º | 0.44% | 0.45% | - |
| HSV(B) | 284.71º | 0.61% | 0.65% | - |
| XYZ | 19.53 | 12 | 37.36 | - |
| YUV | 98.35 | 166.18 | 157.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 64 | 166 | 0.16 | 0.61 | 0 | 0.35 | 284.71 | 0.44 | 0.45 |
| Hex | 8C | 40 | A6 | 10 | 3D | 0 | 23 | 11D | 2C | 2D |
| Octal | 214 | 100 | 246 | 20 | 75 | 0 | 43 | 435 | 54 | 55 |
| Binary | 10001100 | 1000000 | 10100110 | 10000 | 111101 | 0 | 100011 | 100011101 | 101100 | 101101 |
Color Harmonies of #8C40A6
Complementary color
Monochromatic Colors of #8C40A6
Black with #8C40A6
Text Example
Text Example
White with #8C40A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C40A6; }
p { color: rgb(140,64,166); }
H1.HeaderClassName
{
color: #8C40A6;
}
.AnyTagClassName
{
color: #8C40A6;
}
</style>
background-color css
<style>
a { background-color: #8C40A6; }
a { background-color: rgb(140,64,166); }
div.DivClassName
{
background-color: #8C40A6;
}
.BgClassName
{
background-color: #8C40A6;
}
</style>
border-color css
<style>
span { border-color: #8C40A6; }
span { border-color: rgb(140,64,166); }
td.TdClassName
{
border-color: #8C40A6;
}
.TagClassName
{
border-color: #8C40A6;
}
</style>