Shades of Blue Violet #8D49FE
Tints of Blue Violet #8D49FE
RGB
CMYK
RGB Variations
Color information
#8D49FE (or 0x8D49FE) is known color: Blue Violet. HEX triplet: 8D, 49 and FE. RGB value is (141,73,254). Sum of RGB (Red+Green+Blue) = 141+73+254=468 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.13% from 468); Green value is 73 (28.91% from 255 or 15.60% from 468); Blue value is 254 (99.61% from 255 or 54.27% from 468); Max value from RGB is 254 - color contains mainly: blue. Hex color #8D49FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D49FE is #72B601. Grayscale: #717171. Windows color (decimal): -7517698 or 16664973. OLE color: 16664973.
HSL color Cylindrical-coordinate representation of color #8D49FE: hue angle of 262.54º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8D49FE is Cyan = 0.44, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 141 | 73 | 254 | - |
| CMYK | 0.44 | 0.71 | 0 | 0.00 |
| HSL | 262.54º | 0.99% | 0.64% | - |
| HSV(B) | 262.54º | 0.71% | 1% | - |
| XYZ | 31.26 | 17.58 | 95.51 | - |
| YUV | 113.97 | 207.03 | 147.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 73 | 254 | 0.44 | 0.71 | 0 | 0.00 | 262.54 | 0.99 | 0.64 |
| Hex | 8D | 49 | FE | 2C | 47 | 0 | 0 | 107 | 63 | 40 |
| Octal | 215 | 111 | 376 | 54 | 107 | 0 | 0 | 407 | 143 | 100 |
| Binary | 10001101 | 1001001 | 11111110 | 101100 | 1000111 | 0 | 0 | 100000111 | 1100011 | 1000000 |
Color Harmonies of #8D49FE
Complementary color
Monochromatic Colors of #8D49FE
Black with #8D49FE
Text Example
Text Example
White with #8D49FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D49FE; }
p { color: rgb(141,73,254); }
H1.HeaderClassName
{
color: #8D49FE;
}
.AnyTagClassName
{
color: #8D49FE;
}
</style>
background-color css
<style>
a { background-color: #8D49FE; }
a { background-color: rgb(141,73,254); }
div.DivClassName
{
background-color: #8D49FE;
}
.BgClassName
{
background-color: #8D49FE;
}
</style>
border-color css
<style>
span { border-color: #8D49FE; }
span { border-color: rgb(141,73,254); }
td.TdClassName
{
border-color: #8D49FE;
}
.TagClassName
{
border-color: #8D49FE;
}
</style>