Shades of Vivid Violet #8C4396
Tints of Vivid Violet #8C4396
RGB
CMYK
RGB Variations
Color information
#8C4396 (or 0x8C4396) is known color: Vivid Violet. HEX triplet: 8C, 43 and 96. RGB value is (140,67,150). Sum of RGB (Red+Green+Blue) = 140+67+150=357 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.22% from 357); Green value is 67 (26.56% from 255 or 18.77% from 357); Blue value is 150 (58.98% from 255 or 42.02% from 357); Max value from RGB is 150 - color contains mainly: blue. Hex color #8C4396 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C4396 is #73BC69. Grayscale: #626262. Windows color (decimal): -7584874 or 9847692. OLE color: 9847692.
HSL color Cylindrical-coordinate representation of color #8C4396: hue angle of 292.77º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8C4396 is Cyan = 0.07, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 140 | 67 | 150 | - |
| CMYK | 0.07 | 0.55 | 0 | 0.41 |
| HSL | 292.77º | 0.38% | 0.43% | - |
| HSV(B) | 292.77º | 0.55% | 0.59% | - |
| XYZ | 18.33 | 11.79 | 30.16 | - |
| YUV | 98.29 | 157.18 | 157.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 67 | 150 | 0.07 | 0.55 | 0 | 0.41 | 292.77 | 0.38 | 0.43 |
| Hex | 8C | 43 | 96 | 7 | 37 | 0 | 29 | 125 | 26 | 2B |
| Octal | 214 | 103 | 226 | 7 | 67 | 0 | 51 | 445 | 46 | 53 |
| Binary | 10001100 | 1000011 | 10010110 | 111 | 110111 | 0 | 101001 | 100100101 | 100110 | 101011 |
Color Harmonies of #8C4396
Complementary color
Monochromatic Colors of #8C4396
Black with #8C4396
Text Example
Text Example
White with #8C4396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4396; }
p { color: rgb(140,67,150); }
H1.HeaderClassName
{
color: #8C4396;
}
.AnyTagClassName
{
color: #8C4396;
}
</style>
background-color css
<style>
a { background-color: #8C4396; }
a { background-color: rgb(140,67,150); }
div.DivClassName
{
background-color: #8C4396;
}
.BgClassName
{
background-color: #8C4396;
}
</style>
border-color css
<style>
span { border-color: #8C4396; }
span { border-color: rgb(140,67,150); }
td.TdClassName
{
border-color: #8C4396;
}
.TagClassName
{
border-color: #8C4396;
}
</style>