Shades of Vivid Violet #8C408E
Tints of Vivid Violet #8C408E
RGB
CMYK
RGB Variations
Color information
#8C408E (or 0x8C408E) is known color: Vivid Violet. HEX triplet: 8C, 40 and 8E. RGB value is (140,64,142). Sum of RGB (Red+Green+Blue) = 140+64+142=346 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.46% from 346); Green value is 64 (25.39% from 255 or 18.50% from 346); Blue value is 142 (55.86% from 255 or 41.04% from 346); Max value from RGB is 142 - color contains mainly: blue. Hex color #8C408E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C408E is #73BF71. Grayscale: #5F5F5F. Windows color (decimal): -7585650 or 9322636. OLE color: 9322636.
HSL color Cylindrical-coordinate representation of color #8C408E: hue angle of 298.46º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8C408E is Cyan = 0.01, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 140 | 64 | 142 | - |
| CMYK | 0.01 | 0.55 | 0 | 0.44 |
| HSL | 298.46º | 0.38% | 0.4% | - |
| HSV(B) | 298.46º | 0.55% | 0.56% | - |
| XYZ | 17.53 | 11.2 | 26.83 | - |
| YUV | 95.62 | 154.18 | 159.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 64 | 142 | 0.01 | 0.55 | 0 | 0.44 | 298.46 | 0.38 | 0.4 |
| Hex | 8C | 40 | 8E | 1 | 37 | 0 | 2C | 12A | 26 | 28 |
| Octal | 214 | 100 | 216 | 1 | 67 | 0 | 54 | 452 | 46 | 50 |
| Binary | 10001100 | 1000000 | 10001110 | 1 | 110111 | 0 | 101100 | 100101010 | 100110 | 101000 |
Color Harmonies of #8C408E
Complementary color
Monochromatic Colors of #8C408E
Black with #8C408E
Text Example
Text Example
White with #8C408E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C408E; }
p { color: rgb(140,64,142); }
H1.HeaderClassName
{
color: #8C408E;
}
.AnyTagClassName
{
color: #8C408E;
}
</style>
background-color css
<style>
a { background-color: #8C408E; }
a { background-color: rgb(140,64,142); }
div.DivClassName
{
background-color: #8C408E;
}
.BgClassName
{
background-color: #8C408E;
}
</style>
border-color css
<style>
span { border-color: #8C408E; }
span { border-color: rgb(140,64,142); }
td.TdClassName
{
border-color: #8C408E;
}
.TagClassName
{
border-color: #8C408E;
}
</style>