Shades of Blue Violet #8C40DF
Tints of Blue Violet #8C40DF
RGB
CMYK
RGB Variations
Color information
#8C40DF (or 0x8C40DF) is known color: Blue Violet. HEX triplet: 8C, 40 and DF. RGB value is (140,64,223). Sum of RGB (Red+Green+Blue) = 140+64+223=427 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.79% from 427); Green value is 64 (25.39% from 255 or 14.99% from 427); Blue value is 223 (87.5% from 255 or 52.22% from 427); Max value from RGB is 223 - color contains mainly: blue. Hex color #8C40DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C40DF is #73BF20. Grayscale: #686868. Windows color (decimal): -7585569 or 14631052. OLE color: 14631052.
HSL color Cylindrical-coordinate representation of color #8C40DF: hue angle of 268.68º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8C40DF is Cyan = 0.37, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 140 | 64 | 223 | - |
| CMYK | 0.37 | 0.71 | 0 | 0.13 |
| HSL | 268.68º | 0.71% | 0.56% | - |
| HSV(B) | 268.68º | 0.71% | 0.87% | - |
| XYZ | 25.97 | 14.57 | 71.26 | - |
| YUV | 104.85 | 194.68 | 153.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 64 | 223 | 0.37 | 0.71 | 0 | 0.13 | 268.68 | 0.71 | 0.56 |
| Hex | 8C | 40 | DF | 25 | 47 | 0 | D | 10D | 47 | 38 |
| Octal | 214 | 100 | 337 | 45 | 107 | 0 | 15 | 415 | 107 | 70 |
| Binary | 10001100 | 1000000 | 11011111 | 100101 | 1000111 | 0 | 1101 | 100001101 | 1000111 | 111000 |
Color Harmonies of #8C40DF
Complementary color
Monochromatic Colors of #8C40DF
Black with #8C40DF
Text Example
Text Example
White with #8C40DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C40DF; }
p { color: rgb(140,64,223); }
H1.HeaderClassName
{
color: #8C40DF;
}
.AnyTagClassName
{
color: #8C40DF;
}
</style>
background-color css
<style>
a { background-color: #8C40DF; }
a { background-color: rgb(140,64,223); }
div.DivClassName
{
background-color: #8C40DF;
}
.BgClassName
{
background-color: #8C40DF;
}
</style>
border-color css
<style>
span { border-color: #8C40DF; }
span { border-color: rgb(140,64,223); }
td.TdClassName
{
border-color: #8C40DF;
}
.TagClassName
{
border-color: #8C40DF;
}
</style>