Shades of Vivid Violet #8D1CAC
Tints of Vivid Violet #8D1CAC
RGB
CMYK
RGB Variations
Color information
#8D1CAC (or 0x8D1CAC) is known color: Vivid Violet. HEX triplet: 8D, 1C and AC. RGB value is (141,28,172). Sum of RGB (Red+Green+Blue) = 141+28+172=341 (45% of max value = 765). Red value is 141 (55.47% from 255 or 41.35% from 341); Green value is 28 (11.33% from 255 or 8.21% from 341); Blue value is 172 (67.58% from 255 or 50.44% from 341); Max value from RGB is 172 - color contains mainly: blue. Hex color #8D1CAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D1CAC is #72E353. Grayscale: #4D4D4D. Windows color (decimal): -7529300 or 11279501. OLE color: 11279501.
HSL color Cylindrical-coordinate representation of color #8D1CAC: hue angle of 287.08º degrees, saturation: 0.72, 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 #8D1CAC is Cyan = 0.18, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 141 | 28 | 172 | - |
| CMYK | 0.18 | 0.84 | 0 | 0.33 |
| HSL | 287.08º | 0.72% | 0.39% | - |
| HSV(B) | 287.08º | 0.84% | 0.67% | - |
| XYZ | 18.85 | 9.47 | 39.86 | - |
| YUV | 78.2 | 180.94 | 172.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 28 | 172 | 0.18 | 0.84 | 0 | 0.33 | 287.08 | 0.72 | 0.39 |
| Hex | 8D | 1C | AC | 12 | 54 | 0 | 21 | 11F | 48 | 27 |
| Octal | 215 | 34 | 254 | 22 | 124 | 0 | 41 | 437 | 110 | 47 |
| Binary | 10001101 | 11100 | 10101100 | 10010 | 1010100 | 0 | 100001 | 100011111 | 1001000 | 100111 |
Color Harmonies of #8D1CAC
Complementary color
Monochromatic Colors of #8D1CAC
Black with #8D1CAC
Text Example
Text Example
White with #8D1CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1CAC; }
p { color: rgb(141,28,172); }
H1.HeaderClassName
{
color: #8D1CAC;
}
.AnyTagClassName
{
color: #8D1CAC;
}
</style>
background-color css
<style>
a { background-color: #8D1CAC; }
a { background-color: rgb(141,28,172); }
div.DivClassName
{
background-color: #8D1CAC;
}
.BgClassName
{
background-color: #8D1CAC;
}
</style>
border-color css
<style>
span { border-color: #8D1CAC; }
span { border-color: rgb(141,28,172); }
td.TdClassName
{
border-color: #8D1CAC;
}
.TagClassName
{
border-color: #8D1CAC;
}
</style>