Shades of Blue Violet #8944F4
Tints of Blue Violet #8944F4
RGB
CMYK
RGB Variations
Color information
#8944F4 (or 0x8944F4) is known color: Blue Violet. HEX triplet: 89, 44 and F4. RGB value is (137,68,244). Sum of RGB (Red+Green+Blue) = 137+68+244=449 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.51% from 449); Green value is 68 (26.95% from 255 or 15.14% from 449); Blue value is 244 (95.70% from 255 or 54.34% from 449); Max value from RGB is 244 - color contains mainly: blue. Hex color #8944F4 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8944F4 is #76BB0B. Grayscale: #6C6C6C. Windows color (decimal): -7781132 or 16008329. OLE color: 16008329.
HSL color Cylindrical-coordinate representation of color #8944F4: hue angle of 263.52º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8944F4 is Cyan = 0.44, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 137 | 68 | 244 | - |
| CMYK | 0.44 | 0.72 | 0 | 0.04 |
| HSL | 263.52º | 0.89% | 0.61% | - |
| HSV(B) | 263.52º | 0.72% | 0.96% | - |
| XYZ | 28.71 | 15.98 | 87.16 | - |
| YUV | 108.7 | 204.36 | 148.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 68 | 244 | 0.44 | 0.72 | 0 | 0.04 | 263.52 | 0.89 | 0.61 |
| Hex | 89 | 44 | F4 | 2C | 48 | 0 | 4 | 108 | 59 | 3D |
| Octal | 211 | 104 | 364 | 54 | 110 | 0 | 4 | 410 | 131 | 75 |
| Binary | 10001001 | 1000100 | 11110100 | 101100 | 1001000 | 0 | 100 | 100001000 | 1011001 | 111101 |
Color Harmonies of #8944F4
Complementary color
Monochromatic Colors of #8944F4
Black with #8944F4
Text Example
Text Example
White with #8944F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8944F4; }
p { color: rgb(137,68,244); }
H1.HeaderClassName
{
color: #8944F4;
}
.AnyTagClassName
{
color: #8944F4;
}
</style>
background-color css
<style>
a { background-color: #8944F4; }
a { background-color: rgb(137,68,244); }
div.DivClassName
{
background-color: #8944F4;
}
.BgClassName
{
background-color: #8944F4;
}
</style>
border-color css
<style>
span { border-color: #8944F4; }
span { border-color: rgb(137,68,244); }
td.TdClassName
{
border-color: #8944F4;
}
.TagClassName
{
border-color: #8944F4;
}
</style>