Shades of Vivid Violet #8D37AB
Tints of Vivid Violet #8D37AB
RGB
CMYK
RGB Variations
Color information
#8D37AB (or 0x8D37AB) is known color: Vivid Violet. HEX triplet: 8D, 37 and AB. RGB value is (141,55,171). Sum of RGB (Red+Green+Blue) = 141+55+171=367 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.42% from 367); Green value is 55 (21.88% from 255 or 14.99% from 367); Blue value is 171 (67.19% from 255 or 46.59% from 367); Max value from RGB is 171 - color contains mainly: blue. Hex color #8D37AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D37AB is #72C854. Grayscale: #5D5D5D. Windows color (decimal): -7522389 or 11220877. OLE color: 11220877.
HSL color Cylindrical-coordinate representation of color #8D37AB: hue angle of 284.48º 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 #8D37AB is Cyan = 0.18, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 141 | 55 | 171 | - |
| CMYK | 0.18 | 0.68 | 0 | 0.33 |
| HSL | 284.48º | 0.51% | 0.44% | - |
| HSV(B) | 284.48º | 0.68% | 0.67% | - |
| XYZ | 19.7 | 11.34 | 39.68 | - |
| YUV | 93.94 | 171.49 | 161.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 55 | 171 | 0.18 | 0.68 | 0 | 0.33 | 284.48 | 0.51 | 0.44 |
| Hex | 8D | 37 | AB | 12 | 44 | 0 | 21 | 11C | 33 | 2C |
| Octal | 215 | 67 | 253 | 22 | 104 | 0 | 41 | 434 | 63 | 54 |
| Binary | 10001101 | 110111 | 10101011 | 10010 | 1000100 | 0 | 100001 | 100011100 | 110011 | 101100 |
Color Harmonies of #8D37AB
Complementary color
Monochromatic Colors of #8D37AB
Black with #8D37AB
Text Example
Text Example
White with #8D37AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D37AB; }
p { color: rgb(141,55,171); }
H1.HeaderClassName
{
color: #8D37AB;
}
.AnyTagClassName
{
color: #8D37AB;
}
</style>
background-color css
<style>
a { background-color: #8D37AB; }
a { background-color: rgb(141,55,171); }
div.DivClassName
{
background-color: #8D37AB;
}
.BgClassName
{
background-color: #8D37AB;
}
</style>
border-color css
<style>
span { border-color: #8D37AB; }
span { border-color: rgb(141,55,171); }
td.TdClassName
{
border-color: #8D37AB;
}
.TagClassName
{
border-color: #8D37AB;
}
</style>