Shades of Blue Violet #8C43DF
Tints of Blue Violet #8C43DF
RGB
CMYK
RGB Variations
Color information
#8C43DF (or 0x8C43DF) is known color: Blue Violet. HEX triplet: 8C, 43 and DF. RGB value is (140,67,223). Sum of RGB (Red+Green+Blue) = 140+67+223=430 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.56% from 430); Green value is 67 (26.56% from 255 or 15.58% from 430); Blue value is 223 (87.5% from 255 or 51.86% from 430); Max value from RGB is 223 - color contains mainly: blue. Hex color #8C43DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C43DF is #73BC20. Grayscale: #6A6A6A. Windows color (decimal): -7584801 or 14631820. OLE color: 14631820.
HSL color Cylindrical-coordinate representation of color #8C43DF: hue angle of 268.08º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8C43DF is Cyan = 0.37, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 140 | 67 | 223 | - |
| CMYK | 0.37 | 0.70 | 0 | 0.13 |
| HSL | 268.08º | 0.71% | 0.57% | - |
| HSV(B) | 268.08º | 0.7% | 0.87% | - |
| XYZ | 26.14 | 14.92 | 71.31 | - |
| YUV | 106.61 | 193.68 | 151.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 67 | 223 | 0.37 | 0.70 | 0 | 0.13 | 268.08 | 0.71 | 0.57 |
| Hex | 8C | 43 | DF | 25 | 46 | 0 | D | 10C | 47 | 39 |
| Octal | 214 | 103 | 337 | 45 | 106 | 0 | 15 | 414 | 107 | 71 |
| Binary | 10001100 | 1000011 | 11011111 | 100101 | 1000110 | 0 | 1101 | 100001100 | 1000111 | 111001 |
Color Harmonies of #8C43DF
Complementary color
Monochromatic Colors of #8C43DF
Black with #8C43DF
Text Example
Text Example
White with #8C43DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C43DF; }
p { color: rgb(140,67,223); }
H1.HeaderClassName
{
color: #8C43DF;
}
.AnyTagClassName
{
color: #8C43DF;
}
</style>
background-color css
<style>
a { background-color: #8C43DF; }
a { background-color: rgb(140,67,223); }
div.DivClassName
{
background-color: #8C43DF;
}
.BgClassName
{
background-color: #8C43DF;
}
</style>
border-color css
<style>
span { border-color: #8C43DF; }
span { border-color: rgb(140,67,223); }
td.TdClassName
{
border-color: #8C43DF;
}
.TagClassName
{
border-color: #8C43DF;
}
</style>