Shades of Deep Lilac #8C3DB1
Tints of Deep Lilac #8C3DB1
RGB
CMYK
RGB Variations
Color information
#8C3DB1 (or 0x8C3DB1) is known color: Deep Lilac. HEX triplet: 8C, 3D and B1. RGB value is (140,61,177). Sum of RGB (Red+Green+Blue) = 140+61+177=378 (50% of max value = 765). Red value is 140 (55.08% from 255 or 37.04% from 378); Green value is 61 (24.22% from 255 or 16.14% from 378); Blue value is 177 (69.53% from 255 or 46.83% from 378); Max value from RGB is 177 - color contains mainly: blue. Hex color #8C3DB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C3DB1 is #73C24E. Grayscale: #616161. Windows color (decimal): -7586383 or 11615628. OLE color: 11615628.
HSL color Cylindrical-coordinate representation of color #8C3DB1: hue angle of 280.86º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8C3DB1 is Cyan = 0.21, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 140 | 61 | 177 | - |
| CMYK | 0.21 | 0.66 | 0 | 0.31 |
| HSL | 280.86º | 0.49% | 0.47% | - |
| HSV(B) | 280.86º | 0.66% | 0.69% | - |
| XYZ | 20.42 | 12.09 | 42.85 | - |
| YUV | 97.85 | 172.67 | 158.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 61 | 177 | 0.21 | 0.66 | 0 | 0.31 | 280.86 | 0.49 | 0.47 |
| Hex | 8C | 3D | B1 | 15 | 42 | 0 | 1F | 119 | 31 | 2F |
| Octal | 214 | 75 | 261 | 25 | 102 | 0 | 37 | 431 | 61 | 57 |
| Binary | 10001100 | 111101 | 10110001 | 10101 | 1000010 | 0 | 11111 | 100011001 | 110001 | 101111 |
Color Harmonies of #8C3DB1
Complementary color
Monochromatic Colors of #8C3DB1
Black with #8C3DB1
Text Example
Text Example
White with #8C3DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3DB1; }
p { color: rgb(140,61,177); }
H1.HeaderClassName
{
color: #8C3DB1;
}
.AnyTagClassName
{
color: #8C3DB1;
}
</style>
background-color css
<style>
a { background-color: #8C3DB1; }
a { background-color: rgb(140,61,177); }
div.DivClassName
{
background-color: #8C3DB1;
}
.BgClassName
{
background-color: #8C3DB1;
}
</style>
border-color css
<style>
span { border-color: #8C3DB1; }
span { border-color: rgb(140,61,177); }
td.TdClassName
{
border-color: #8C3DB1;
}
.TagClassName
{
border-color: #8C3DB1;
}
</style>