Shades of Deep Lilac #8D60B3
Tints of Deep Lilac #8D60B3
RGB
CMYK
RGB Variations
Color information
#8D60B3 (or 0x8D60B3) is known color: Deep Lilac. HEX triplet: 8D, 60 and B3. RGB value is (141,96,179). Sum of RGB (Red+Green+Blue) = 141+96+179=416 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.89% from 416); Green value is 96 (37.89% from 255 or 23.08% from 416); Blue value is 179 (70.31% from 255 or 43.03% from 416); Max value from RGB is 179 - color contains mainly: blue. Hex color #8D60B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D60B3 is #729F4C. Grayscale: #767676. Windows color (decimal): -7511885 or 11755661. OLE color: 11755661.
HSL color Cylindrical-coordinate representation of color #8D60B3: hue angle of 272.53º 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 #8D60B3 is Cyan = 0.21, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 141 | 96 | 179 | - |
| CMYK | 0.21 | 0.46 | 0 | 0.30 |
| HSL | 272.53º | 0.35% | 0.54% | - |
| HSV(B) | 272.53º | 0.46% | 0.7% | - |
| XYZ | 23.3 | 17.28 | 44.76 | - |
| YUV | 118.92 | 161.91 | 143.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 96 | 179 | 0.21 | 0.46 | 0 | 0.30 | 272.53 | 0.35 | 0.54 |
| Hex | 8D | 60 | B3 | 15 | 2E | 0 | 1E | 111 | 23 | 36 |
| Octal | 215 | 140 | 263 | 25 | 56 | 0 | 36 | 421 | 43 | 66 |
| Binary | 10001101 | 1100000 | 10110011 | 10101 | 101110 | 0 | 11110 | 100010001 | 100011 | 110110 |
Color Harmonies of #8D60B3
Complementary color
Monochromatic Colors of #8D60B3
Black with #8D60B3
Text Example
Text Example
White with #8D60B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D60B3; }
p { color: rgb(141,96,179); }
H1.HeaderClassName
{
color: #8D60B3;
}
.AnyTagClassName
{
color: #8D60B3;
}
</style>
background-color css
<style>
a { background-color: #8D60B3; }
a { background-color: rgb(141,96,179); }
div.DivClassName
{
background-color: #8D60B3;
}
.BgClassName
{
background-color: #8D60B3;
}
</style>
border-color css
<style>
span { border-color: #8D60B3; }
span { border-color: rgb(141,96,179); }
td.TdClassName
{
border-color: #8D60B3;
}
.TagClassName
{
border-color: #8D60B3;
}
</style>