Shades of Vivid Violet #8C2BAD
Tints of Vivid Violet #8C2BAD
RGB
CMYK
RGB Variations
Color information
#8C2BAD (or 0x8C2BAD) is known color: Vivid Violet. HEX triplet: 8C, 2B and AD. RGB value is (140,43,173). Sum of RGB (Red+Green+Blue) = 140+43+173=356 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.33% from 356); Green value is 43 (17.19% from 255 or 12.08% from 356); Blue value is 173 (67.97% from 255 or 48.60% from 356); Max value from RGB is 173 - color contains mainly: blue. Hex color #8C2BAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C2BAD is #73D452. Grayscale: #565656. Windows color (decimal): -7590995 or 11348876. OLE color: 11348876.
HSL color Cylindrical-coordinate representation of color #8C2BAD: hue angle of 284.77º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8C2BAD is Cyan = 0.19, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 140 | 43 | 173 | - |
| CMYK | 0.19 | 0.75 | 0 | 0.32 |
| HSL | 284.77º | 0.6% | 0.42% | - |
| HSV(B) | 284.77º | 0.75% | 0.68% | - |
| XYZ | 19.22 | 10.32 | 40.51 | - |
| YUV | 86.82 | 176.64 | 165.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 43 | 173 | 0.19 | 0.75 | 0 | 0.32 | 284.77 | 0.6 | 0.42 |
| Hex | 8C | 2B | AD | 13 | 4B | 0 | 20 | 11D | 3C | 2A |
| Octal | 214 | 53 | 255 | 23 | 113 | 0 | 40 | 435 | 74 | 52 |
| Binary | 10001100 | 101011 | 10101101 | 10011 | 1001011 | 0 | 100000 | 100011101 | 111100 | 101010 |
Color Harmonies of #8C2BAD
Complementary color
Monochromatic Colors of #8C2BAD
Black with #8C2BAD
Text Example
Text Example
White with #8C2BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2BAD; }
p { color: rgb(140,43,173); }
H1.HeaderClassName
{
color: #8C2BAD;
}
.AnyTagClassName
{
color: #8C2BAD;
}
</style>
background-color css
<style>
a { background-color: #8C2BAD; }
a { background-color: rgb(140,43,173); }
div.DivClassName
{
background-color: #8C2BAD;
}
.BgClassName
{
background-color: #8C2BAD;
}
</style>
border-color css
<style>
span { border-color: #8C2BAD; }
span { border-color: rgb(140,43,173); }
td.TdClassName
{
border-color: #8C2BAD;
}
.TagClassName
{
border-color: #8C2BAD;
}
</style>