Shades of Deep Lilac #8C3FB2
Tints of Deep Lilac #8C3FB2
RGB
CMYK
RGB Variations
Color information
#8C3FB2 (or 0x8C3FB2) is known color: Deep Lilac. HEX triplet: 8C, 3F and B2. RGB value is (140,63,178). Sum of RGB (Red+Green+Blue) = 140+63+178=381 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.75% from 381); Green value is 63 (25% from 255 or 16.54% from 381); Blue value is 178 (69.92% from 255 or 46.72% from 381); Max value from RGB is 178 - color contains mainly: blue. Hex color #8C3FB2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C3FB2 is #73C04D. Grayscale: #626262. Windows color (decimal): -7585870 or 11681676. OLE color: 11681676.
HSL color Cylindrical-coordinate representation of color #8C3FB2: hue angle of 280.17º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8C3FB2 is Cyan = 0.21, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 140 | 63 | 178 | - |
| CMYK | 0.21 | 0.65 | 0 | 0.30 |
| HSL | 280.17º | 0.48% | 0.47% | - |
| HSV(B) | 280.17º | 0.65% | 0.7% | - |
| XYZ | 20.63 | 12.34 | 43.42 | - |
| YUV | 99.13 | 172.51 | 157.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 63 | 178 | 0.21 | 0.65 | 0 | 0.30 | 280.17 | 0.48 | 0.47 |
| Hex | 8C | 3F | B2 | 15 | 41 | 0 | 1E | 118 | 30 | 2F |
| Octal | 214 | 77 | 262 | 25 | 101 | 0 | 36 | 430 | 60 | 57 |
| Binary | 10001100 | 111111 | 10110010 | 10101 | 1000001 | 0 | 11110 | 100011000 | 110000 | 101111 |
Color Harmonies of #8C3FB2
Complementary color
Monochromatic Colors of #8C3FB2
Black with #8C3FB2
Text Example
Text Example
White with #8C3FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3FB2; }
p { color: rgb(140,63,178); }
H1.HeaderClassName
{
color: #8C3FB2;
}
.AnyTagClassName
{
color: #8C3FB2;
}
</style>
background-color css
<style>
a { background-color: #8C3FB2; }
a { background-color: rgb(140,63,178); }
div.DivClassName
{
background-color: #8C3FB2;
}
.BgClassName
{
background-color: #8C3FB2;
}
</style>
border-color css
<style>
span { border-color: #8C3FB2; }
span { border-color: rgb(140,63,178); }
td.TdClassName
{
border-color: #8C3FB2;
}
.TagClassName
{
border-color: #8C3FB2;
}
</style>