Shades of Blue Violet #8C43FF
Tints of Blue Violet #8C43FF
RGB
CMYK
RGB Variations
Color information
#8C43FF (or 0x8C43FF) is known color: Blue Violet. HEX triplet: 8C, 43 and FF. RGB value is (140,67,255). Sum of RGB (Red+Green+Blue) = 140+67+255=462 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.30% from 462); Green value is 67 (26.56% from 255 or 14.50% from 462); Blue value is 255 (100% from 255 or 55.19% from 462); Max value from RGB is 255 - color contains mainly: blue. Hex color #8C43FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8C43FF is #73BC00. Grayscale: #6D6D6D. Windows color (decimal): -7584769 or 16728972. OLE color: 16728972.
HSL color Cylindrical-coordinate representation of color #8C43FF: hue angle of 263.3º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8C43FF is Cyan = 0.45, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 140 | 67 | 255 | - |
| CMYK | 0.45 | 0.74 | 0 | 0 |
| HSL | 263.3º | 1% | 0.63% | - |
| HSV(B) | 263.3º | 0.74% | 1% | - |
| XYZ | 30.87 | 16.81 | 96.23 | - |
| YUV | 110.26 | 209.68 | 149.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 67 | 255 | 0.45 | 0.74 | 0 | 0 | 263.3 | 1 | 0.63 |
| Hex | 8C | 43 | FF | 2D | 4A | 0 | 0 | 107 | 64 | 3F |
| Octal | 214 | 103 | 377 | 55 | 112 | 0 | 0 | 407 | 144 | 77 |
| Binary | 10001100 | 1000011 | 11111111 | 101101 | 1001010 | 0 | 0 | 100000111 | 1100100 | 111111 |
Color Harmonies of #8C43FF
Complementary color
Monochromatic Colors of #8C43FF
Black with #8C43FF
Text Example
Text Example
White with #8C43FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C43FF; }
p { color: rgb(140,67,255); }
H1.HeaderClassName
{
color: #8C43FF;
}
.AnyTagClassName
{
color: #8C43FF;
}
</style>
background-color css
<style>
a { background-color: #8C43FF; }
a { background-color: rgb(140,67,255); }
div.DivClassName
{
background-color: #8C43FF;
}
.BgClassName
{
background-color: #8C43FF;
}
</style>
border-color css
<style>
span { border-color: #8C43FF; }
span { border-color: rgb(140,67,255); }
td.TdClassName
{
border-color: #8C43FF;
}
.TagClassName
{
border-color: #8C43FF;
}
</style>