Shades of Blue Violet #8C4CDF
Tints of Blue Violet #8C4CDF
RGB
CMYK
RGB Variations
Color information
#8C4CDF (or 0x8C4CDF) is known color: Blue Violet. HEX triplet: 8C, 4C and DF. RGB value is (140,76,223). Sum of RGB (Red+Green+Blue) = 140+76+223=439 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.89% from 439); Green value is 76 (30.08% from 255 or 17.31% from 439); Blue value is 223 (87.5% from 255 or 50.80% from 439); Max value from RGB is 223 - color contains mainly: blue. Hex color #8C4CDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C4CDF is #73B320. Grayscale: #6F6F6F. Windows color (decimal): -7582497 or 14634124. OLE color: 14634124.
HSL color Cylindrical-coordinate representation of color #8C4CDF: hue angle of 266.12º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8C4CDF is Cyan = 0.37, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 140 | 76 | 223 | - |
| CMYK | 0.37 | 0.66 | 0 | 0.13 |
| HSL | 266.12º | 0.7% | 0.59% | - |
| HSV(B) | 266.12º | 0.66% | 0.87% | - |
| XYZ | 26.72 | 16.07 | 71.51 | - |
| YUV | 111.89 | 190.7 | 148.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 76 | 223 | 0.37 | 0.66 | 0 | 0.13 | 266.12 | 0.7 | 0.59 |
| Hex | 8C | 4C | DF | 25 | 42 | 0 | D | 10A | 46 | 3B |
| Octal | 214 | 114 | 337 | 45 | 102 | 0 | 15 | 412 | 106 | 73 |
| Binary | 10001100 | 1001100 | 11011111 | 100101 | 1000010 | 0 | 1101 | 100001010 | 1000110 | 111011 |
Color Harmonies of #8C4CDF
Complementary color
Monochromatic Colors of #8C4CDF
Black with #8C4CDF
Text Example
Text Example
White with #8C4CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4CDF; }
p { color: rgb(140,76,223); }
H1.HeaderClassName
{
color: #8C4CDF;
}
.AnyTagClassName
{
color: #8C4CDF;
}
</style>
background-color css
<style>
a { background-color: #8C4CDF; }
a { background-color: rgb(140,76,223); }
div.DivClassName
{
background-color: #8C4CDF;
}
.BgClassName
{
background-color: #8C4CDF;
}
</style>
border-color css
<style>
span { border-color: #8C4CDF; }
span { border-color: rgb(140,76,223); }
td.TdClassName
{
border-color: #8C4CDF;
}
.TagClassName
{
border-color: #8C4CDF;
}
</style>