Shades of Vivid Violet #8C39AD
Tints of Vivid Violet #8C39AD
RGB
CMYK
RGB Variations
Color information
#8C39AD (or 0x8C39AD) is known color: Vivid Violet. HEX triplet: 8C, 39 and AD. RGB value is (140,57,173). Sum of RGB (Red+Green+Blue) = 140+57+173=370 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.84% from 370); Green value is 57 (22.66% from 255 or 15.41% from 370); Blue value is 173 (67.97% from 255 or 46.76% from 370); Max value from RGB is 173 - color contains mainly: blue. Hex color #8C39AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C39AD is #73C652. Grayscale: #5E5E5E. Windows color (decimal): -7587411 or 11352460. OLE color: 11352460.
HSL color Cylindrical-coordinate representation of color #8C39AD: hue angle of 282.93º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8C39AD is Cyan = 0.19, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 140 | 57 | 173 | - |
| CMYK | 0.19 | 0.67 | 0 | 0.32 |
| HSL | 282.93º | 0.5% | 0.45% | - |
| HSV(B) | 282.93º | 0.67% | 0.68% | - |
| XYZ | 19.82 | 11.52 | 40.71 | - |
| YUV | 95.04 | 172 | 160.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 57 | 173 | 0.19 | 0.67 | 0 | 0.32 | 282.93 | 0.5 | 0.45 |
| Hex | 8C | 39 | AD | 13 | 43 | 0 | 20 | 11B | 32 | 2D |
| Octal | 214 | 71 | 255 | 23 | 103 | 0 | 40 | 433 | 62 | 55 |
| Binary | 10001100 | 111001 | 10101101 | 10011 | 1000011 | 0 | 100000 | 100011011 | 110010 | 101101 |
Color Harmonies of #8C39AD
Complementary color
Monochromatic Colors of #8C39AD
Black with #8C39AD
Text Example
Text Example
White with #8C39AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C39AD; }
p { color: rgb(140,57,173); }
H1.HeaderClassName
{
color: #8C39AD;
}
.AnyTagClassName
{
color: #8C39AD;
}
</style>
background-color css
<style>
a { background-color: #8C39AD; }
a { background-color: rgb(140,57,173); }
div.DivClassName
{
background-color: #8C39AD;
}
.BgClassName
{
background-color: #8C39AD;
}
</style>
border-color css
<style>
span { border-color: #8C39AD; }
span { border-color: rgb(140,57,173); }
td.TdClassName
{
border-color: #8C39AD;
}
.TagClassName
{
border-color: #8C39AD;
}
</style>