Shades of Blue Violet #8D49DD
Tints of Blue Violet #8D49DD
RGB
CMYK
RGB Variations
Color information
#8D49DD (or 0x8D49DD) is known color: Blue Violet. HEX triplet: 8D, 49 and DD. RGB value is (141,73,221). Sum of RGB (Red+Green+Blue) = 141+73+221=435 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.41% from 435); Green value is 73 (28.91% from 255 or 16.78% from 435); Blue value is 221 (86.72% from 255 or 50.80% from 435); Max value from RGB is 221 - color contains mainly: blue. Hex color #8D49DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D49DD is #72B622. Grayscale: #6D6D6D. Windows color (decimal): -7517731 or 14502285. OLE color: 14502285.
HSL color Cylindrical-coordinate representation of color #8D49DD: hue angle of 267.57º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8D49DD is Cyan = 0.36, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 141 | 73 | 221 | - |
| CMYK | 0.36 | 0.67 | 0 | 0.13 |
| HSL | 267.57º | 0.69% | 0.58% | - |
| HSV(B) | 267.57º | 0.67% | 0.87% | - |
| XYZ | 26.42 | 15.65 | 70.03 | - |
| YUV | 110.2 | 190.53 | 149.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 73 | 221 | 0.36 | 0.67 | 0 | 0.13 | 267.57 | 0.69 | 0.58 |
| Hex | 8D | 49 | DD | 24 | 43 | 0 | D | 10C | 45 | 3A |
| Octal | 215 | 111 | 335 | 44 | 103 | 0 | 15 | 414 | 105 | 72 |
| Binary | 10001101 | 1001001 | 11011101 | 100100 | 1000011 | 0 | 1101 | 100001100 | 1000101 | 111010 |
Color Harmonies of #8D49DD
Complementary color
Monochromatic Colors of #8D49DD
Black with #8D49DD
Text Example
Text Example
White with #8D49DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D49DD; }
p { color: rgb(141,73,221); }
H1.HeaderClassName
{
color: #8D49DD;
}
.AnyTagClassName
{
color: #8D49DD;
}
</style>
background-color css
<style>
a { background-color: #8D49DD; }
a { background-color: rgb(141,73,221); }
div.DivClassName
{
background-color: #8D49DD;
}
.BgClassName
{
background-color: #8D49DD;
}
</style>
border-color css
<style>
span { border-color: #8D49DD; }
span { border-color: rgb(141,73,221); }
td.TdClassName
{
border-color: #8D49DD;
}
.TagClassName
{
border-color: #8D49DD;
}
</style>