Shades of Blue Violet #8D44EB
Tints of Blue Violet #8D44EB
RGB
CMYK
RGB Variations
Color information
#8D44EB (or 0x8D44EB) is known color: Blue Violet. HEX triplet: 8D, 44 and EB. RGB value is (141,68,235). Sum of RGB (Red+Green+Blue) = 141+68+235=444 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.76% from 444); Green value is 68 (26.95% from 255 or 15.32% from 444); Blue value is 235 (92.19% from 255 or 52.93% from 444); Max value from RGB is 235 - color contains mainly: blue. Hex color #8D44EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D44EB is #72BB14. Grayscale: #6C6C6C. Windows color (decimal): -7518997 or 15418509. OLE color: 15418509.
HSL color Cylindrical-coordinate representation of color #8D44EB: hue angle of 266.23º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8D44EB is Cyan = 0.4, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 141 | 68 | 235 | - |
| CMYK | 0.4 | 0.71 | 0 | 0.08 |
| HSL | 266.23º | 0.81% | 0.59% | - |
| HSV(B) | 266.23º | 0.71% | 0.92% | - |
| XYZ | 28.05 | 15.8 | 80.17 | - |
| YUV | 108.87 | 199.18 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 68 | 235 | 0.4 | 0.71 | 0 | 0.08 | 266.23 | 0.81 | 0.59 |
| Hex | 8D | 44 | EB | 28 | 47 | 0 | 8 | 10A | 51 | 3B |
| Octal | 215 | 104 | 353 | 50 | 107 | 0 | 10 | 412 | 121 | 73 |
| Binary | 10001101 | 1000100 | 11101011 | 101000 | 1000111 | 0 | 1000 | 100001010 | 1010001 | 111011 |
Color Harmonies of #8D44EB
Complementary color
Monochromatic Colors of #8D44EB
Black with #8D44EB
Text Example
Text Example
White with #8D44EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D44EB; }
p { color: rgb(141,68,235); }
H1.HeaderClassName
{
color: #8D44EB;
}
.AnyTagClassName
{
color: #8D44EB;
}
</style>
background-color css
<style>
a { background-color: #8D44EB; }
a { background-color: rgb(141,68,235); }
div.DivClassName
{
background-color: #8D44EB;
}
.BgClassName
{
background-color: #8D44EB;
}
</style>
border-color css
<style>
span { border-color: #8D44EB; }
span { border-color: rgb(141,68,235); }
td.TdClassName
{
border-color: #8D44EB;
}
.TagClassName
{
border-color: #8D44EB;
}
</style>