Shades of Blue Violet #8C46FF
Tints of Blue Violet #8C46FF
RGB
CMYK
RGB Variations
Color information
#8C46FF (or 0x8C46FF) is known color: Blue Violet. HEX triplet: 8C, 46 and FF. RGB value is (140,70,255). Sum of RGB (Red+Green+Blue) = 140+70+255=465 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.11% from 465); Green value is 70 (27.73% from 255 or 15.05% from 465); Blue value is 255 (100% from 255 or 54.84% from 465); Max value from RGB is 255 - color contains mainly: blue. Hex color #8C46FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8C46FF is #73B900. Grayscale: #6F6F6F. Windows color (decimal): -7584001 or 16729740. OLE color: 16729740.
HSL color Cylindrical-coordinate representation of color #8C46FF: hue angle of 262.7º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8C46FF is Cyan = 0.45, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 140 | 70 | 255 | - |
| CMYK | 0.45 | 0.73 | 0 | 0 |
| HSL | 262.7º | 1% | 0.64% | - |
| HSV(B) | 262.7º | 0.73% | 1% | - |
| XYZ | 31.06 | 17.18 | 96.29 | - |
| YUV | 112.02 | 208.69 | 147.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 70 | 255 | 0.45 | 0.73 | 0 | 0 | 262.7 | 1 | 0.64 |
| Hex | 8C | 46 | FF | 2D | 49 | 0 | 0 | 107 | 64 | 40 |
| Octal | 214 | 106 | 377 | 55 | 111 | 0 | 0 | 407 | 144 | 100 |
| Binary | 10001100 | 1000110 | 11111111 | 101101 | 1001001 | 0 | 0 | 100000111 | 1100100 | 1000000 |
Color Harmonies of #8C46FF
Complementary color
Monochromatic Colors of #8C46FF
Black with #8C46FF
Text Example
Text Example
White with #8C46FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C46FF; }
p { color: rgb(140,70,255); }
H1.HeaderClassName
{
color: #8C46FF;
}
.AnyTagClassName
{
color: #8C46FF;
}
</style>
background-color css
<style>
a { background-color: #8C46FF; }
a { background-color: rgb(140,70,255); }
div.DivClassName
{
background-color: #8C46FF;
}
.BgClassName
{
background-color: #8C46FF;
}
</style>
border-color css
<style>
span { border-color: #8C46FF; }
span { border-color: rgb(140,70,255); }
td.TdClassName
{
border-color: #8C46FF;
}
.TagClassName
{
border-color: #8C46FF;
}
</style>