Shades of Vivid Violet #8C4194
Tints of Vivid Violet #8C4194
RGB
CMYK
RGB Variations
Color information
#8C4194 (or 0x8C4194) is known color: Vivid Violet. HEX triplet: 8C, 41 and 94. RGB value is (140,65,148). Sum of RGB (Red+Green+Blue) = 140+65+148=353 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.66% from 353); Green value is 65 (25.78% from 255 or 18.41% from 353); Blue value is 148 (58.20% from 255 or 41.93% from 353); Max value from RGB is 148 - color contains mainly: blue. Hex color #8C4194 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C4194 is #73BE6B. Grayscale: #606060. Windows color (decimal): -7585388 or 9716108. OLE color: 9716108.
HSL color Cylindrical-coordinate representation of color #8C4194: hue angle of 294.22º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8C4194 is Cyan = 0.05, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 140 | 65 | 148 | - |
| CMYK | 0.05 | 0.56 | 0 | 0.42 |
| HSL | 294.22º | 0.39% | 0.42% | - |
| HSV(B) | 294.22º | 0.56% | 0.58% | - |
| XYZ | 18.05 | 11.49 | 29.28 | - |
| YUV | 96.89 | 156.85 | 158.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 65 | 148 | 0.05 | 0.56 | 0 | 0.42 | 294.22 | 0.39 | 0.42 |
| Hex | 8C | 41 | 94 | 5 | 38 | 0 | 2A | 126 | 27 | 2A |
| Octal | 214 | 101 | 224 | 5 | 70 | 0 | 52 | 446 | 47 | 52 |
| Binary | 10001100 | 1000001 | 10010100 | 101 | 111000 | 0 | 101010 | 100100110 | 100111 | 101010 |
Color Harmonies of #8C4194
Complementary color
Monochromatic Colors of #8C4194
Black with #8C4194
Text Example
Text Example
White with #8C4194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4194; }
p { color: rgb(140,65,148); }
H1.HeaderClassName
{
color: #8C4194;
}
.AnyTagClassName
{
color: #8C4194;
}
</style>
background-color css
<style>
a { background-color: #8C4194; }
a { background-color: rgb(140,65,148); }
div.DivClassName
{
background-color: #8C4194;
}
.BgClassName
{
background-color: #8C4194;
}
</style>
border-color css
<style>
span { border-color: #8C4194; }
span { border-color: rgb(140,65,148); }
td.TdClassName
{
border-color: #8C4194;
}
.TagClassName
{
border-color: #8C4194;
}
</style>