Shades of Deep Lilac #8B46BA
Tints of Deep Lilac #8B46BA
RGB
CMYK
RGB Variations
Color information
#8B46BA (or 0x8B46BA) is known color: Deep Lilac. HEX triplet: 8B, 46 and BA. RGB value is (139,70,186). Sum of RGB (Red+Green+Blue) = 139+70+186=395 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.19% from 395); Green value is 70 (27.73% from 255 or 17.72% from 395); Blue value is 186 (73.05% from 255 or 47.09% from 395); Max value from RGB is 186 - color contains mainly: blue. Hex color #8B46BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B46BA is #74B945. Grayscale: #676767. Windows color (decimal): -7649606 or 12207755. OLE color: 12207755.
HSL color Cylindrical-coordinate representation of color #8B46BA: hue angle of 275.69º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8B46BA is Cyan = 0.25, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 139 | 70 | 186 | - |
| CMYK | 0.25 | 0.62 | 0 | 0.27 |
| HSL | 275.69º | 0.46% | 0.5% | - |
| HSV(B) | 275.69º | 0.62% | 0.73% | - |
| XYZ | 21.7 | 13.41 | 47.9 | - |
| YUV | 103.86 | 174.36 | 153.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 70 | 186 | 0.25 | 0.62 | 0 | 0.27 | 275.69 | 0.46 | 0.5 |
| Hex | 8B | 46 | BA | 19 | 3E | 0 | 1B | 114 | 2E | 32 |
| Octal | 213 | 106 | 272 | 31 | 76 | 0 | 33 | 424 | 56 | 62 |
| Binary | 10001011 | 1000110 | 10111010 | 11001 | 111110 | 0 | 11011 | 100010100 | 101110 | 110010 |
Color Harmonies of #8B46BA
Complementary color
Monochromatic Colors of #8B46BA
Black with #8B46BA
Text Example
Text Example
White with #8B46BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B46BA; }
p { color: rgb(139,70,186); }
H1.HeaderClassName
{
color: #8B46BA;
}
.AnyTagClassName
{
color: #8B46BA;
}
</style>
background-color css
<style>
a { background-color: #8B46BA; }
a { background-color: rgb(139,70,186); }
div.DivClassName
{
background-color: #8B46BA;
}
.BgClassName
{
background-color: #8B46BA;
}
</style>
border-color css
<style>
span { border-color: #8B46BA; }
span { border-color: rgb(139,70,186); }
td.TdClassName
{
border-color: #8B46BA;
}
.TagClassName
{
border-color: #8B46BA;
}
</style>