Shades of Deep Lilac #8C4CCB
Tints of Deep Lilac #8C4CCB
RGB
CMYK
RGB Variations
Color information
#8C4CCB (or 0x8C4CCB) is known color: Deep Lilac. HEX triplet: 8C, 4C and CB. RGB value is (140,76,203). Sum of RGB (Red+Green+Blue) = 140+76+203=419 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.41% from 419); Green value is 76 (30.08% from 255 or 18.14% from 419); Blue value is 203 (79.69% from 255 or 48.45% from 419); Max value from RGB is 203 - color contains mainly: blue. Hex color #8C4CCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C4CCB is #73B334. Grayscale: #6D6D6D. Windows color (decimal): -7582517 or 13323404. OLE color: 13323404.
HSL color Cylindrical-coordinate representation of color #8C4CCB: hue angle of 270.24º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8C4CCB is Cyan = 0.31, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 140 | 76 | 203 | - |
| CMYK | 0.31 | 0.63 | 0 | 0.20 |
| HSL | 270.24º | 0.55% | 0.55% | - |
| HSV(B) | 270.24º | 0.63% | 0.8% | - |
| XYZ | 24.18 | 15.06 | 58.13 | - |
| YUV | 109.61 | 180.7 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 76 | 203 | 0.31 | 0.63 | 0 | 0.20 | 270.24 | 0.55 | 0.55 |
| Hex | 8C | 4C | CB | 1F | 3F | 0 | 14 | 10E | 37 | 37 |
| Octal | 214 | 114 | 313 | 37 | 77 | 0 | 24 | 416 | 67 | 67 |
| Binary | 10001100 | 1001100 | 11001011 | 11111 | 111111 | 0 | 10100 | 100001110 | 110111 | 110111 |
Color Harmonies of #8C4CCB
Complementary color
Monochromatic Colors of #8C4CCB
Black with #8C4CCB
Text Example
Text Example
White with #8C4CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4CCB; }
p { color: rgb(140,76,203); }
H1.HeaderClassName
{
color: #8C4CCB;
}
.AnyTagClassName
{
color: #8C4CCB;
}
</style>
background-color css
<style>
a { background-color: #8C4CCB; }
a { background-color: rgb(140,76,203); }
div.DivClassName
{
background-color: #8C4CCB;
}
.BgClassName
{
background-color: #8C4CCB;
}
</style>
border-color css
<style>
span { border-color: #8C4CCB; }
span { border-color: rgb(140,76,203); }
td.TdClassName
{
border-color: #8C4CCB;
}
.TagClassName
{
border-color: #8C4CCB;
}
</style>