Shades of Blue Violet #8D41D8
Tints of Blue Violet #8D41D8
RGB
CMYK
RGB Variations
Color information
#8D41D8 (or 0x8D41D8) is known color: Blue Violet. HEX triplet: 8D, 41 and D8. RGB value is (141,65,216). Sum of RGB (Red+Green+Blue) = 141+65+216=422 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.41% from 422); Green value is 65 (25.78% from 255 or 15.40% from 422); Blue value is 216 (84.77% from 255 or 51.18% from 422); Max value from RGB is 216 - color contains mainly: blue. Hex color #8D41D8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D41D8 is #72BE27. Grayscale: #686868. Windows color (decimal): -7519784 or 14172557. OLE color: 14172557.
HSL color Cylindrical-coordinate representation of color #8D41D8: hue angle of 270.2º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8D41D8 is Cyan = 0.35, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 141 | 65 | 216 | - |
| CMYK | 0.35 | 0.70 | 0 | 0.15 |
| HSL | 270.2º | 0.66% | 0.55% | - |
| HSV(B) | 270.2º | 0.7% | 0.85% | - |
| XYZ | 25.27 | 14.4 | 66.41 | - |
| YUV | 104.94 | 190.68 | 153.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 65 | 216 | 0.35 | 0.70 | 0 | 0.15 | 270.2 | 0.66 | 0.55 |
| Hex | 8D | 41 | D8 | 23 | 46 | 0 | F | 10E | 42 | 37 |
| Octal | 215 | 101 | 330 | 43 | 106 | 0 | 17 | 416 | 102 | 67 |
| Binary | 10001101 | 1000001 | 11011000 | 100011 | 1000110 | 0 | 1111 | 100001110 | 1000010 | 110111 |
Color Harmonies of #8D41D8
Complementary color
Monochromatic Colors of #8D41D8
Black with #8D41D8
Text Example
Text Example
White with #8D41D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D41D8; }
p { color: rgb(141,65,216); }
H1.HeaderClassName
{
color: #8D41D8;
}
.AnyTagClassName
{
color: #8D41D8;
}
</style>
background-color css
<style>
a { background-color: #8D41D8; }
a { background-color: rgb(141,65,216); }
div.DivClassName
{
background-color: #8D41D8;
}
.BgClassName
{
background-color: #8D41D8;
}
</style>
border-color css
<style>
span { border-color: #8D41D8; }
span { border-color: rgb(141,65,216); }
td.TdClassName
{
border-color: #8D41D8;
}
.TagClassName
{
border-color: #8D41D8;
}
</style>