Shades of Blue Violet #8D44DE
Tints of Blue Violet #8D44DE
RGB
CMYK
RGB Variations
Color information
#8D44DE (or 0x8D44DE) is known color: Blue Violet. HEX triplet: 8D, 44 and DE. RGB value is (141,68,222). Sum of RGB (Red+Green+Blue) = 141+68+222=431 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.71% from 431); Green value is 68 (26.95% from 255 or 15.78% from 431); Blue value is 222 (87.11% from 255 or 51.51% from 431); Max value from RGB is 222 - color contains mainly: blue. Hex color #8D44DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D44DE is #72BB21. Grayscale: #6A6A6A. Windows color (decimal): -7519010 or 14566541. OLE color: 14566541.
HSL color Cylindrical-coordinate representation of color #8D44DE: hue angle of 268.44º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8D44DE is Cyan = 0.36, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 141 | 68 | 222 | - |
| CMYK | 0.36 | 0.69 | 0 | 0.13 |
| HSL | 268.44º | 0.7% | 0.57% | - |
| HSV(B) | 268.44º | 0.69% | 0.87% | - |
| XYZ | 26.24 | 15.07 | 70.63 | - |
| YUV | 107.38 | 192.68 | 151.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 68 | 222 | 0.36 | 0.69 | 0 | 0.13 | 268.44 | 0.7 | 0.57 |
| Hex | 8D | 44 | DE | 24 | 45 | 0 | D | 10C | 46 | 39 |
| Octal | 215 | 104 | 336 | 44 | 105 | 0 | 15 | 414 | 106 | 71 |
| Binary | 10001101 | 1000100 | 11011110 | 100100 | 1000101 | 0 | 1101 | 100001100 | 1000110 | 111001 |
Color Harmonies of #8D44DE
Complementary color
Monochromatic Colors of #8D44DE
Black with #8D44DE
Text Example
Text Example
White with #8D44DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D44DE; }
p { color: rgb(141,68,222); }
H1.HeaderClassName
{
color: #8D44DE;
}
.AnyTagClassName
{
color: #8D44DE;
}
</style>
background-color css
<style>
a { background-color: #8D44DE; }
a { background-color: rgb(141,68,222); }
div.DivClassName
{
background-color: #8D44DE;
}
.BgClassName
{
background-color: #8D44DE;
}
</style>
border-color css
<style>
span { border-color: #8D44DE; }
span { border-color: rgb(141,68,222); }
td.TdClassName
{
border-color: #8D44DE;
}
.TagClassName
{
border-color: #8D44DE;
}
</style>