Shades of Deep Lilac #8C3FB1
Tints of Deep Lilac #8C3FB1
RGB
CMYK
RGB Variations
Color information
#8C3FB1 (or 0x8C3FB1) is known color: Deep Lilac. HEX triplet: 8C, 3F and B1. RGB value is (140,63,177). Sum of RGB (Red+Green+Blue) = 140+63+177=380 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.84% from 380); Green value is 63 (25% from 255 or 16.58% from 380); Blue value is 177 (69.53% from 255 or 46.58% from 380); Max value from RGB is 177 - color contains mainly: blue. Hex color #8C3FB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C3FB1 is #73C04E. Grayscale: #626262. Windows color (decimal): -7585871 or 11616140. OLE color: 11616140.
HSL color Cylindrical-coordinate representation of color #8C3FB1: hue angle of 280.53º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8C3FB1 is Cyan = 0.21, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 140 | 63 | 177 | - |
| CMYK | 0.21 | 0.64 | 0 | 0.31 |
| HSL | 280.53º | 0.48% | 0.47% | - |
| HSV(B) | 280.53º | 0.64% | 0.69% | - |
| XYZ | 20.53 | 12.3 | 42.89 | - |
| YUV | 99.02 | 172.01 | 157.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 63 | 177 | 0.21 | 0.64 | 0 | 0.31 | 280.53 | 0.48 | 0.47 |
| Hex | 8C | 3F | B1 | 15 | 40 | 0 | 1F | 119 | 30 | 2F |
| Octal | 214 | 77 | 261 | 25 | 100 | 0 | 37 | 431 | 60 | 57 |
| Binary | 10001100 | 111111 | 10110001 | 10101 | 1000000 | 0 | 11111 | 100011001 | 110000 | 101111 |
Color Harmonies of #8C3FB1
Complementary color
Monochromatic Colors of #8C3FB1
Black with #8C3FB1
Text Example
Text Example
White with #8C3FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3FB1; }
p { color: rgb(140,63,177); }
H1.HeaderClassName
{
color: #8C3FB1;
}
.AnyTagClassName
{
color: #8C3FB1;
}
</style>
background-color css
<style>
a { background-color: #8C3FB1; }
a { background-color: rgb(140,63,177); }
div.DivClassName
{
background-color: #8C3FB1;
}
.BgClassName
{
background-color: #8C3FB1;
}
</style>
border-color css
<style>
span { border-color: #8C3FB1; }
span { border-color: rgb(140,63,177); }
td.TdClassName
{
border-color: #8C3FB1;
}
.TagClassName
{
border-color: #8C3FB1;
}
</style>