Shades of Vivid Violet #8C4BA2
Tints of Vivid Violet #8C4BA2
RGB
CMYK
RGB Variations
Color information
#8C4BA2 (or 0x8C4BA2) is known color: Vivid Violet. HEX triplet: 8C, 4B and A2. RGB value is (140,75,162). Sum of RGB (Red+Green+Blue) = 140+75+162=377 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.14% from 377); Green value is 75 (29.69% from 255 or 19.89% from 377); Blue value is 162 (63.67% from 255 or 42.97% from 377); Max value from RGB is 162 - color contains mainly: blue. Hex color #8C4BA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C4BA2 is #73B45D. Grayscale: #686868. Windows color (decimal): -7582814 or 10636172. OLE color: 10636172.
HSL color Cylindrical-coordinate representation of color #8C4BA2: hue angle of 284.83º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8C4BA2 is Cyan = 0.14, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 140 | 75 | 162 | - |
| CMYK | 0.14 | 0.54 | 0 | 0.36 |
| HSL | 284.83º | 0.37% | 0.46% | - |
| HSV(B) | 284.83º | 0.54% | 0.64% | - |
| XYZ | 19.85 | 13.22 | 35.69 | - |
| YUV | 104.35 | 160.53 | 153.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 75 | 162 | 0.14 | 0.54 | 0 | 0.36 | 284.83 | 0.37 | 0.46 |
| Hex | 8C | 4B | A2 | E | 36 | 0 | 24 | 11D | 25 | 2E |
| Octal | 214 | 113 | 242 | 16 | 66 | 0 | 44 | 435 | 45 | 56 |
| Binary | 10001100 | 1001011 | 10100010 | 1110 | 110110 | 0 | 100100 | 100011101 | 100101 | 101110 |
Color Harmonies of #8C4BA2
Complementary color
Monochromatic Colors of #8C4BA2
Black with #8C4BA2
Text Example
Text Example
White with #8C4BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4BA2; }
p { color: rgb(140,75,162); }
H1.HeaderClassName
{
color: #8C4BA2;
}
.AnyTagClassName
{
color: #8C4BA2;
}
</style>
background-color css
<style>
a { background-color: #8C4BA2; }
a { background-color: rgb(140,75,162); }
div.DivClassName
{
background-color: #8C4BA2;
}
.BgClassName
{
background-color: #8C4BA2;
}
</style>
border-color css
<style>
span { border-color: #8C4BA2; }
span { border-color: rgb(140,75,162); }
td.TdClassName
{
border-color: #8C4BA2;
}
.TagClassName
{
border-color: #8C4BA2;
}
</style>