Shades of Vivid Violet #8D1BAC
Tints of Vivid Violet #8D1BAC
RGB
CMYK
RGB Variations
Color information
#8D1BAC (or 0x8D1BAC) is known color: Vivid Violet. HEX triplet: 8D, 1B and AC. RGB value is (141,27,172). Sum of RGB (Red+Green+Blue) = 141+27+172=340 (45% of max value = 765). Red value is 141 (55.47% from 255 or 41.47% from 340); Green value is 27 (10.94% from 255 or 7.94% from 340); Blue value is 172 (67.58% from 255 or 50.59% from 340); Max value from RGB is 172 - color contains mainly: blue. Hex color #8D1BAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D1BAC is #72E453. Grayscale: #4D4D4D. Windows color (decimal): -7529556 or 11279245. OLE color: 11279245.
HSL color Cylindrical-coordinate representation of color #8D1BAC: hue angle of 287.17º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8D1BAC is Cyan = 0.18, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 141 | 27 | 172 | - |
| CMYK | 0.18 | 0.84 | 0 | 0.33 |
| HSL | 287.17º | 0.73% | 0.39% | - |
| HSV(B) | 287.17º | 0.84% | 0.67% | - |
| XYZ | 18.82 | 9.43 | 39.86 | - |
| YUV | 77.62 | 181.27 | 173.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 27 | 172 | 0.18 | 0.84 | 0 | 0.33 | 287.17 | 0.73 | 0.39 |
| Hex | 8D | 1B | AC | 12 | 54 | 0 | 21 | 11F | 49 | 27 |
| Octal | 215 | 33 | 254 | 22 | 124 | 0 | 41 | 437 | 111 | 47 |
| Binary | 10001101 | 11011 | 10101100 | 10010 | 1010100 | 0 | 100001 | 100011111 | 1001001 | 100111 |
Color Harmonies of #8D1BAC
Complementary color
Monochromatic Colors of #8D1BAC
Black with #8D1BAC
Text Example
Text Example
White with #8D1BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1BAC; }
p { color: rgb(141,27,172); }
H1.HeaderClassName
{
color: #8D1BAC;
}
.AnyTagClassName
{
color: #8D1BAC;
}
</style>
background-color css
<style>
a { background-color: #8D1BAC; }
a { background-color: rgb(141,27,172); }
div.DivClassName
{
background-color: #8D1BAC;
}
.BgClassName
{
background-color: #8D1BAC;
}
</style>
border-color css
<style>
span { border-color: #8D1BAC; }
span { border-color: rgb(141,27,172); }
td.TdClassName
{
border-color: #8D1BAC;
}
.TagClassName
{
border-color: #8D1BAC;
}
</style>