Shades of Vivid Violet #8C37AB
Tints of Vivid Violet #8C37AB
RGB
CMYK
RGB Variations
Color information
#8C37AB (or 0x8C37AB) is known color: Vivid Violet. HEX triplet: 8C, 37 and AB. RGB value is (140,55,171). Sum of RGB (Red+Green+Blue) = 140+55+171=366 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.25% from 366); Green value is 55 (21.88% from 255 or 15.03% from 366); Blue value is 171 (67.19% from 255 or 46.72% from 366); Max value from RGB is 171 - color contains mainly: blue. Hex color #8C37AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C37AB is #73C854. Grayscale: #5D5D5D. Windows color (decimal): -7587925 or 11220876. OLE color: 11220876.
HSL color Cylindrical-coordinate representation of color #8C37AB: hue angle of 283.97º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8C37AB is Cyan = 0.18, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 55 | 171 | - |
| CMYK | 0.18 | 0.68 | 0 | 0.33 |
| HSL | 283.97º | 0.51% | 0.44% | - |
| HSV(B) | 283.97º | 0.68% | 0.67% | - |
| XYZ | 19.53 | 11.25 | 39.67 | - |
| YUV | 93.64 | 171.66 | 161.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 55 | 171 | 0.18 | 0.68 | 0 | 0.33 | 283.97 | 0.51 | 0.44 |
| Hex | 8C | 37 | AB | 12 | 44 | 0 | 21 | 11C | 33 | 2C |
| Octal | 214 | 67 | 253 | 22 | 104 | 0 | 41 | 434 | 63 | 54 |
| Binary | 10001100 | 110111 | 10101011 | 10010 | 1000100 | 0 | 100001 | 100011100 | 110011 | 101100 |
Color Harmonies of #8C37AB
Complementary color
Monochromatic Colors of #8C37AB
Black with #8C37AB
Text Example
Text Example
White with #8C37AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C37AB; }
p { color: rgb(140,55,171); }
H1.HeaderClassName
{
color: #8C37AB;
}
.AnyTagClassName
{
color: #8C37AB;
}
</style>
background-color css
<style>
a { background-color: #8C37AB; }
a { background-color: rgb(140,55,171); }
div.DivClassName
{
background-color: #8C37AB;
}
.BgClassName
{
background-color: #8C37AB;
}
</style>
border-color css
<style>
span { border-color: #8C37AB; }
span { border-color: rgb(140,55,171); }
td.TdClassName
{
border-color: #8C37AB;
}
.TagClassName
{
border-color: #8C37AB;
}
</style>