Shades of Blue Violet #8944EC
Tints of Blue Violet #8944EC
RGB
CMYK
RGB Variations
Color information
#8944EC (or 0x8944EC) is known color: Blue Violet. HEX triplet: 89, 44 and EC. RGB value is (137,68,236). Sum of RGB (Red+Green+Blue) = 137+68+236=441 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.07% from 441); Green value is 68 (26.95% from 255 or 15.42% from 441); Blue value is 236 (92.58% from 255 or 53.51% from 441); Max value from RGB is 236 - color contains mainly: blue. Hex color #8944EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8944EC is #76BB13. Grayscale: #6B6B6B. Windows color (decimal): -7781140 or 15484041. OLE color: 15484041.
HSL color Cylindrical-coordinate representation of color #8944EC: hue angle of 264.64º 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 #8944EC is Cyan = 0.42, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 137 | 68 | 236 | - |
| CMYK | 0.42 | 0.71 | 0 | 0.07 |
| HSL | 264.64º | 0.82% | 0.6% | - |
| HSV(B) | 264.64º | 0.71% | 0.93% | - |
| XYZ | 27.52 | 15.51 | 80.9 | - |
| YUV | 107.78 | 200.36 | 148.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 68 | 236 | 0.42 | 0.71 | 0 | 0.07 | 264.64 | 0.82 | 0.6 |
| Hex | 89 | 44 | EC | 2A | 47 | 0 | 7 | 109 | 52 | 3C |
| Octal | 211 | 104 | 354 | 52 | 107 | 0 | 7 | 411 | 122 | 74 |
| Binary | 10001001 | 1000100 | 11101100 | 101010 | 1000111 | 0 | 111 | 100001001 | 1010010 | 111100 |
Color Harmonies of #8944EC
Complementary color
Monochromatic Colors of #8944EC
Black with #8944EC
Text Example
Text Example
White with #8944EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8944EC; }
p { color: rgb(137,68,236); }
H1.HeaderClassName
{
color: #8944EC;
}
.AnyTagClassName
{
color: #8944EC;
}
</style>
background-color css
<style>
a { background-color: #8944EC; }
a { background-color: rgb(137,68,236); }
div.DivClassName
{
background-color: #8944EC;
}
.BgClassName
{
background-color: #8944EC;
}
</style>
border-color css
<style>
span { border-color: #8944EC; }
span { border-color: rgb(137,68,236); }
td.TdClassName
{
border-color: #8944EC;
}
.TagClassName
{
border-color: #8944EC;
}
</style>