Shades of Blue Violet #8C46F7
Tints of Blue Violet #8C46F7
RGB
CMYK
RGB Variations
Color information
#8C46F7 (or 0x8C46F7) is known color: Blue Violet. HEX triplet: 8C, 46 and F7. RGB value is (140,70,247). Sum of RGB (Red+Green+Blue) = 140+70+247=457 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.63% from 457); Green value is 70 (27.73% from 255 or 15.32% from 457); Blue value is 247 (96.88% from 255 or 54.05% from 457); Max value from RGB is 247 - color contains mainly: blue. Hex color #8C46F7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8C46F7 is #73B908. Grayscale: #6E6E6E. Windows color (decimal): -7584009 or 16205452. OLE color: 16205452.
HSL color Cylindrical-coordinate representation of color #8C46F7: hue angle of 263.73º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8C46F7 is Cyan = 0.43, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 140 | 70 | 247 | - |
| CMYK | 0.43 | 0.72 | 0 | 0.03 |
| HSL | 263.73º | 0.92% | 0.62% | - |
| HSV(B) | 263.73º | 0.72% | 0.97% | - |
| XYZ | 29.79 | 16.67 | 89.64 | - |
| YUV | 111.11 | 204.69 | 148.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 70 | 247 | 0.43 | 0.72 | 0 | 0.03 | 263.73 | 0.92 | 0.62 |
| Hex | 8C | 46 | F7 | 2B | 48 | 0 | 3 | 108 | 5C | 3E |
| Octal | 214 | 106 | 367 | 53 | 110 | 0 | 3 | 410 | 134 | 76 |
| Binary | 10001100 | 1000110 | 11110111 | 101011 | 1001000 | 0 | 11 | 100001000 | 1011100 | 111110 |
Color Harmonies of #8C46F7
Complementary color
Monochromatic Colors of #8C46F7
Black with #8C46F7
Text Example
Text Example
White with #8C46F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C46F7; }
p { color: rgb(140,70,247); }
H1.HeaderClassName
{
color: #8C46F7;
}
.AnyTagClassName
{
color: #8C46F7;
}
</style>
background-color css
<style>
a { background-color: #8C46F7; }
a { background-color: rgb(140,70,247); }
div.DivClassName
{
background-color: #8C46F7;
}
.BgClassName
{
background-color: #8C46F7;
}
</style>
border-color css
<style>
span { border-color: #8C46F7; }
span { border-color: rgb(140,70,247); }
td.TdClassName
{
border-color: #8C46F7;
}
.TagClassName
{
border-color: #8C46F7;
}
</style>