Shades of Blue Violet #8947F4
Tints of Blue Violet #8947F4
RGB
CMYK
RGB Variations
Color information
#8947F4 (or 0x8947F4) is known color: Blue Violet. HEX triplet: 89, 47 and F4. RGB value is (137,71,244). Sum of RGB (Red+Green+Blue) = 137+71+244=452 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.31% from 452); Green value is 71 (28.12% from 255 or 15.71% from 452); Blue value is 244 (95.70% from 255 or 53.98% from 452); Max value from RGB is 244 - color contains mainly: blue. Hex color #8947F4 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8947F4 is #76B80B. Grayscale: #6D6D6D. Windows color (decimal): -7780364 or 16009097. OLE color: 16009097.
HSL color Cylindrical-coordinate representation of color #8947F4: hue angle of 262.89º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8947F4 is Cyan = 0.44, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 137 | 71 | 244 | - |
| CMYK | 0.44 | 0.71 | 0 | 0.04 |
| HSL | 262.89º | 0.89% | 0.62% | - |
| HSV(B) | 262.89º | 0.71% | 0.96% | - |
| XYZ | 28.9 | 16.36 | 87.22 | - |
| YUV | 110.46 | 203.37 | 146.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 71 | 244 | 0.44 | 0.71 | 0 | 0.04 | 262.89 | 0.89 | 0.62 |
| Hex | 89 | 47 | F4 | 2C | 47 | 0 | 4 | 107 | 59 | 3E |
| Octal | 211 | 107 | 364 | 54 | 107 | 0 | 4 | 407 | 131 | 76 |
| Binary | 10001001 | 1000111 | 11110100 | 101100 | 1000111 | 0 | 100 | 100000111 | 1011001 | 111110 |
Color Harmonies of #8947F4
Complementary color
Monochromatic Colors of #8947F4
Black with #8947F4
Text Example
Text Example
White with #8947F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8947F4; }
p { color: rgb(137,71,244); }
H1.HeaderClassName
{
color: #8947F4;
}
.AnyTagClassName
{
color: #8947F4;
}
</style>
background-color css
<style>
a { background-color: #8947F4; }
a { background-color: rgb(137,71,244); }
div.DivClassName
{
background-color: #8947F4;
}
.BgClassName
{
background-color: #8947F4;
}
</style>
border-color css
<style>
span { border-color: #8947F4; }
span { border-color: rgb(137,71,244); }
td.TdClassName
{
border-color: #8947F4;
}
.TagClassName
{
border-color: #8947F4;
}
</style>