Shades of Blue Violet #8B44EC
Tints of Blue Violet #8B44EC
RGB
CMYK
RGB Variations
Color information
#8B44EC (or 0x8B44EC) is known color: Blue Violet. HEX triplet: 8B, 44 and EC. RGB value is (139,68,236). Sum of RGB (Red+Green+Blue) = 139+68+236=443 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.38% from 443); Green value is 68 (26.95% from 255 or 15.35% from 443); Blue value is 236 (92.58% from 255 or 53.27% from 443); Max value from RGB is 236 - color contains mainly: blue. Hex color #8B44EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8B44EC is #74BB13. Grayscale: #6B6B6B. Windows color (decimal): -7650068 or 15484043. OLE color: 15484043.
HSL color Cylindrical-coordinate representation of color #8B44EC: hue angle of 265.36º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8B44EC is Cyan = 0.41, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 139 | 68 | 236 | - |
| CMYK | 0.41 | 0.71 | 0 | 0.07 |
| HSL | 265.36º | 0.82% | 0.6% | - |
| HSV(B) | 265.36º | 0.71% | 0.93% | - |
| XYZ | 27.85 | 15.68 | 80.92 | - |
| YUV | 108.38 | 200.02 | 149.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 68 | 236 | 0.41 | 0.71 | 0 | 0.07 | 265.36 | 0.82 | 0.6 |
| Hex | 8B | 44 | EC | 29 | 47 | 0 | 7 | 109 | 52 | 3C |
| Octal | 213 | 104 | 354 | 51 | 107 | 0 | 7 | 411 | 122 | 74 |
| Binary | 10001011 | 1000100 | 11101100 | 101001 | 1000111 | 0 | 111 | 100001001 | 1010010 | 111100 |
Color Harmonies of #8B44EC
Complementary color
Monochromatic Colors of #8B44EC
Black with #8B44EC
Text Example
Text Example
White with #8B44EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B44EC; }
p { color: rgb(139,68,236); }
H1.HeaderClassName
{
color: #8B44EC;
}
.AnyTagClassName
{
color: #8B44EC;
}
</style>
background-color css
<style>
a { background-color: #8B44EC; }
a { background-color: rgb(139,68,236); }
div.DivClassName
{
background-color: #8B44EC;
}
.BgClassName
{
background-color: #8B44EC;
}
</style>
border-color css
<style>
span { border-color: #8B44EC; }
span { border-color: rgb(139,68,236); }
td.TdClassName
{
border-color: #8B44EC;
}
.TagClassName
{
border-color: #8B44EC;
}
</style>