Shades of Vivid Violet #8D1FA4
Tints of Vivid Violet #8D1FA4
RGB
CMYK
RGB Variations
Color information
#8D1FA4 (or 0x8D1FA4) is known color: Vivid Violet. HEX triplet: 8D, 1F and A4. RGB value is (141,31,164). Sum of RGB (Red+Green+Blue) = 141+31+164=336 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.96% from 336); Green value is 31 (12.5% from 255 or 9.23% from 336); Blue value is 164 (64.45% from 255 or 48.81% from 336); Max value from RGB is 164 - color contains mainly: blue. Hex color #8D1FA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D1FA4 is #72E05B. Grayscale: #4E4E4E. Windows color (decimal): -7528540 or 10755981. OLE color: 10755981.
HSL color Cylindrical-coordinate representation of color #8D1FA4: hue angle of 289.62º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8D1FA4 is Cyan = 0.14, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 141 | 31 | 164 | - |
| CMYK | 0.14 | 0.81 | 0 | 0.36 |
| HSL | 289.62º | 0.68% | 0.38% | - |
| HSV(B) | 289.62º | 0.81% | 0.64% | - |
| XYZ | 18.18 | 9.32 | 35.96 | - |
| YUV | 79.05 | 175.94 | 172.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 31 | 164 | 0.14 | 0.81 | 0 | 0.36 | 289.62 | 0.68 | 0.38 |
| Hex | 8D | 1F | A4 | E | 51 | 0 | 24 | 122 | 44 | 26 |
| Octal | 215 | 37 | 244 | 16 | 121 | 0 | 44 | 442 | 104 | 46 |
| Binary | 10001101 | 11111 | 10100100 | 1110 | 1010001 | 0 | 100100 | 100100010 | 1000100 | 100110 |
Color Harmonies of #8D1FA4
Complementary color
Monochromatic Colors of #8D1FA4
Black with #8D1FA4
Text Example
Text Example
White with #8D1FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1FA4; }
p { color: rgb(141,31,164); }
H1.HeaderClassName
{
color: #8D1FA4;
}
.AnyTagClassName
{
color: #8D1FA4;
}
</style>
background-color css
<style>
a { background-color: #8D1FA4; }
a { background-color: rgb(141,31,164); }
div.DivClassName
{
background-color: #8D1FA4;
}
.BgClassName
{
background-color: #8D1FA4;
}
</style>
border-color css
<style>
span { border-color: #8D1FA4; }
span { border-color: rgb(141,31,164); }
td.TdClassName
{
border-color: #8D1FA4;
}
.TagClassName
{
border-color: #8D1FA4;
}
</style>