Shades of Vivid Violet #8D1DAB
Tints of Vivid Violet #8D1DAB
RGB
CMYK
RGB Variations
Color information
#8D1DAB (or 0x8D1DAB) is known color: Vivid Violet. HEX triplet: 8D, 1D and AB. RGB value is (141,29,171). Sum of RGB (Red+Green+Blue) = 141+29+171=341 (45% of max value = 765). Red value is 141 (55.47% from 255 or 41.35% from 341); Green value is 29 (11.72% from 255 or 8.50% from 341); Blue value is 171 (67.19% from 255 or 50.15% from 341); Max value from RGB is 171 - color contains mainly: blue. Hex color #8D1DAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D1DAB is #72E254. Grayscale: #4E4E4E. Windows color (decimal): -7529045 or 11214221. OLE color: 11214221.
HSL color Cylindrical-coordinate representation of color #8D1DAB: hue angle of 287.32º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8D1DAB is Cyan = 0.18, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 141 | 29 | 171 | - |
| CMYK | 0.18 | 0.83 | 0 | 0.33 |
| HSL | 287.32º | 0.71% | 0.39% | - |
| HSV(B) | 287.32º | 0.83% | 0.67% | - |
| XYZ | 18.77 | 9.48 | 39.37 | - |
| YUV | 78.68 | 180.11 | 172.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 29 | 171 | 0.18 | 0.83 | 0 | 0.33 | 287.32 | 0.71 | 0.39 |
| Hex | 8D | 1D | AB | 12 | 53 | 0 | 21 | 11F | 47 | 27 |
| Octal | 215 | 35 | 253 | 22 | 123 | 0 | 41 | 437 | 107 | 47 |
| Binary | 10001101 | 11101 | 10101011 | 10010 | 1010011 | 0 | 100001 | 100011111 | 1000111 | 100111 |
Color Harmonies of #8D1DAB
Complementary color
Monochromatic Colors of #8D1DAB
Black with #8D1DAB
Text Example
Text Example
White with #8D1DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1DAB; }
p { color: rgb(141,29,171); }
H1.HeaderClassName
{
color: #8D1DAB;
}
.AnyTagClassName
{
color: #8D1DAB;
}
</style>
background-color css
<style>
a { background-color: #8D1DAB; }
a { background-color: rgb(141,29,171); }
div.DivClassName
{
background-color: #8D1DAB;
}
.BgClassName
{
background-color: #8D1DAB;
}
</style>
border-color css
<style>
span { border-color: #8D1DAB; }
span { border-color: rgb(141,29,171); }
td.TdClassName
{
border-color: #8D1DAB;
}
.TagClassName
{
border-color: #8D1DAB;
}
</style>