Shades of Blue Violet #8F49EF
Tints of Blue Violet #8F49EF
RGB
CMYK
RGB Variations
Color information
#8F49EF (or 0x8F49EF) is known color: Blue Violet. HEX triplet: 8F, 49 and EF. RGB value is (143,73,239). Sum of RGB (Red+Green+Blue) = 143+73+239=455 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.43% from 455); Green value is 73 (28.91% from 255 or 16.04% from 455); Blue value is 239 (93.75% from 255 or 52.53% from 455); Max value from RGB is 239 - color contains mainly: blue. Hex color #8F49EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F49EF is #70B610. Grayscale: #707070. Windows color (decimal): -7386641 or 15681935. OLE color: 15681935.
HSL color Cylindrical-coordinate representation of color #8F49EF: hue angle of 265.3º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8F49EF is Cyan = 0.40, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 143 | 73 | 239 | - |
| CMYK | 0.40 | 0.69 | 0 | 0.06 |
| HSL | 265.3º | 0.84% | 0.61% | - |
| HSV(B) | 265.3º | 0.69% | 0.94% | - |
| XYZ | 29.29 | 16.84 | 83.37 | - |
| YUV | 112.85 | 199.19 | 149.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 73 | 239 | 0.40 | 0.69 | 0 | 0.06 | 265.3 | 0.84 | 0.61 |
| Hex | 8F | 49 | EF | 28 | 45 | 0 | 6 | 109 | 54 | 3D |
| Octal | 217 | 111 | 357 | 50 | 105 | 0 | 6 | 411 | 124 | 75 |
| Binary | 10001111 | 1001001 | 11101111 | 101000 | 1000101 | 0 | 110 | 100001001 | 1010100 | 111101 |
Color Harmonies of #8F49EF
Complementary color
Monochromatic Colors of #8F49EF
Black with #8F49EF
Text Example
Text Example
White with #8F49EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F49EF; }
p { color: rgb(143,73,239); }
H1.HeaderClassName
{
color: #8F49EF;
}
.AnyTagClassName
{
color: #8F49EF;
}
</style>
background-color css
<style>
a { background-color: #8F49EF; }
a { background-color: rgb(143,73,239); }
div.DivClassName
{
background-color: #8F49EF;
}
.BgClassName
{
background-color: #8F49EF;
}
</style>
border-color css
<style>
span { border-color: #8F49EF; }
span { border-color: rgb(143,73,239); }
td.TdClassName
{
border-color: #8F49EF;
}
.TagClassName
{
border-color: #8F49EF;
}
</style>