Shades of Blue Violet #8D47DA
Tints of Blue Violet #8D47DA
RGB
CMYK
RGB Variations
Color information
#8D47DA (or 0x8D47DA) is known color: Blue Violet. HEX triplet: 8D, 47 and DA. RGB value is (141,71,218). Sum of RGB (Red+Green+Blue) = 141+71+218=430 (56% of max value = 765). Red value is 141 (55.47% from 255 or 32.79% from 430); Green value is 71 (28.12% from 255 or 16.51% from 430); Blue value is 218 (85.55% from 255 or 50.70% from 430); Max value from RGB is 218 - color contains mainly: blue. Hex color #8D47DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D47DA is #72B825. Grayscale: #6C6C6C. Windows color (decimal): -7518246 or 14305165. OLE color: 14305165.
HSL color Cylindrical-coordinate representation of color #8D47DA: hue angle of 268.57º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8D47DA is Cyan = 0.35, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 141 | 71 | 218 | - |
| CMYK | 0.35 | 0.67 | 0 | 0.15 |
| HSL | 268.57º | 0.67% | 0.57% | - |
| HSV(B) | 268.57º | 0.67% | 0.85% | - |
| XYZ | 25.89 | 15.23 | 67.9 | - |
| YUV | 108.69 | 189.69 | 151.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 71 | 218 | 0.35 | 0.67 | 0 | 0.15 | 268.57 | 0.67 | 0.57 |
| Hex | 8D | 47 | DA | 23 | 43 | 0 | F | 10D | 43 | 39 |
| Octal | 215 | 107 | 332 | 43 | 103 | 0 | 17 | 415 | 103 | 71 |
| Binary | 10001101 | 1000111 | 11011010 | 100011 | 1000011 | 0 | 1111 | 100001101 | 1000011 | 111001 |
Color Harmonies of #8D47DA
Complementary color
Monochromatic Colors of #8D47DA
Black with #8D47DA
Text Example
Text Example
White with #8D47DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D47DA; }
p { color: rgb(141,71,218); }
H1.HeaderClassName
{
color: #8D47DA;
}
.AnyTagClassName
{
color: #8D47DA;
}
</style>
background-color css
<style>
a { background-color: #8D47DA; }
a { background-color: rgb(141,71,218); }
div.DivClassName
{
background-color: #8D47DA;
}
.BgClassName
{
background-color: #8D47DA;
}
</style>
border-color css
<style>
span { border-color: #8D47DA; }
span { border-color: rgb(141,71,218); }
td.TdClassName
{
border-color: #8D47DA;
}
.TagClassName
{
border-color: #8D47DA;
}
</style>