Shades of Blue Violet #8C40FE
Tints of Blue Violet #8C40FE
RGB
CMYK
RGB Variations
Color information
#8C40FE (or 0x8C40FE) is known color: Blue Violet. HEX triplet: 8C, 40 and FE. RGB value is (140,64,254). Sum of RGB (Red+Green+Blue) = 140+64+254=458 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.57% from 458); Green value is 64 (25.39% from 255 or 13.97% from 458); Blue value is 254 (99.61% from 255 or 55.46% from 458); Max value from RGB is 254 - color contains mainly: blue. Hex color #8C40FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8C40FE is #73BF01. Grayscale: #6B6B6B. Windows color (decimal): -7585538 or 16662668. OLE color: 16662668.
HSL color Cylindrical-coordinate representation of color #8C40FE: hue angle of 264º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8C40FE is Cyan = 0.45, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 140 | 64 | 254 | - |
| CMYK | 0.45 | 0.75 | 0 | 0.00 |
| HSL | 264º | 0.99% | 0.62% | - |
| HSV(B) | 264º | 0.75% | 1% | - |
| XYZ | 30.54 | 16.4 | 95.32 | - |
| YUV | 108.38 | 210.18 | 150.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 64 | 254 | 0.45 | 0.75 | 0 | 0.00 | 264 | 0.99 | 0.62 |
| Hex | 8C | 40 | FE | 2D | 4B | 0 | 0 | 108 | 63 | 3E |
| Octal | 214 | 100 | 376 | 55 | 113 | 0 | 0 | 410 | 143 | 76 |
| Binary | 10001100 | 1000000 | 11111110 | 101101 | 1001011 | 0 | 0 | 100001000 | 1100011 | 111110 |
Color Harmonies of #8C40FE
Complementary color
Monochromatic Colors of #8C40FE
Black with #8C40FE
Text Example
Text Example
White with #8C40FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C40FE; }
p { color: rgb(140,64,254); }
H1.HeaderClassName
{
color: #8C40FE;
}
.AnyTagClassName
{
color: #8C40FE;
}
</style>
background-color css
<style>
a { background-color: #8C40FE; }
a { background-color: rgb(140,64,254); }
div.DivClassName
{
background-color: #8C40FE;
}
.BgClassName
{
background-color: #8C40FE;
}
</style>
border-color css
<style>
span { border-color: #8C40FE; }
span { border-color: rgb(140,64,254); }
td.TdClassName
{
border-color: #8C40FE;
}
.TagClassName
{
border-color: #8C40FE;
}
</style>