Shades of Vivid Violet #8C3CAB
Tints of Vivid Violet #8C3CAB
RGB
CMYK
RGB Variations
Color information
#8C3CAB (or 0x8C3CAB) is known color: Vivid Violet. HEX triplet: 8C, 3C and AB. RGB value is (140,60,171). Sum of RGB (Red+Green+Blue) = 140+60+171=371 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.74% from 371); Green value is 60 (23.83% from 255 or 16.17% from 371); Blue value is 171 (67.19% from 255 or 46.09% from 371); Max value from RGB is 171 - color contains mainly: blue. Hex color #8C3CAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C3CAB is #73C354. Grayscale: #606060. Windows color (decimal): -7586645 or 11222156. OLE color: 11222156.
HSL color Cylindrical-coordinate representation of color #8C3CAB: hue angle of 283.24º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8C3CAB is Cyan = 0.18, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 60 | 171 | - |
| CMYK | 0.18 | 0.65 | 0 | 0.33 |
| HSL | 283.24º | 0.48% | 0.45% | - |
| HSV(B) | 283.24º | 0.65% | 0.67% | - |
| XYZ | 19.78 | 11.75 | 39.75 | - |
| YUV | 96.57 | 170 | 158.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 60 | 171 | 0.18 | 0.65 | 0 | 0.33 | 283.24 | 0.48 | 0.45 |
| Hex | 8C | 3C | AB | 12 | 41 | 0 | 21 | 11B | 30 | 2D |
| Octal | 214 | 74 | 253 | 22 | 101 | 0 | 41 | 433 | 60 | 55 |
| Binary | 10001100 | 111100 | 10101011 | 10010 | 1000001 | 0 | 100001 | 100011011 | 110000 | 101101 |
Color Harmonies of #8C3CAB
Complementary color
Monochromatic Colors of #8C3CAB
Black with #8C3CAB
Text Example
Text Example
White with #8C3CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3CAB; }
p { color: rgb(140,60,171); }
H1.HeaderClassName
{
color: #8C3CAB;
}
.AnyTagClassName
{
color: #8C3CAB;
}
</style>
background-color css
<style>
a { background-color: #8C3CAB; }
a { background-color: rgb(140,60,171); }
div.DivClassName
{
background-color: #8C3CAB;
}
.BgClassName
{
background-color: #8C3CAB;
}
</style>
border-color css
<style>
span { border-color: #8C3CAB; }
span { border-color: rgb(140,60,171); }
td.TdClassName
{
border-color: #8C3CAB;
}
.TagClassName
{
border-color: #8C3CAB;
}
</style>