Shades of Vivid Violet #8C419C
Tints of Vivid Violet #8C419C
RGB
CMYK
RGB Variations
Color information
#8C419C (or 0x8C419C) is known color: Vivid Violet. HEX triplet: 8C, 41 and 9C. RGB value is (140,65,156). Sum of RGB (Red+Green+Blue) = 140+65+156=361 (47% of max value = 765). Red value is 140 (55.08% from 255 or 38.78% from 361); Green value is 65 (25.78% from 255 or 18.01% from 361); Blue value is 156 (61.33% from 255 or 43.21% from 361); Max value from RGB is 156 - color contains mainly: blue. Hex color #8C419C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C419C is #73BE63. Grayscale: #616161. Windows color (decimal): -7585380 or 10240396. OLE color: 10240396.
HSL color Cylindrical-coordinate representation of color #8C419C: hue angle of 289.45º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8C419C is Cyan = 0.10, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 140 | 65 | 156 | - |
| CMYK | 0.10 | 0.58 | 0 | 0.39 |
| HSL | 289.45º | 0.41% | 0.43% | - |
| HSV(B) | 289.45º | 0.58% | 0.61% | - |
| XYZ | 18.71 | 11.76 | 32.74 | - |
| YUV | 97.8 | 160.85 | 158.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 65 | 156 | 0.10 | 0.58 | 0 | 0.39 | 289.45 | 0.41 | 0.43 |
| Hex | 8C | 41 | 9C | A | 3A | 0 | 27 | 121 | 29 | 2B |
| Octal | 214 | 101 | 234 | 12 | 72 | 0 | 47 | 441 | 51 | 53 |
| Binary | 10001100 | 1000001 | 10011100 | 1010 | 111010 | 0 | 100111 | 100100001 | 101001 | 101011 |
Color Harmonies of #8C419C
Complementary color
Monochromatic Colors of #8C419C
Black with #8C419C
Text Example
Text Example
White with #8C419C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C419C; }
p { color: rgb(140,65,156); }
H1.HeaderClassName
{
color: #8C419C;
}
.AnyTagClassName
{
color: #8C419C;
}
</style>
background-color css
<style>
a { background-color: #8C419C; }
a { background-color: rgb(140,65,156); }
div.DivClassName
{
background-color: #8C419C;
}
.BgClassName
{
background-color: #8C419C;
}
</style>
border-color css
<style>
span { border-color: #8C419C; }
span { border-color: rgb(140,65,156); }
td.TdClassName
{
border-color: #8C419C;
}
.TagClassName
{
border-color: #8C419C;
}
</style>