Shades of Blue Violet #8C43FC
Tints of Blue Violet #8C43FC
RGB
CMYK
RGB Variations
Color information
#8C43FC (or 0x8C43FC) is known color: Blue Violet. HEX triplet: 8C, 43 and FC. RGB value is (140,67,252). Sum of RGB (Red+Green+Blue) = 140+67+252=459 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.50% from 459); Green value is 67 (26.56% from 255 or 14.60% from 459); Blue value is 252 (98.83% from 255 or 54.90% from 459); Max value from RGB is 252 - color contains mainly: blue. Hex color #8C43FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8C43FC is #73BC03. Grayscale: #6D6D6D. Windows color (decimal): -7584772 or 16532364. OLE color: 16532364.
HSL color Cylindrical-coordinate representation of color #8C43FC: hue angle of 263.68º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8C43FC is Cyan = 0.44, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 140 | 67 | 252 | - |
| CMYK | 0.44 | 0.73 | 0 | 0.01 |
| HSL | 263.68º | 0.97% | 0.63% | - |
| HSV(B) | 263.68º | 0.73% | 0.99% | - |
| XYZ | 30.39 | 16.62 | 93.7 | - |
| YUV | 109.92 | 208.18 | 149.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 67 | 252 | 0.44 | 0.73 | 0 | 0.01 | 263.68 | 0.97 | 0.63 |
| Hex | 8C | 43 | FC | 2C | 49 | 0 | 1 | 108 | 61 | 3F |
| Octal | 214 | 103 | 374 | 54 | 111 | 0 | 1 | 410 | 141 | 77 |
| Binary | 10001100 | 1000011 | 11111100 | 101100 | 1001001 | 0 | 1 | 100001000 | 1100001 | 111111 |
Color Harmonies of #8C43FC
Complementary color
Monochromatic Colors of #8C43FC
Black with #8C43FC
Text Example
Text Example
White with #8C43FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C43FC; }
p { color: rgb(140,67,252); }
H1.HeaderClassName
{
color: #8C43FC;
}
.AnyTagClassName
{
color: #8C43FC;
}
</style>
background-color css
<style>
a { background-color: #8C43FC; }
a { background-color: rgb(140,67,252); }
div.DivClassName
{
background-color: #8C43FC;
}
.BgClassName
{
background-color: #8C43FC;
}
</style>
border-color css
<style>
span { border-color: #8C43FC; }
span { border-color: rgb(140,67,252); }
td.TdClassName
{
border-color: #8C43FC;
}
.TagClassName
{
border-color: #8C43FC;
}
</style>