Shades of Blue Violet #8844EC
Tints of Blue Violet #8844EC
RGB
CMYK
RGB Variations
Color information
#8844EC (or 0x8844EC) is known color: Blue Violet. HEX triplet: 88, 44 and EC. RGB value is (136,68,236). Sum of RGB (Red+Green+Blue) = 136+68+236=440 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.91% from 440); Green value is 68 (26.95% from 255 or 15.45% from 440); Blue value is 236 (92.58% from 255 or 53.64% from 440); Max value from RGB is 236 - color contains mainly: blue. Hex color #8844EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8844EC is #77BB13. Grayscale: #6A6A6A. Windows color (decimal): -7846676 or 15484040. OLE color: 15484040.
HSL color Cylindrical-coordinate representation of color #8844EC: hue angle of 264.29º 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 #8844EC is Cyan = 0.42, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 136 | 68 | 236 | - |
| CMYK | 0.42 | 0.71 | 0 | 0.07 |
| HSL | 264.29º | 0.82% | 0.6% | - |
| HSV(B) | 264.29º | 0.71% | 0.93% | - |
| XYZ | 27.36 | 15.42 | 80.89 | - |
| YUV | 107.48 | 200.53 | 148.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 68 | 236 | 0.42 | 0.71 | 0 | 0.07 | 264.29 | 0.82 | 0.6 |
| Hex | 88 | 44 | EC | 2A | 47 | 0 | 7 | 108 | 52 | 3C |
| Octal | 210 | 104 | 354 | 52 | 107 | 0 | 7 | 410 | 122 | 74 |
| Binary | 10001000 | 1000100 | 11101100 | 101010 | 1000111 | 0 | 111 | 100001000 | 1010010 | 111100 |
Color Harmonies of #8844EC
Complementary color
Monochromatic Colors of #8844EC
Black with #8844EC
Text Example
Text Example
White with #8844EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8844EC; }
p { color: rgb(136,68,236); }
H1.HeaderClassName
{
color: #8844EC;
}
.AnyTagClassName
{
color: #8844EC;
}
</style>
background-color css
<style>
a { background-color: #8844EC; }
a { background-color: rgb(136,68,236); }
div.DivClassName
{
background-color: #8844EC;
}
.BgClassName
{
background-color: #8844EC;
}
</style>
border-color css
<style>
span { border-color: #8844EC; }
span { border-color: rgb(136,68,236); }
td.TdClassName
{
border-color: #8844EC;
}
.TagClassName
{
border-color: #8844EC;
}
</style>