Shades of Blue Violet #8D41DD
Tints of Blue Violet #8D41DD
RGB
CMYK
RGB Variations
Color information
#8D41DD (or 0x8D41DD) is known color: Blue Violet. HEX triplet: 8D, 41 and DD. RGB value is (141,65,221). Sum of RGB (Red+Green+Blue) = 141+65+221=427 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.02% from 427); Green value is 65 (25.78% from 255 or 15.22% from 427); Blue value is 221 (86.72% from 255 or 51.76% from 427); Max value from RGB is 221 - color contains mainly: blue. Hex color #8D41DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D41DD is #72BE22. Grayscale: #686868. Windows color (decimal): -7519779 or 14500237. OLE color: 14500237.
HSL color Cylindrical-coordinate representation of color #8D41DD: hue angle of 269.23º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8D41DD is Cyan = 0.36, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 141 | 65 | 221 | - |
| CMYK | 0.36 | 0.71 | 0 | 0.13 |
| HSL | 269.23º | 0.7% | 0.56% | - |
| HSV(B) | 269.23º | 0.71% | 0.87% | - |
| XYZ | 25.93 | 14.66 | 69.87 | - |
| YUV | 105.51 | 193.18 | 153.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 65 | 221 | 0.36 | 0.71 | 0 | 0.13 | 269.23 | 0.7 | 0.56 |
| Hex | 8D | 41 | DD | 24 | 47 | 0 | D | 10D | 46 | 38 |
| Octal | 215 | 101 | 335 | 44 | 107 | 0 | 15 | 415 | 106 | 70 |
| Binary | 10001101 | 1000001 | 11011101 | 100100 | 1000111 | 0 | 1101 | 100001101 | 1000110 | 111000 |
Color Harmonies of #8D41DD
Complementary color
Monochromatic Colors of #8D41DD
Black with #8D41DD
Text Example
Text Example
White with #8D41DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D41DD; }
p { color: rgb(141,65,221); }
H1.HeaderClassName
{
color: #8D41DD;
}
.AnyTagClassName
{
color: #8D41DD;
}
</style>
background-color css
<style>
a { background-color: #8D41DD; }
a { background-color: rgb(141,65,221); }
div.DivClassName
{
background-color: #8D41DD;
}
.BgClassName
{
background-color: #8D41DD;
}
</style>
border-color css
<style>
span { border-color: #8D41DD; }
span { border-color: rgb(141,65,221); }
td.TdClassName
{
border-color: #8D41DD;
}
.TagClassName
{
border-color: #8D41DD;
}
</style>