Shades of Blue Violet #8949F6
Tints of Blue Violet #8949F6
RGB
CMYK
RGB Variations
Color information
#8949F6 (or 0x8949F6) is known color: Blue Violet. HEX triplet: 89, 49 and F6. RGB value is (137,73,246). Sum of RGB (Red+Green+Blue) = 137+73+246=456 (60% of max value = 765). Red value is 137 (53.91% from 255 or 30.04% from 456); Green value is 73 (28.91% from 255 or 16.01% from 456); Blue value is 246 (96.48% from 255 or 53.95% from 456); Max value from RGB is 246 - color contains mainly: blue. Hex color #8949F6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8949F6 is #76B609. Grayscale: #6F6F6F. Windows color (decimal): -7779850 or 16140681. OLE color: 16140681.
HSL color Cylindrical-coordinate representation of color #8949F6: hue angle of 262.2º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8949F6 is Cyan = 0.44, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 137 | 73 | 246 | - |
| CMYK | 0.44 | 0.70 | 0 | 0.04 |
| HSL | 262.2º | 0.91% | 0.63% | - |
| HSV(B) | 262.2º | 0.7% | 0.96% | - |
| XYZ | 29.33 | 16.74 | 88.87 | - |
| YUV | 111.86 | 203.7 | 145.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 73 | 246 | 0.44 | 0.70 | 0 | 0.04 | 262.2 | 0.91 | 0.63 |
| Hex | 89 | 49 | F6 | 2C | 46 | 0 | 4 | 106 | 5B | 3F |
| Octal | 211 | 111 | 366 | 54 | 106 | 0 | 4 | 406 | 133 | 77 |
| Binary | 10001001 | 1001001 | 11110110 | 101100 | 1000110 | 0 | 100 | 100000110 | 1011011 | 111111 |
Color Harmonies of #8949F6
Complementary color
Monochromatic Colors of #8949F6
Black with #8949F6
Text Example
Text Example
White with #8949F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8949F6; }
p { color: rgb(137,73,246); }
H1.HeaderClassName
{
color: #8949F6;
}
.AnyTagClassName
{
color: #8949F6;
}
</style>
background-color css
<style>
a { background-color: #8949F6; }
a { background-color: rgb(137,73,246); }
div.DivClassName
{
background-color: #8949F6;
}
.BgClassName
{
background-color: #8949F6;
}
</style>
border-color css
<style>
span { border-color: #8949F6; }
span { border-color: rgb(137,73,246); }
td.TdClassName
{
border-color: #8949F6;
}
.TagClassName
{
border-color: #8949F6;
}
</style>