Shades of Deep Lilac #8C3DB0
Tints of Deep Lilac #8C3DB0
RGB
CMYK
RGB Variations
Color information
#8C3DB0 (or 0x8C3DB0) is known color: Deep Lilac. HEX triplet: 8C, 3D and B0. RGB value is (140,61,176). Sum of RGB (Red+Green+Blue) = 140+61+176=377 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.14% from 377); Green value is 61 (24.22% from 255 or 16.18% from 377); Blue value is 176 (69.14% from 255 or 46.68% from 377); Max value from RGB is 176 - color contains mainly: blue. Hex color #8C3DB0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C3DB0 is #73C24F. Grayscale: #616161. Windows color (decimal): -7586384 or 11550092. OLE color: 11550092.
HSL color Cylindrical-coordinate representation of color #8C3DB0: hue angle of 281.22º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8C3DB0 is Cyan = 0.20, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 140 | 61 | 176 | - |
| CMYK | 0.20 | 0.65 | 0 | 0.31 |
| HSL | 281.22º | 0.49% | 0.46% | - |
| HSV(B) | 281.22º | 0.65% | 0.69% | - |
| XYZ | 20.32 | 12.05 | 42.33 | - |
| YUV | 97.73 | 172.17 | 158.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 61 | 176 | 0.20 | 0.65 | 0 | 0.31 | 281.22 | 0.49 | 0.46 |
| Hex | 8C | 3D | B0 | 14 | 41 | 0 | 1F | 119 | 31 | 2E |
| Octal | 214 | 75 | 260 | 24 | 101 | 0 | 37 | 431 | 61 | 56 |
| Binary | 10001100 | 111101 | 10110000 | 10100 | 1000001 | 0 | 11111 | 100011001 | 110001 | 101110 |
Color Harmonies of #8C3DB0
Complementary color
Monochromatic Colors of #8C3DB0
Black with #8C3DB0
Text Example
Text Example
White with #8C3DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3DB0; }
p { color: rgb(140,61,176); }
H1.HeaderClassName
{
color: #8C3DB0;
}
.AnyTagClassName
{
color: #8C3DB0;
}
</style>
background-color css
<style>
a { background-color: #8C3DB0; }
a { background-color: rgb(140,61,176); }
div.DivClassName
{
background-color: #8C3DB0;
}
.BgClassName
{
background-color: #8C3DB0;
}
</style>
border-color css
<style>
span { border-color: #8C3DB0; }
span { border-color: rgb(140,61,176); }
td.TdClassName
{
border-color: #8C3DB0;
}
.TagClassName
{
border-color: #8C3DB0;
}
</style>