Shades of Vivid Violet #8C419E
Tints of Vivid Violet #8C419E
RGB
CMYK
RGB Variations
Color information
#8C419E (or 0x8C419E) is known color: Vivid Violet. HEX triplet: 8C, 41 and 9E. RGB value is (140,65,158). Sum of RGB (Red+Green+Blue) = 140+65+158=363 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.57% from 363); Green value is 65 (25.78% from 255 or 17.91% from 363); Blue value is 158 (62.11% from 255 or 43.53% from 363); Max value from RGB is 158 - color contains mainly: blue. Hex color #8C419E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C419E is #73BE61. Grayscale: #616161. Windows color (decimal): -7585378 or 10371468. OLE color: 10371468.
HSL color Cylindrical-coordinate representation of color #8C419E: hue angle of 288.39º 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 #8C419E is Cyan = 0.11, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 140 | 65 | 158 | - |
| CMYK | 0.11 | 0.59 | 0 | 0.38 |
| HSL | 288.39º | 0.42% | 0.44% | - |
| HSV(B) | 288.39º | 0.59% | 0.62% | - |
| XYZ | 18.88 | 11.82 | 33.64 | - |
| YUV | 98.03 | 161.85 | 157.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 65 | 158 | 0.11 | 0.59 | 0 | 0.38 | 288.39 | 0.42 | 0.44 |
| Hex | 8C | 41 | 9E | B | 3B | 0 | 26 | 120 | 2A | 2C |
| Octal | 214 | 101 | 236 | 13 | 73 | 0 | 46 | 440 | 52 | 54 |
| Binary | 10001100 | 1000001 | 10011110 | 1011 | 111011 | 0 | 100110 | 100100000 | 101010 | 101100 |
Color Harmonies of #8C419E
Complementary color
Monochromatic Colors of #8C419E
Black with #8C419E
Text Example
Text Example
White with #8C419E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C419E; }
p { color: rgb(140,65,158); }
H1.HeaderClassName
{
color: #8C419E;
}
.AnyTagClassName
{
color: #8C419E;
}
</style>
background-color css
<style>
a { background-color: #8C419E; }
a { background-color: rgb(140,65,158); }
div.DivClassName
{
background-color: #8C419E;
}
.BgClassName
{
background-color: #8C419E;
}
</style>
border-color css
<style>
span { border-color: #8C419E; }
span { border-color: rgb(140,65,158); }
td.TdClassName
{
border-color: #8C419E;
}
.TagClassName
{
border-color: #8C419E;
}
</style>