Shades of Vivid Violet #8D1C9D
Tints of Vivid Violet #8D1C9D
RGB
CMYK
RGB Variations
Color information
#8D1C9D (or 0x8D1C9D) is known color: Vivid Violet. HEX triplet: 8D, 1C and 9D. RGB value is (141,28,157). Sum of RGB (Red+Green+Blue) = 141+28+157=326 (43% of max value = 765). Red value is 141 (55.47% from 255 or 43.25% from 326); Green value is 28 (11.33% from 255 or 8.59% from 326); Blue value is 157 (61.72% from 255 or 48.16% from 326); Max value from RGB is 157 - color contains mainly: blue. Hex color #8D1C9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D1C9D is #72E362. Grayscale: #4C4C4C. Windows color (decimal): -7529315 or 10296461. OLE color: 10296461.
HSL color Cylindrical-coordinate representation of color #8D1C9D: hue angle of 292.56º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8D1C9D is Cyan = 0.10, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 141 | 28 | 157 | - |
| CMYK | 0.10 | 0.82 | 0 | 0.38 |
| HSL | 292.56º | 0.7% | 0.36% | - |
| HSV(B) | 292.56º | 0.82% | 0.62% | - |
| XYZ | 17.49 | 8.93 | 32.7 | - |
| YUV | 76.49 | 173.44 | 174.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 28 | 157 | 0.10 | 0.82 | 0 | 0.38 | 292.56 | 0.7 | 0.36 |
| Hex | 8D | 1C | 9D | A | 52 | 0 | 26 | 125 | 46 | 24 |
| Octal | 215 | 34 | 235 | 12 | 122 | 0 | 46 | 445 | 106 | 44 |
| Binary | 10001101 | 11100 | 10011101 | 1010 | 1010010 | 0 | 100110 | 100100101 | 1000110 | 100100 |
Color Harmonies of #8D1C9D
Complementary color
Monochromatic Colors of #8D1C9D
Black with #8D1C9D
Text Example
Text Example
White with #8D1C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1C9D; }
p { color: rgb(141,28,157); }
H1.HeaderClassName
{
color: #8D1C9D;
}
.AnyTagClassName
{
color: #8D1C9D;
}
</style>
background-color css
<style>
a { background-color: #8D1C9D; }
a { background-color: rgb(141,28,157); }
div.DivClassName
{
background-color: #8D1C9D;
}
.BgClassName
{
background-color: #8D1C9D;
}
</style>
border-color css
<style>
span { border-color: #8D1C9D; }
span { border-color: rgb(141,28,157); }
td.TdClassName
{
border-color: #8D1C9D;
}
.TagClassName
{
border-color: #8D1C9D;
}
</style>