Shades of Deep Lilac #8C46BA
Tints of Deep Lilac #8C46BA
RGB
CMYK
RGB Variations
Color information
#8C46BA (or 0x8C46BA) is known color: Deep Lilac. HEX triplet: 8C, 46 and BA. RGB value is (140,70,186). Sum of RGB (Red+Green+Blue) = 140+70+186=396 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.35% from 396); Green value is 70 (27.73% from 255 or 17.68% from 396); Blue value is 186 (73.05% from 255 or 46.97% from 396); Max value from RGB is 186 - color contains mainly: blue. Hex color #8C46BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C46BA is #73B945. Grayscale: #676767. Windows color (decimal): -7584070 or 12207756. OLE color: 12207756.
HSL color Cylindrical-coordinate representation of color #8C46BA: hue angle of 276.21º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8C46BA is Cyan = 0.25, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 140 | 70 | 186 | - |
| CMYK | 0.25 | 0.62 | 0 | 0.27 |
| HSL | 276.21º | 0.46% | 0.5% | - |
| HSV(B) | 276.21º | 0.62% | 0.73% | - |
| XYZ | 21.87 | 13.5 | 47.91 | - |
| YUV | 104.15 | 174.19 | 153.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 70 | 186 | 0.25 | 0.62 | 0 | 0.27 | 276.21 | 0.46 | 0.5 |
| Hex | 8C | 46 | BA | 19 | 3E | 0 | 1B | 114 | 2E | 32 |
| Octal | 214 | 106 | 272 | 31 | 76 | 0 | 33 | 424 | 56 | 62 |
| Binary | 10001100 | 1000110 | 10111010 | 11001 | 111110 | 0 | 11011 | 100010100 | 101110 | 110010 |
Color Harmonies of #8C46BA
Complementary color
Monochromatic Colors of #8C46BA
Black with #8C46BA
Text Example
Text Example
White with #8C46BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C46BA; }
p { color: rgb(140,70,186); }
H1.HeaderClassName
{
color: #8C46BA;
}
.AnyTagClassName
{
color: #8C46BA;
}
</style>
background-color css
<style>
a { background-color: #8C46BA; }
a { background-color: rgb(140,70,186); }
div.DivClassName
{
background-color: #8C46BA;
}
.BgClassName
{
background-color: #8C46BA;
}
</style>
border-color css
<style>
span { border-color: #8C46BA; }
span { border-color: rgb(140,70,186); }
td.TdClassName
{
border-color: #8C46BA;
}
.TagClassName
{
border-color: #8C46BA;
}
</style>