Shades of Blue Violet #8D46DA
Tints of Blue Violet #8D46DA
RGB
CMYK
RGB Variations
Color information
#8D46DA (or 0x8D46DA) is known color: Blue Violet. HEX triplet: 8D, 46 and DA. RGB value is (141,70,218). Sum of RGB (Red+Green+Blue) = 141+70+218=429 (56% of max value = 765). Red value is 141 (55.47% from 255 or 32.87% from 429); Green value is 70 (27.73% from 255 or 16.32% from 429); Blue value is 218 (85.55% from 255 or 50.82% from 429); Max value from RGB is 218 - color contains mainly: blue. Hex color #8D46DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D46DA is #72B925. Grayscale: #6B6B6B. Windows color (decimal): -7518502 or 14304909. OLE color: 14304909.
HSL color Cylindrical-coordinate representation of color #8D46DA: hue angle of 268.78º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8D46DA is Cyan = 0.35, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 141 | 70 | 218 | - |
| CMYK | 0.35 | 0.68 | 0 | 0.15 |
| HSL | 268.78º | 0.67% | 0.56% | - |
| HSV(B) | 268.78º | 0.68% | 0.85% | - |
| XYZ | 25.83 | 15.1 | 67.88 | - |
| YUV | 108.1 | 190.02 | 151.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 70 | 218 | 0.35 | 0.68 | 0 | 0.15 | 268.78 | 0.67 | 0.56 |
| Hex | 8D | 46 | DA | 23 | 44 | 0 | F | 10D | 43 | 38 |
| Octal | 215 | 106 | 332 | 43 | 104 | 0 | 17 | 415 | 103 | 70 |
| Binary | 10001101 | 1000110 | 11011010 | 100011 | 1000100 | 0 | 1111 | 100001101 | 1000011 | 111000 |
Color Harmonies of #8D46DA
Complementary color
Monochromatic Colors of #8D46DA
Black with #8D46DA
Text Example
Text Example
White with #8D46DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D46DA; }
p { color: rgb(141,70,218); }
H1.HeaderClassName
{
color: #8D46DA;
}
.AnyTagClassName
{
color: #8D46DA;
}
</style>
background-color css
<style>
a { background-color: #8D46DA; }
a { background-color: rgb(141,70,218); }
div.DivClassName
{
background-color: #8D46DA;
}
.BgClassName
{
background-color: #8D46DA;
}
</style>
border-color css
<style>
span { border-color: #8D46DA; }
span { border-color: rgb(141,70,218); }
td.TdClassName
{
border-color: #8D46DA;
}
.TagClassName
{
border-color: #8D46DA;
}
</style>