Shades of Blue Violet #8D46DD
Tints of Blue Violet #8D46DD
RGB
CMYK
RGB Variations
Color information
#8D46DD (or 0x8D46DD) is known color: Blue Violet. HEX triplet: 8D, 46 and DD. RGB value is (141,70,221). Sum of RGB (Red+Green+Blue) = 141+70+221=432 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.64% from 432); Green value is 70 (27.73% from 255 or 16.20% from 432); Blue value is 221 (86.72% from 255 or 51.16% from 432); Max value from RGB is 221 - color contains mainly: blue. Hex color #8D46DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D46DD is #72B922. Grayscale: #6B6B6B. Windows color (decimal): -7518499 or 14501517. OLE color: 14501517.
HSL color Cylindrical-coordinate representation of color #8D46DD: hue angle of 268.21º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8D46DD is Cyan = 0.36, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 141 | 70 | 221 | - |
| CMYK | 0.36 | 0.68 | 0 | 0.13 |
| HSL | 268.21º | 0.69% | 0.57% | - |
| HSV(B) | 268.21º | 0.68% | 0.87% | - |
| XYZ | 26.23 | 15.26 | 69.97 | - |
| YUV | 108.44 | 191.52 | 151.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 70 | 221 | 0.36 | 0.68 | 0 | 0.13 | 268.21 | 0.69 | 0.57 |
| Hex | 8D | 46 | DD | 24 | 44 | 0 | D | 10C | 45 | 39 |
| Octal | 215 | 106 | 335 | 44 | 104 | 0 | 15 | 414 | 105 | 71 |
| Binary | 10001101 | 1000110 | 11011101 | 100100 | 1000100 | 0 | 1101 | 100001100 | 1000101 | 111001 |
Color Harmonies of #8D46DD
Complementary color
Monochromatic Colors of #8D46DD
Black with #8D46DD
Text Example
Text Example
White with #8D46DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D46DD; }
p { color: rgb(141,70,221); }
H1.HeaderClassName
{
color: #8D46DD;
}
.AnyTagClassName
{
color: #8D46DD;
}
</style>
background-color css
<style>
a { background-color: #8D46DD; }
a { background-color: rgb(141,70,221); }
div.DivClassName
{
background-color: #8D46DD;
}
.BgClassName
{
background-color: #8D46DD;
}
</style>
border-color css
<style>
span { border-color: #8D46DD; }
span { border-color: rgb(141,70,221); }
td.TdClassName
{
border-color: #8D46DD;
}
.TagClassName
{
border-color: #8D46DD;
}
</style>