Shades of Blue Violet #8B49F1
Tints of Blue Violet #8B49F1
RGB
CMYK
RGB Variations
Color information
#8B49F1 (or 0x8B49F1) is known color: Blue Violet. HEX triplet: 8B, 49 and F1. RGB value is (139,73,241). Sum of RGB (Red+Green+Blue) = 139+73+241=453 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.68% from 453); Green value is 73 (28.91% from 255 or 16.11% from 453); Blue value is 241 (94.53% from 255 or 53.20% from 453); Max value from RGB is 241 - color contains mainly: blue. Hex color #8B49F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8B49F1 is #74B60E. Grayscale: #6F6F6F. Windows color (decimal): -7648783 or 15813003. OLE color: 15813003.
HSL color Cylindrical-coordinate representation of color #8B49F1: hue angle of 263.57º degrees, saturation: 0.86, 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 #8B49F1 is Cyan = 0.42, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 139 | 73 | 241 | - |
| CMYK | 0.42 | 0.70 | 0 | 0.05 |
| HSL | 263.57º | 0.86% | 0.62% | - |
| HSV(B) | 263.57º | 0.7% | 0.95% | - |
| XYZ | 28.91 | 16.6 | 84.9 | - |
| YUV | 111.89 | 200.87 | 147.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 73 | 241 | 0.42 | 0.70 | 0 | 0.05 | 263.57 | 0.86 | 0.62 |
| Hex | 8B | 49 | F1 | 2A | 46 | 0 | 5 | 108 | 56 | 3E |
| Octal | 213 | 111 | 361 | 52 | 106 | 0 | 5 | 410 | 126 | 76 |
| Binary | 10001011 | 1001001 | 11110001 | 101010 | 1000110 | 0 | 101 | 100001000 | 1010110 | 111110 |
Color Harmonies of #8B49F1
Complementary color
Monochromatic Colors of #8B49F1
Black with #8B49F1
Text Example
Text Example
White with #8B49F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B49F1; }
p { color: rgb(139,73,241); }
H1.HeaderClassName
{
color: #8B49F1;
}
.AnyTagClassName
{
color: #8B49F1;
}
</style>
background-color css
<style>
a { background-color: #8B49F1; }
a { background-color: rgb(139,73,241); }
div.DivClassName
{
background-color: #8B49F1;
}
.BgClassName
{
background-color: #8B49F1;
}
</style>
border-color css
<style>
span { border-color: #8B49F1; }
span { border-color: rgb(139,73,241); }
td.TdClassName
{
border-color: #8B49F1;
}
.TagClassName
{
border-color: #8B49F1;
}
</style>