Shades of Blue Violet #8949F3
Tints of Blue Violet #8949F3
RGB
CMYK
RGB Variations
Color information
#8949F3 (or 0x8949F3) is known color: Blue Violet. HEX triplet: 89, 49 and F3. RGB value is (137,73,243). Sum of RGB (Red+Green+Blue) = 137+73+243=453 (60% of max value = 765). Red value is 137 (53.91% from 255 or 30.24% from 453); Green value is 73 (28.91% from 255 or 16.11% from 453); Blue value is 243 (95.31% from 255 or 53.64% from 453); Max value from RGB is 243 - color contains mainly: blue. Hex color #8949F3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8949F3 is #76B60C. Grayscale: #6E6E6E. Windows color (decimal): -7779853 or 15944073. OLE color: 15944073.
HSL color Cylindrical-coordinate representation of color #8949F3: hue angle of 262.59º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8949F3 is Cyan = 0.44, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 137 | 73 | 243 | - |
| CMYK | 0.44 | 0.70 | 0 | 0.05 |
| HSL | 262.59º | 0.88% | 0.62% | - |
| HSV(B) | 262.59º | 0.7% | 0.95% | - |
| XYZ | 28.88 | 16.55 | 86.47 | - |
| YUV | 111.52 | 202.2 | 146.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 73 | 243 | 0.44 | 0.70 | 0 | 0.05 | 262.59 | 0.88 | 0.62 |
| Hex | 89 | 49 | F3 | 2C | 46 | 0 | 5 | 107 | 58 | 3E |
| Octal | 211 | 111 | 363 | 54 | 106 | 0 | 5 | 407 | 130 | 76 |
| Binary | 10001001 | 1001001 | 11110011 | 101100 | 1000110 | 0 | 101 | 100000111 | 1011000 | 111110 |
Color Harmonies of #8949F3
Complementary color
Monochromatic Colors of #8949F3
Black with #8949F3
Text Example
Text Example
White with #8949F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8949F3; }
p { color: rgb(137,73,243); }
H1.HeaderClassName
{
color: #8949F3;
}
.AnyTagClassName
{
color: #8949F3;
}
</style>
background-color css
<style>
a { background-color: #8949F3; }
a { background-color: rgb(137,73,243); }
div.DivClassName
{
background-color: #8949F3;
}
.BgClassName
{
background-color: #8949F3;
}
</style>
border-color css
<style>
span { border-color: #8949F3; }
span { border-color: rgb(137,73,243); }
td.TdClassName
{
border-color: #8949F3;
}
.TagClassName
{
border-color: #8949F3;
}
</style>