Shades of Deep Lilac #8C60B3
Tints of Deep Lilac #8C60B3
RGB
CMYK
RGB Variations
Color information
#8C60B3 (or 0x8C60B3) is known color: Deep Lilac. HEX triplet: 8C, 60 and B3. RGB value is (140,96,179). Sum of RGB (Red+Green+Blue) = 140+96+179=415 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.73% from 415); Green value is 96 (37.89% from 255 or 23.13% from 415); Blue value is 179 (70.31% from 255 or 43.13% from 415); Max value from RGB is 179 - color contains mainly: blue. Hex color #8C60B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C60B3 is #739F4C. Grayscale: #767676. Windows color (decimal): -7577421 or 11755660. OLE color: 11755660.
HSL color Cylindrical-coordinate representation of color #8C60B3: hue angle of 271.81º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8C60B3 is Cyan = 0.22, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 140 | 96 | 179 | - |
| CMYK | 0.22 | 0.46 | 0 | 0.30 |
| HSL | 271.81º | 0.35% | 0.54% | - |
| HSV(B) | 271.81º | 0.46% | 0.7% | - |
| XYZ | 23.13 | 17.2 | 44.75 | - |
| YUV | 118.62 | 162.08 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 96 | 179 | 0.22 | 0.46 | 0 | 0.30 | 271.81 | 0.35 | 0.54 |
| Hex | 8C | 60 | B3 | 16 | 2E | 0 | 1E | 110 | 23 | 36 |
| Octal | 214 | 140 | 263 | 26 | 56 | 0 | 36 | 420 | 43 | 66 |
| Binary | 10001100 | 1100000 | 10110011 | 10110 | 101110 | 0 | 11110 | 100010000 | 100011 | 110110 |
Color Harmonies of #8C60B3
Complementary color
Monochromatic Colors of #8C60B3
Black with #8C60B3
Text Example
Text Example
White with #8C60B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C60B3; }
p { color: rgb(140,96,179); }
H1.HeaderClassName
{
color: #8C60B3;
}
.AnyTagClassName
{
color: #8C60B3;
}
</style>
background-color css
<style>
a { background-color: #8C60B3; }
a { background-color: rgb(140,96,179); }
div.DivClassName
{
background-color: #8C60B3;
}
.BgClassName
{
background-color: #8C60B3;
}
</style>
border-color css
<style>
span { border-color: #8C60B3; }
span { border-color: rgb(140,96,179); }
td.TdClassName
{
border-color: #8C60B3;
}
.TagClassName
{
border-color: #8C60B3;
}
</style>