Shades of Blue Violet #8B49DF
Tints of Blue Violet #8B49DF
RGB
CMYK
RGB Variations
Color information
#8B49DF (or 0x8B49DF) is known color: Blue Violet. HEX triplet: 8B, 49 and DF. RGB value is (139,73,223). Sum of RGB (Red+Green+Blue) = 139+73+223=435 (57% of max value = 765). Red value is 139 (54.69% from 255 or 31.95% from 435); Green value is 73 (28.91% from 255 or 16.78% from 435); Blue value is 223 (87.5% from 255 or 51.26% from 435); Max value from RGB is 223 - color contains mainly: blue. Hex color #8B49DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B49DF is #74B620. Grayscale: #6D6D6D. Windows color (decimal): -7648801 or 14633355. OLE color: 14633355.
HSL color Cylindrical-coordinate representation of color #8B49DF: hue angle of 266.4º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8B49DF is Cyan = 0.38, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 139 | 73 | 223 | - |
| CMYK | 0.38 | 0.67 | 0 | 0.13 |
| HSL | 266.4º | 0.7% | 0.58% | - |
| HSV(B) | 266.4º | 0.67% | 0.87% | - |
| XYZ | 26.35 | 15.58 | 71.43 | - |
| YUV | 109.83 | 191.87 | 148.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 73 | 223 | 0.38 | 0.67 | 0 | 0.13 | 266.4 | 0.7 | 0.58 |
| Hex | 8B | 49 | DF | 26 | 43 | 0 | D | 10A | 46 | 3A |
| Octal | 213 | 111 | 337 | 46 | 103 | 0 | 15 | 412 | 106 | 72 |
| Binary | 10001011 | 1001001 | 11011111 | 100110 | 1000011 | 0 | 1101 | 100001010 | 1000110 | 111010 |
Color Harmonies of #8B49DF
Complementary color
Monochromatic Colors of #8B49DF
Black with #8B49DF
Text Example
Text Example
White with #8B49DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B49DF; }
p { color: rgb(139,73,223); }
H1.HeaderClassName
{
color: #8B49DF;
}
.AnyTagClassName
{
color: #8B49DF;
}
</style>
background-color css
<style>
a { background-color: #8B49DF; }
a { background-color: rgb(139,73,223); }
div.DivClassName
{
background-color: #8B49DF;
}
.BgClassName
{
background-color: #8B49DF;
}
</style>
border-color css
<style>
span { border-color: #8B49DF; }
span { border-color: rgb(139,73,223); }
td.TdClassName
{
border-color: #8B49DF;
}
.TagClassName
{
border-color: #8B49DF;
}
</style>