Shades of Deep Lilac #8C4BBC
Tints of Deep Lilac #8C4BBC
RGB
CMYK
RGB Variations
Color information
#8C4BBC (or 0x8C4BBC) is known color: Deep Lilac. HEX triplet: 8C, 4B and BC. RGB value is (140,75,188). Sum of RGB (Red+Green+Blue) = 140+75+188=403 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.74% from 403); Green value is 75 (29.69% from 255 or 18.61% from 403); Blue value is 188 (73.83% from 255 or 46.65% from 403); Max value from RGB is 188 - color contains mainly: blue. Hex color #8C4BBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C4BBC is #73B443. Grayscale: #6A6A6A. Windows color (decimal): -7582788 or 12340108. OLE color: 12340108.
HSL color Cylindrical-coordinate representation of color #8C4BBC: hue angle of 274.51º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8C4BBC is Cyan = 0.26, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 140 | 75 | 188 | - |
| CMYK | 0.26 | 0.60 | 0 | 0.26 |
| HSL | 274.51º | 0.46% | 0.52% | - |
| HSV(B) | 274.51º | 0.6% | 0.74% | - |
| XYZ | 22.41 | 14.24 | 49.14 | - |
| YUV | 107.32 | 173.53 | 151.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 75 | 188 | 0.26 | 0.60 | 0 | 0.26 | 274.51 | 0.46 | 0.52 |
| Hex | 8C | 4B | BC | 1A | 3C | 0 | 1A | 113 | 2E | 34 |
| Octal | 214 | 113 | 274 | 32 | 74 | 0 | 32 | 423 | 56 | 64 |
| Binary | 10001100 | 1001011 | 10111100 | 11010 | 111100 | 0 | 11010 | 100010011 | 101110 | 110100 |
Color Harmonies of #8C4BBC
Complementary color
Monochromatic Colors of #8C4BBC
Black with #8C4BBC
Text Example
Text Example
White with #8C4BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4BBC; }
p { color: rgb(140,75,188); }
H1.HeaderClassName
{
color: #8C4BBC;
}
.AnyTagClassName
{
color: #8C4BBC;
}
</style>
background-color css
<style>
a { background-color: #8C4BBC; }
a { background-color: rgb(140,75,188); }
div.DivClassName
{
background-color: #8C4BBC;
}
.BgClassName
{
background-color: #8C4BBC;
}
</style>
border-color css
<style>
span { border-color: #8C4BBC; }
span { border-color: rgb(140,75,188); }
td.TdClassName
{
border-color: #8C4BBC;
}
.TagClassName
{
border-color: #8C4BBC;
}
</style>