Shades of Blue Violet #8C40DD
Tints of Blue Violet #8C40DD
RGB
CMYK
RGB Variations
Color information
#8C40DD (or 0x8C40DD) is known color: Blue Violet. HEX triplet: 8C, 40 and DD. RGB value is (140,64,221). Sum of RGB (Red+Green+Blue) = 140+64+221=425 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.94% from 425); Green value is 64 (25.39% from 255 or 15.06% from 425); Blue value is 221 (86.72% from 255 or 52% from 425); Max value from RGB is 221 - color contains mainly: blue. Hex color #8C40DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C40DD is #73BF22. Grayscale: #686868. Windows color (decimal): -7585571 or 14499980. OLE color: 14499980.
HSL color Cylindrical-coordinate representation of color #8C40DD: hue angle of 269.04º degrees, saturation: 0.7, 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 #8C40DD is Cyan = 0.37, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 140 | 64 | 221 | - |
| CMYK | 0.37 | 0.71 | 0 | 0.13 |
| HSL | 269.04º | 0.7% | 0.56% | - |
| HSV(B) | 269.04º | 0.71% | 0.87% | - |
| XYZ | 25.7 | 14.46 | 69.84 | - |
| YUV | 104.62 | 193.68 | 153.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 64 | 221 | 0.37 | 0.71 | 0 | 0.13 | 269.04 | 0.7 | 0.56 |
| Hex | 8C | 40 | DD | 25 | 47 | 0 | D | 10D | 46 | 38 |
| Octal | 214 | 100 | 335 | 45 | 107 | 0 | 15 | 415 | 106 | 70 |
| Binary | 10001100 | 1000000 | 11011101 | 100101 | 1000111 | 0 | 1101 | 100001101 | 1000110 | 111000 |
Color Harmonies of #8C40DD
Complementary color
Monochromatic Colors of #8C40DD
Black with #8C40DD
Text Example
Text Example
White with #8C40DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C40DD; }
p { color: rgb(140,64,221); }
H1.HeaderClassName
{
color: #8C40DD;
}
.AnyTagClassName
{
color: #8C40DD;
}
</style>
background-color css
<style>
a { background-color: #8C40DD; }
a { background-color: rgb(140,64,221); }
div.DivClassName
{
background-color: #8C40DD;
}
.BgClassName
{
background-color: #8C40DD;
}
</style>
border-color css
<style>
span { border-color: #8C40DD; }
span { border-color: rgb(140,64,221); }
td.TdClassName
{
border-color: #8C40DD;
}
.TagClassName
{
border-color: #8C40DD;
}
</style>