Shades of Deep Lilac #8D42BF
Tints of Deep Lilac #8D42BF
RGB
CMYK
RGB Variations
Color information
#8D42BF (or 0x8D42BF) is known color: Deep Lilac. HEX triplet: 8D, 42 and BF. RGB value is (141,66,191). Sum of RGB (Red+Green+Blue) = 141+66+191=398 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.43% from 398); Green value is 66 (26.17% from 255 or 16.58% from 398); Blue value is 191 (75% from 255 or 47.99% from 398); Max value from RGB is 191 - color contains mainly: blue. Hex color #8D42BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D42BF is #72BD40. Grayscale: #666666. Windows color (decimal): -7519553 or 12534413. OLE color: 12534413.
HSL color Cylindrical-coordinate representation of color #8D42BF: hue angle of 276º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8D42BF is Cyan = 0.26, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 141 | 66 | 191 | - |
| CMYK | 0.26 | 0.65 | 0 | 0.25 |
| HSL | 276º | 0.49% | 0.5% | - |
| HSV(B) | 276º | 0.65% | 0.75% | - |
| XYZ | 22.34 | 13.32 | 50.68 | - |
| YUV | 102.68 | 177.85 | 155.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 66 | 191 | 0.26 | 0.65 | 0 | 0.25 | 276 | 0.49 | 0.5 |
| Hex | 8D | 42 | BF | 1A | 41 | 0 | 19 | 114 | 31 | 32 |
| Octal | 215 | 102 | 277 | 32 | 101 | 0 | 31 | 424 | 61 | 62 |
| Binary | 10001101 | 1000010 | 10111111 | 11010 | 1000001 | 0 | 11001 | 100010100 | 110001 | 110010 |
Color Harmonies of #8D42BF
Complementary color
Monochromatic Colors of #8D42BF
Black with #8D42BF
Text Example
Text Example
White with #8D42BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D42BF; }
p { color: rgb(141,66,191); }
H1.HeaderClassName
{
color: #8D42BF;
}
.AnyTagClassName
{
color: #8D42BF;
}
</style>
background-color css
<style>
a { background-color: #8D42BF; }
a { background-color: rgb(141,66,191); }
div.DivClassName
{
background-color: #8D42BF;
}
.BgClassName
{
background-color: #8D42BF;
}
</style>
border-color css
<style>
span { border-color: #8D42BF; }
span { border-color: rgb(141,66,191); }
td.TdClassName
{
border-color: #8D42BF;
}
.TagClassName
{
border-color: #8D42BF;
}
</style>