Shades of Blue Violet #8D46FE
Tints of Blue Violet #8D46FE
RGB
CMYK
RGB Variations
Color information
#8D46FE (or 0x8D46FE) is known color: Blue Violet. HEX triplet: 8D, 46 and FE. RGB value is (141,70,254). Sum of RGB (Red+Green+Blue) = 141+70+254=465 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.32% from 465); Green value is 70 (27.73% from 255 or 15.05% from 465); Blue value is 254 (99.61% from 255 or 54.62% from 465); Max value from RGB is 254 - color contains mainly: blue. Hex color #8D46FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D46FE is #72B901. Grayscale: #6F6F6F. Windows color (decimal): -7518466 or 16664205. OLE color: 16664205.
HSL color Cylindrical-coordinate representation of color #8D46FE: hue angle of 263.15º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8D46FE is Cyan = 0.44, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 141 | 70 | 254 | - |
| CMYK | 0.44 | 0.72 | 0 | 0.00 |
| HSL | 263.15º | 0.99% | 0.64% | - |
| HSV(B) | 263.15º | 0.72% | 1% | - |
| XYZ | 31.06 | 17.2 | 95.45 | - |
| YUV | 112.21 | 208.02 | 148.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 70 | 254 | 0.44 | 0.72 | 0 | 0.00 | 263.15 | 0.99 | 0.64 |
| Hex | 8D | 46 | FE | 2C | 48 | 0 | 0 | 107 | 63 | 40 |
| Octal | 215 | 106 | 376 | 54 | 110 | 0 | 0 | 407 | 143 | 100 |
| Binary | 10001101 | 1000110 | 11111110 | 101100 | 1001000 | 0 | 0 | 100000111 | 1100011 | 1000000 |
Color Harmonies of #8D46FE
Complementary color
Monochromatic Colors of #8D46FE
Black with #8D46FE
Text Example
Text Example
White with #8D46FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D46FE; }
p { color: rgb(141,70,254); }
H1.HeaderClassName
{
color: #8D46FE;
}
.AnyTagClassName
{
color: #8D46FE;
}
</style>
background-color css
<style>
a { background-color: #8D46FE; }
a { background-color: rgb(141,70,254); }
div.DivClassName
{
background-color: #8D46FE;
}
.BgClassName
{
background-color: #8D46FE;
}
</style>
border-color css
<style>
span { border-color: #8D46FE; }
span { border-color: rgb(141,70,254); }
td.TdClassName
{
border-color: #8D46FE;
}
.TagClassName
{
border-color: #8D46FE;
}
</style>