Shades of Blue Violet #8F49DB
Tints of Blue Violet #8F49DB
RGB
CMYK
RGB Variations
Color information
#8F49DB (or 0x8F49DB) is known color: Blue Violet. HEX triplet: 8F, 49 and DB. RGB value is (143,73,219). Sum of RGB (Red+Green+Blue) = 143+73+219=435 (57% of max value = 765). Red value is 143 (56.25% from 255 or 32.87% from 435); Green value is 73 (28.91% from 255 or 16.78% from 435); Blue value is 219 (85.94% from 255 or 50.34% from 435); Max value from RGB is 219 - color contains mainly: blue. Hex color #8F49DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F49DB is #70B624. Grayscale: #6E6E6E. Windows color (decimal): -7386661 or 14371215. OLE color: 14371215.
HSL color Cylindrical-coordinate representation of color #8F49DB: hue angle of 268.77º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8F49DB is Cyan = 0.35, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 73 | 219 | - |
| CMYK | 0.35 | 0.67 | 0 | 0.14 |
| HSL | 268.77º | 0.67% | 0.57% | - |
| HSV(B) | 268.77º | 0.67% | 0.86% | - |
| XYZ | 26.5 | 15.72 | 68.66 | - |
| YUV | 110.57 | 189.19 | 151.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 73 | 219 | 0.35 | 0.67 | 0 | 0.14 | 268.77 | 0.67 | 0.57 |
| Hex | 8F | 49 | DB | 23 | 43 | 0 | E | 10D | 43 | 39 |
| Octal | 217 | 111 | 333 | 43 | 103 | 0 | 16 | 415 | 103 | 71 |
| Binary | 10001111 | 1001001 | 11011011 | 100011 | 1000011 | 0 | 1110 | 100001101 | 1000011 | 111001 |
Color Harmonies of #8F49DB
Complementary color
Monochromatic Colors of #8F49DB
Black with #8F49DB
Text Example
Text Example
White with #8F49DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F49DB; }
p { color: rgb(143,73,219); }
H1.HeaderClassName
{
color: #8F49DB;
}
.AnyTagClassName
{
color: #8F49DB;
}
</style>
background-color css
<style>
a { background-color: #8F49DB; }
a { background-color: rgb(143,73,219); }
div.DivClassName
{
background-color: #8F49DB;
}
.BgClassName
{
background-color: #8F49DB;
}
</style>
border-color css
<style>
span { border-color: #8F49DB; }
span { border-color: rgb(143,73,219); }
td.TdClassName
{
border-color: #8F49DB;
}
.TagClassName
{
border-color: #8F49DB;
}
</style>