Shades of Blue Violet #8D40DA
Tints of Blue Violet #8D40DA
RGB
CMYK
RGB Variations
Color information
#8D40DA (or 0x8D40DA) is known color: Blue Violet. HEX triplet: 8D, 40 and DA. RGB value is (141,64,218). Sum of RGB (Red+Green+Blue) = 141+64+218=423 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.33% from 423); Green value is 64 (25.39% from 255 or 15.13% from 423); Blue value is 218 (85.55% from 255 or 51.54% from 423); Max value from RGB is 218 - color contains mainly: blue. Hex color #8D40DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D40DA is #72BF25. Grayscale: #686868. Windows color (decimal): -7520038 or 14303373. OLE color: 14303373.
HSL color Cylindrical-coordinate representation of color #8D40DA: hue angle of 270º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8D40DA is Cyan = 0.35, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 141 | 64 | 218 | - |
| CMYK | 0.35 | 0.71 | 0 | 0.15 |
| HSL | 270º | 0.68% | 0.55% | - |
| HSV(B) | 270º | 0.71% | 0.85% | - |
| XYZ | 25.47 | 14.39 | 67.76 | - |
| YUV | 104.58 | 192.01 | 153.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 64 | 218 | 0.35 | 0.71 | 0 | 0.15 | 270 | 0.68 | 0.55 |
| Hex | 8D | 40 | DA | 23 | 47 | 0 | F | 10E | 44 | 37 |
| Octal | 215 | 100 | 332 | 43 | 107 | 0 | 17 | 416 | 104 | 67 |
| Binary | 10001101 | 1000000 | 11011010 | 100011 | 1000111 | 0 | 1111 | 100001110 | 1000100 | 110111 |
Color Harmonies of #8D40DA
Complementary color
Monochromatic Colors of #8D40DA
Black with #8D40DA
Text Example
Text Example
White with #8D40DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D40DA; }
p { color: rgb(141,64,218); }
H1.HeaderClassName
{
color: #8D40DA;
}
.AnyTagClassName
{
color: #8D40DA;
}
</style>
background-color css
<style>
a { background-color: #8D40DA; }
a { background-color: rgb(141,64,218); }
div.DivClassName
{
background-color: #8D40DA;
}
.BgClassName
{
background-color: #8D40DA;
}
</style>
border-color css
<style>
span { border-color: #8D40DA; }
span { border-color: rgb(141,64,218); }
td.TdClassName
{
border-color: #8D40DA;
}
.TagClassName
{
border-color: #8D40DA;
}
</style>