Shades of Vivid Violet #8C418A
Tints of Vivid Violet #8C418A
RGB
CMYK
RGB Variations
Color information
#8C418A (or 0x8C418A) is known color: Vivid Violet. HEX triplet: 8C, 41 and 8A. RGB value is (140,65,138). Sum of RGB (Red+Green+Blue) = 140+65+138=343 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.82% from 343); Green value is 65 (25.78% from 255 or 18.95% from 343); Blue value is 138 (54.30% from 255 or 40.23% from 343); Max value from RGB is 140 - color contains mainly: red. Hex color #8C418A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C418A is #73BE75. Grayscale: #5F5F5F. Windows color (decimal): -7585398 or 9060748. OLE color: 9060748.
HSL color Cylindrical-coordinate representation of color #8C418A: hue angle of 301.6º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8C418A is Cyan = 0, Magento = 0.54, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 65 | 138 | - |
| CMYK | 0 | 0.54 | 0.01 | 0.45 |
| HSL | 301.6º | 0.37% | 0.4% | - |
| HSV(B) | 301.6º | 0.54% | 0.55% | - |
| XYZ | 17.29 | 11.19 | 25.29 | - |
| YUV | 95.75 | 151.85 | 159.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 65 | 138 | 0 | 0.54 | 0.01 | 0.45 | 301.6 | 0.37 | 0.4 |
| Hex | 8C | 41 | 8A | 0 | 36 | 1 | 2D | 12E | 25 | 28 |
| Octal | 214 | 101 | 212 | 0 | 66 | 1 | 55 | 456 | 45 | 50 |
| Binary | 10001100 | 1000001 | 10001010 | 0 | 110110 | 1 | 101101 | 100101110 | 100101 | 101000 |
Color Harmonies of #8C418A
Complementary color
Monochromatic Colors of #8C418A
Black with #8C418A
Text Example
Text Example
White with #8C418A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C418A; }
p { color: rgb(140,65,138); }
H1.HeaderClassName
{
color: #8C418A;
}
.AnyTagClassName
{
color: #8C418A;
}
</style>
background-color css
<style>
a { background-color: #8C418A; }
a { background-color: rgb(140,65,138); }
div.DivClassName
{
background-color: #8C418A;
}
.BgClassName
{
background-color: #8C418A;
}
</style>
border-color css
<style>
span { border-color: #8C418A; }
span { border-color: rgb(140,65,138); }
td.TdClassName
{
border-color: #8C418A;
}
.TagClassName
{
border-color: #8C418A;
}
</style>