Shades of Blue Violet #8D40F1
Tints of Blue Violet #8D40F1
RGB
CMYK
RGB Variations
Color information
#8D40F1 (or 0x8D40F1) is known color: Blue Violet. HEX triplet: 8D, 40 and F1. RGB value is (141,64,241). Sum of RGB (Red+Green+Blue) = 141+64+241=446 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.61% from 446); Green value is 64 (25.39% from 255 or 14.35% from 446); Blue value is 241 (94.53% from 255 or 54.04% from 446); Max value from RGB is 241 - color contains mainly: blue. Hex color #8D40F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D40F1 is #72BF0E. Grayscale: #6A6A6A. Windows color (decimal): -7520015 or 15810701. OLE color: 15810701.
HSL color Cylindrical-coordinate representation of color #8D40F1: hue angle of 266.1º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8D40F1 is Cyan = 0.41, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 141 | 64 | 241 | - |
| CMYK | 0.41 | 0.73 | 0 | 0.05 |
| HSL | 266.1º | 0.86% | 0.6% | - |
| HSV(B) | 266.1º | 0.73% | 0.95% | - |
| XYZ | 28.7 | 15.68 | 84.73 | - |
| YUV | 107.2 | 203.51 | 152.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 64 | 241 | 0.41 | 0.73 | 0 | 0.05 | 266.1 | 0.86 | 0.6 |
| Hex | 8D | 40 | F1 | 29 | 49 | 0 | 5 | 10A | 56 | 3C |
| Octal | 215 | 100 | 361 | 51 | 111 | 0 | 5 | 412 | 126 | 74 |
| Binary | 10001101 | 1000000 | 11110001 | 101001 | 1001001 | 0 | 101 | 100001010 | 1010110 | 111100 |
Color Harmonies of #8D40F1
Complementary color
Monochromatic Colors of #8D40F1
Black with #8D40F1
Text Example
Text Example
White with #8D40F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D40F1; }
p { color: rgb(141,64,241); }
H1.HeaderClassName
{
color: #8D40F1;
}
.AnyTagClassName
{
color: #8D40F1;
}
</style>
background-color css
<style>
a { background-color: #8D40F1; }
a { background-color: rgb(141,64,241); }
div.DivClassName
{
background-color: #8D40F1;
}
.BgClassName
{
background-color: #8D40F1;
}
</style>
border-color css
<style>
span { border-color: #8D40F1; }
span { border-color: rgb(141,64,241); }
td.TdClassName
{
border-color: #8D40F1;
}
.TagClassName
{
border-color: #8D40F1;
}
</style>