Shades of Blue Violet #8D40DC
Tints of Blue Violet #8D40DC
RGB
CMYK
RGB Variations
Color information
#8D40DC (or 0x8D40DC) is known color: Blue Violet. HEX triplet: 8D, 40 and DC. RGB value is (141,64,220). Sum of RGB (Red+Green+Blue) = 141+64+220=425 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.18% from 425); Green value is 64 (25.39% from 255 or 15.06% from 425); Blue value is 220 (86.33% from 255 or 51.76% from 425); Max value from RGB is 220 - color contains mainly: blue. Hex color #8D40DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D40DC is #72BF23. Grayscale: #686868. Windows color (decimal): -7520036 or 14434445. OLE color: 14434445.
HSL color Cylindrical-coordinate representation of color #8D40DC: hue angle of 269.62º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8D40DC is Cyan = 0.36, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 141 | 64 | 220 | - |
| CMYK | 0.36 | 0.71 | 0 | 0.14 |
| HSL | 269.62º | 0.69% | 0.56% | - |
| HSV(B) | 269.62º | 0.71% | 0.86% | - |
| XYZ | 25.74 | 14.5 | 69.15 | - |
| YUV | 104.81 | 193.01 | 153.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 64 | 220 | 0.36 | 0.71 | 0 | 0.14 | 269.62 | 0.69 | 0.56 |
| Hex | 8D | 40 | DC | 24 | 47 | 0 | E | 10E | 45 | 38 |
| Octal | 215 | 100 | 334 | 44 | 107 | 0 | 16 | 416 | 105 | 70 |
| Binary | 10001101 | 1000000 | 11011100 | 100100 | 1000111 | 0 | 1110 | 100001110 | 1000101 | 111000 |
Color Harmonies of #8D40DC
Complementary color
Monochromatic Colors of #8D40DC
Black with #8D40DC
Text Example
Text Example
White with #8D40DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D40DC; }
p { color: rgb(141,64,220); }
H1.HeaderClassName
{
color: #8D40DC;
}
.AnyTagClassName
{
color: #8D40DC;
}
</style>
background-color css
<style>
a { background-color: #8D40DC; }
a { background-color: rgb(141,64,220); }
div.DivClassName
{
background-color: #8D40DC;
}
.BgClassName
{
background-color: #8D40DC;
}
</style>
border-color css
<style>
span { border-color: #8D40DC; }
span { border-color: rgb(141,64,220); }
td.TdClassName
{
border-color: #8D40DC;
}
.TagClassName
{
border-color: #8D40DC;
}
</style>