Shades of Vivid Violet #8C2FAD
Tints of Vivid Violet #8C2FAD
RGB
CMYK
RGB Variations
Color information
#8C2FAD (or 0x8C2FAD) is known color: Vivid Violet. HEX triplet: 8C, 2F and AD. RGB value is (140,47,173). Sum of RGB (Red+Green+Blue) = 140+47+173=360 (47% of max value = 765). Red value is 140 (55.08% from 255 or 38.89% from 360); Green value is 47 (18.75% from 255 or 13.06% from 360); Blue value is 173 (67.97% from 255 or 48.06% from 360); Max value from RGB is 173 - color contains mainly: blue. Hex color #8C2FAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C2FAD is #73D052. Grayscale: #585858. Windows color (decimal): -7589971 or 11349900. OLE color: 11349900.
HSL color Cylindrical-coordinate representation of color #8C2FAD: hue angle of 284.29º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8C2FAD is Cyan = 0.19, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 140 | 47 | 173 | - |
| CMYK | 0.19 | 0.73 | 0 | 0.32 |
| HSL | 284.29º | 0.57% | 0.43% | - |
| HSV(B) | 284.29º | 0.73% | 0.68% | - |
| XYZ | 19.37 | 10.63 | 40.56 | - |
| YUV | 89.17 | 175.31 | 164.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 47 | 173 | 0.19 | 0.73 | 0 | 0.32 | 284.29 | 0.57 | 0.43 |
| Hex | 8C | 2F | AD | 13 | 49 | 0 | 20 | 11C | 39 | 2B |
| Octal | 214 | 57 | 255 | 23 | 111 | 0 | 40 | 434 | 71 | 53 |
| Binary | 10001100 | 101111 | 10101101 | 10011 | 1001001 | 0 | 100000 | 100011100 | 111001 | 101011 |
Color Harmonies of #8C2FAD
Complementary color
Monochromatic Colors of #8C2FAD
Black with #8C2FAD
Text Example
Text Example
White with #8C2FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2FAD; }
p { color: rgb(140,47,173); }
H1.HeaderClassName
{
color: #8C2FAD;
}
.AnyTagClassName
{
color: #8C2FAD;
}
</style>
background-color css
<style>
a { background-color: #8C2FAD; }
a { background-color: rgb(140,47,173); }
div.DivClassName
{
background-color: #8C2FAD;
}
.BgClassName
{
background-color: #8C2FAD;
}
</style>
border-color css
<style>
span { border-color: #8C2FAD; }
span { border-color: rgb(140,47,173); }
td.TdClassName
{
border-color: #8C2FAD;
}
.TagClassName
{
border-color: #8C2FAD;
}
</style>