Shades of Blue Violet #8C3FDC
Tints of Blue Violet #8C3FDC
RGB
CMYK
RGB Variations
Color information
#8C3FDC (or 0x8C3FDC) is known color: Blue Violet. HEX triplet: 8C, 3F and DC. RGB value is (140,63,220). Sum of RGB (Red+Green+Blue) = 140+63+220=423 (56% of max value = 765). Red value is 140 (55.08% from 255 or 33.10% from 423); Green value is 63 (25% from 255 or 14.89% from 423); Blue value is 220 (86.33% from 255 or 52.01% from 423); Max value from RGB is 220 - color contains mainly: blue. Hex color #8C3FDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C3FDC is #73C023. Grayscale: #676767. Windows color (decimal): -7585828 or 14434188. OLE color: 14434188.
HSL color Cylindrical-coordinate representation of color #8C3FDC: hue angle of 269.43º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8C3FDC is Cyan = 0.36, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 140 | 63 | 220 | - |
| CMYK | 0.36 | 0.71 | 0 | 0.14 |
| HSL | 269.43º | 0.69% | 0.55% | - |
| HSV(B) | 269.43º | 0.71% | 0.86% | - |
| XYZ | 25.51 | 14.3 | 69.13 | - |
| YUV | 103.92 | 193.51 | 153.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 63 | 220 | 0.36 | 0.71 | 0 | 0.14 | 269.43 | 0.69 | 0.55 |
| Hex | 8C | 3F | DC | 24 | 47 | 0 | E | 10D | 45 | 37 |
| Octal | 214 | 77 | 334 | 44 | 107 | 0 | 16 | 415 | 105 | 67 |
| Binary | 10001100 | 111111 | 11011100 | 100100 | 1000111 | 0 | 1110 | 100001101 | 1000101 | 110111 |
Color Harmonies of #8C3FDC
Complementary color
Monochromatic Colors of #8C3FDC
Black with #8C3FDC
Text Example
Text Example
White with #8C3FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3FDC; }
p { color: rgb(140,63,220); }
H1.HeaderClassName
{
color: #8C3FDC;
}
.AnyTagClassName
{
color: #8C3FDC;
}
</style>
background-color css
<style>
a { background-color: #8C3FDC; }
a { background-color: rgb(140,63,220); }
div.DivClassName
{
background-color: #8C3FDC;
}
.BgClassName
{
background-color: #8C3FDC;
}
</style>
border-color css
<style>
span { border-color: #8C3FDC; }
span { border-color: rgb(140,63,220); }
td.TdClassName
{
border-color: #8C3FDC;
}
.TagClassName
{
border-color: #8C3FDC;
}
</style>