Shades of Deep Lilac #8B43BA
Tints of Deep Lilac #8B43BA
RGB
CMYK
RGB Variations
Color information
#8B43BA (or 0x8B43BA) is known color: Deep Lilac. HEX triplet: 8B, 43 and BA. RGB value is (139,67,186). Sum of RGB (Red+Green+Blue) = 139+67+186=392 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.46% from 392); Green value is 67 (26.56% from 255 or 17.09% from 392); Blue value is 186 (73.05% from 255 or 47.45% from 392); Max value from RGB is 186 - color contains mainly: blue. Hex color #8B43BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B43BA is #74BC45. Grayscale: #656565. Windows color (decimal): -7650374 or 12206987. OLE color: 12206987.
HSL color Cylindrical-coordinate representation of color #8B43BA: hue angle of 276.3º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8B43BA is Cyan = 0.25, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 139 | 67 | 186 | - |
| CMYK | 0.25 | 0.64 | 0 | 0.27 |
| HSL | 276.3º | 0.47% | 0.5% | - |
| HSV(B) | 276.3º | 0.64% | 0.73% | - |
| XYZ | 21.52 | 13.05 | 47.84 | - |
| YUV | 102.09 | 175.35 | 154.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 67 | 186 | 0.25 | 0.64 | 0 | 0.27 | 276.3 | 0.47 | 0.5 |
| Hex | 8B | 43 | BA | 19 | 40 | 0 | 1B | 114 | 2F | 32 |
| Octal | 213 | 103 | 272 | 31 | 100 | 0 | 33 | 424 | 57 | 62 |
| Binary | 10001011 | 1000011 | 10111010 | 11001 | 1000000 | 0 | 11011 | 100010100 | 101111 | 110010 |
Color Harmonies of #8B43BA
Complementary color
Monochromatic Colors of #8B43BA
Black with #8B43BA
Text Example
Text Example
White with #8B43BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B43BA; }
p { color: rgb(139,67,186); }
H1.HeaderClassName
{
color: #8B43BA;
}
.AnyTagClassName
{
color: #8B43BA;
}
</style>
background-color css
<style>
a { background-color: #8B43BA; }
a { background-color: rgb(139,67,186); }
div.DivClassName
{
background-color: #8B43BA;
}
.BgClassName
{
background-color: #8B43BA;
}
</style>
border-color css
<style>
span { border-color: #8B43BA; }
span { border-color: rgb(139,67,186); }
td.TdClassName
{
border-color: #8B43BA;
}
.TagClassName
{
border-color: #8B43BA;
}
</style>