Shades of Blue Violet #8D44DC
Tints of Blue Violet #8D44DC
RGB
CMYK
RGB Variations
Color information
#8D44DC (or 0x8D44DC) is known color: Blue Violet. HEX triplet: 8D, 44 and DC. RGB value is (141,68,220). Sum of RGB (Red+Green+Blue) = 141+68+220=429 (56% of max value = 765). Red value is 141 (55.47% from 255 or 32.87% from 429); Green value is 68 (26.95% from 255 or 15.85% from 429); Blue value is 220 (86.33% from 255 or 51.28% from 429); Max value from RGB is 220 - color contains mainly: blue. Hex color #8D44DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D44DC is #72BB23. Grayscale: #6A6A6A. Windows color (decimal): -7519012 or 14435469. OLE color: 14435469.
HSL color Cylindrical-coordinate representation of color #8D44DC: hue angle of 268.82º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8D44DC is Cyan = 0.36, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 141 | 68 | 220 | - |
| CMYK | 0.36 | 0.69 | 0 | 0.14 |
| HSL | 268.82º | 0.68% | 0.56% | - |
| HSV(B) | 268.82º | 0.69% | 0.86% | - |
| XYZ | 25.97 | 14.96 | 69.23 | - |
| YUV | 107.16 | 191.68 | 152.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 68 | 220 | 0.36 | 0.69 | 0 | 0.14 | 268.82 | 0.68 | 0.56 |
| Hex | 8D | 44 | DC | 24 | 45 | 0 | E | 10D | 44 | 38 |
| Octal | 215 | 104 | 334 | 44 | 105 | 0 | 16 | 415 | 104 | 70 |
| Binary | 10001101 | 1000100 | 11011100 | 100100 | 1000101 | 0 | 1110 | 100001101 | 1000100 | 111000 |
Color Harmonies of #8D44DC
Complementary color
Monochromatic Colors of #8D44DC
Black with #8D44DC
Text Example
Text Example
White with #8D44DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D44DC; }
p { color: rgb(141,68,220); }
H1.HeaderClassName
{
color: #8D44DC;
}
.AnyTagClassName
{
color: #8D44DC;
}
</style>
background-color css
<style>
a { background-color: #8D44DC; }
a { background-color: rgb(141,68,220); }
div.DivClassName
{
background-color: #8D44DC;
}
.BgClassName
{
background-color: #8D44DC;
}
</style>
border-color css
<style>
span { border-color: #8D44DC; }
span { border-color: rgb(141,68,220); }
td.TdClassName
{
border-color: #8D44DC;
}
.TagClassName
{
border-color: #8D44DC;
}
</style>