Shades of Vivid Violet #8C41A6
Tints of Vivid Violet #8C41A6
RGB
CMYK
RGB Variations
Color information
#8C41A6 (or 0x8C41A6) is known color: Vivid Violet. HEX triplet: 8C, 41 and A6. RGB value is (140,65,166). Sum of RGB (Red+Green+Blue) = 140+65+166=371 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.74% from 371); Green value is 65 (25.78% from 255 or 17.52% from 371); Blue value is 166 (65.23% from 255 or 44.74% from 371); Max value from RGB is 166 - color contains mainly: blue. Hex color #8C41A6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C41A6 is #73BE59. Grayscale: #626262. Windows color (decimal): -7585370 or 10895756. OLE color: 10895756.
HSL color Cylindrical-coordinate representation of color #8C41A6: hue angle of 284.55º 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 #8C41A6 is Cyan = 0.16, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 140 | 65 | 166 | - |
| CMYK | 0.16 | 0.61 | 0 | 0.35 |
| HSL | 284.55º | 0.44% | 0.45% | - |
| HSV(B) | 284.55º | 0.61% | 0.65% | - |
| XYZ | 19.59 | 12.11 | 37.38 | - |
| YUV | 98.94 | 165.85 | 157.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 65 | 166 | 0.16 | 0.61 | 0 | 0.35 | 284.55 | 0.44 | 0.45 |
| Hex | 8C | 41 | A6 | 10 | 3D | 0 | 23 | 11D | 2C | 2D |
| Octal | 214 | 101 | 246 | 20 | 75 | 0 | 43 | 435 | 54 | 55 |
| Binary | 10001100 | 1000001 | 10100110 | 10000 | 111101 | 0 | 100011 | 100011101 | 101100 | 101101 |
Color Harmonies of #8C41A6
Complementary color
Monochromatic Colors of #8C41A6
Black with #8C41A6
Text Example
Text Example
White with #8C41A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C41A6; }
p { color: rgb(140,65,166); }
H1.HeaderClassName
{
color: #8C41A6;
}
.AnyTagClassName
{
color: #8C41A6;
}
</style>
background-color css
<style>
a { background-color: #8C41A6; }
a { background-color: rgb(140,65,166); }
div.DivClassName
{
background-color: #8C41A6;
}
.BgClassName
{
background-color: #8C41A6;
}
</style>
border-color css
<style>
span { border-color: #8C41A6; }
span { border-color: rgb(140,65,166); }
td.TdClassName
{
border-color: #8C41A6;
}
.TagClassName
{
border-color: #8C41A6;
}
</style>