Shades of Vivid Violet #8C3AAD
Tints of Vivid Violet #8C3AAD
RGB
CMYK
RGB Variations
Color information
#8C3AAD (or 0x8C3AAD) is known color: Vivid Violet. HEX triplet: 8C, 3A and AD. RGB value is (140,58,173). Sum of RGB (Red+Green+Blue) = 140+58+173=371 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.74% from 371); Green value is 58 (23.05% from 255 or 15.63% from 371); Blue value is 173 (67.97% from 255 or 46.63% from 371); Max value from RGB is 173 - color contains mainly: blue. Hex color #8C3AAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C3AAD is #73C552. Grayscale: #5F5F5F. Windows color (decimal): -7587155 or 11352716. OLE color: 11352716.
HSL color Cylindrical-coordinate representation of color #8C3AAD: hue angle of 282.78º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8C3AAD is Cyan = 0.19, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 140 | 58 | 173 | - |
| CMYK | 0.19 | 0.66 | 0 | 0.32 |
| HSL | 282.78º | 0.5% | 0.45% | - |
| HSV(B) | 282.78º | 0.66% | 0.68% | - |
| XYZ | 19.87 | 11.62 | 40.73 | - |
| YUV | 95.63 | 171.67 | 159.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 58 | 173 | 0.19 | 0.66 | 0 | 0.32 | 282.78 | 0.5 | 0.45 |
| Hex | 8C | 3A | AD | 13 | 42 | 0 | 20 | 11B | 32 | 2D |
| Octal | 214 | 72 | 255 | 23 | 102 | 0 | 40 | 433 | 62 | 55 |
| Binary | 10001100 | 111010 | 10101101 | 10011 | 1000010 | 0 | 100000 | 100011011 | 110010 | 101101 |
Color Harmonies of #8C3AAD
Complementary color
Monochromatic Colors of #8C3AAD
Black with #8C3AAD
Text Example
Text Example
White with #8C3AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3AAD; }
p { color: rgb(140,58,173); }
H1.HeaderClassName
{
color: #8C3AAD;
}
.AnyTagClassName
{
color: #8C3AAD;
}
</style>
background-color css
<style>
a { background-color: #8C3AAD; }
a { background-color: rgb(140,58,173); }
div.DivClassName
{
background-color: #8C3AAD;
}
.BgClassName
{
background-color: #8C3AAD;
}
</style>
border-color css
<style>
span { border-color: #8C3AAD; }
span { border-color: rgb(140,58,173); }
td.TdClassName
{
border-color: #8C3AAD;
}
.TagClassName
{
border-color: #8C3AAD;
}
</style>