Shades of Vivid Violet #8C409E
Tints of Vivid Violet #8C409E
RGB
CMYK
RGB Variations
Color information
#8C409E (or 0x8C409E) is known color: Vivid Violet. HEX triplet: 8C, 40 and 9E. RGB value is (140,64,158). Sum of RGB (Red+Green+Blue) = 140+64+158=362 (47% of max value = 765). Red value is 140 (55.08% from 255 or 38.67% from 362); Green value is 64 (25.39% from 255 or 17.68% from 362); Blue value is 158 (62.11% from 255 or 43.65% from 362); Max value from RGB is 158 - color contains mainly: blue. Hex color #8C409E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C409E is #73BF61. Grayscale: #616161. Windows color (decimal): -7585634 or 10371212. OLE color: 10371212.
HSL color Cylindrical-coordinate representation of color #8C409E: hue angle of 288.51º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8C409E is Cyan = 0.11, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 140 | 64 | 158 | - |
| CMYK | 0.11 | 0.59 | 0 | 0.38 |
| HSL | 288.51º | 0.42% | 0.44% | - |
| HSV(B) | 288.51º | 0.59% | 0.62% | - |
| XYZ | 18.82 | 11.71 | 33.62 | - |
| YUV | 97.44 | 162.18 | 158.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 64 | 158 | 0.11 | 0.59 | 0 | 0.38 | 288.51 | 0.42 | 0.44 |
| Hex | 8C | 40 | 9E | B | 3B | 0 | 26 | 121 | 2A | 2C |
| Octal | 214 | 100 | 236 | 13 | 73 | 0 | 46 | 441 | 52 | 54 |
| Binary | 10001100 | 1000000 | 10011110 | 1011 | 111011 | 0 | 100110 | 100100001 | 101010 | 101100 |
Color Harmonies of #8C409E
Complementary color
Monochromatic Colors of #8C409E
Black with #8C409E
Text Example
Text Example
White with #8C409E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C409E; }
p { color: rgb(140,64,158); }
H1.HeaderClassName
{
color: #8C409E;
}
.AnyTagClassName
{
color: #8C409E;
}
</style>
background-color css
<style>
a { background-color: #8C409E; }
a { background-color: rgb(140,64,158); }
div.DivClassName
{
background-color: #8C409E;
}
.BgClassName
{
background-color: #8C409E;
}
</style>
border-color css
<style>
span { border-color: #8C409E; }
span { border-color: rgb(140,64,158); }
td.TdClassName
{
border-color: #8C409E;
}
.TagClassName
{
border-color: #8C409E;
}
</style>