Shades of Vivid Violet #8D3894
Tints of Vivid Violet #8D3894
RGB
CMYK
RGB Variations
Color information
#8D3894 (or 0x8D3894) is known color: Vivid Violet. HEX triplet: 8D, 38 and 94. RGB value is (141,56,148). Sum of RGB (Red+Green+Blue) = 141+56+148=345 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.87% from 345); Green value is 56 (22.27% from 255 or 16.23% from 345); Blue value is 148 (58.20% from 255 or 42.90% from 345); Max value from RGB is 148 - color contains mainly: blue. Hex color #8D3894 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D3894 is #72C76B. Grayscale: #5B5B5B. Windows color (decimal): -7522156 or 9713805. OLE color: 9713805.
HSL color Cylindrical-coordinate representation of color #8D3894: hue angle of 295.43º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8D3894 is Cyan = 0.05, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 141 | 56 | 148 | - |
| CMYK | 0.05 | 0.62 | 0 | 0.42 |
| HSL | 295.43º | 0.45% | 0.4% | - |
| HSV(B) | 295.43º | 0.62% | 0.58% | - |
| XYZ | 17.74 | 10.63 | 29.13 | - |
| YUV | 91.9 | 159.66 | 163.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 56 | 148 | 0.05 | 0.62 | 0 | 0.42 | 295.43 | 0.45 | 0.4 |
| Hex | 8D | 38 | 94 | 5 | 3E | 0 | 2A | 127 | 2D | 28 |
| Octal | 215 | 70 | 224 | 5 | 76 | 0 | 52 | 447 | 55 | 50 |
| Binary | 10001101 | 111000 | 10010100 | 101 | 111110 | 0 | 101010 | 100100111 | 101101 | 101000 |
Color Harmonies of #8D3894
Complementary color
Monochromatic Colors of #8D3894
Black with #8D3894
Text Example
Text Example
White with #8D3894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3894; }
p { color: rgb(141,56,148); }
H1.HeaderClassName
{
color: #8D3894;
}
.AnyTagClassName
{
color: #8D3894;
}
</style>
background-color css
<style>
a { background-color: #8D3894; }
a { background-color: rgb(141,56,148); }
div.DivClassName
{
background-color: #8D3894;
}
.BgClassName
{
background-color: #8D3894;
}
</style>
border-color css
<style>
span { border-color: #8D3894; }
span { border-color: rgb(141,56,148); }
td.TdClassName
{
border-color: #8D3894;
}
.TagClassName
{
border-color: #8D3894;
}
</style>