Shades of Deep Lilac #8A46BF
Tints of Deep Lilac #8A46BF
RGB
CMYK
RGB Variations
Color information
#8A46BF (or 0x8A46BF) is known color: Deep Lilac. HEX triplet: 8A, 46 and BF. RGB value is (138,70,191). Sum of RGB (Red+Green+Blue) = 138+70+191=399 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.59% from 399); Green value is 70 (27.73% from 255 or 17.54% from 399); Blue value is 191 (75% from 255 or 47.87% from 399); Max value from RGB is 191 - color contains mainly: blue. Hex color #8A46BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A46BF is #75B940. Grayscale: #676767. Windows color (decimal): -7715137 or 12535434. OLE color: 12535434.
HSL color Cylindrical-coordinate representation of color #8A46BF: hue angle of 273.72º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8A46BF is Cyan = 0.28, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 138 | 70 | 191 | - |
| CMYK | 0.28 | 0.63 | 0 | 0.25 |
| HSL | 273.72º | 0.49% | 0.51% | - |
| HSV(B) | 273.72º | 0.63% | 0.75% | - |
| XYZ | 22.08 | 13.55 | 50.74 | - |
| YUV | 104.13 | 177.03 | 152.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 70 | 191 | 0.28 | 0.63 | 0 | 0.25 | 273.72 | 0.49 | 0.51 |
| Hex | 8A | 46 | BF | 1C | 3F | 0 | 19 | 112 | 31 | 33 |
| Octal | 212 | 106 | 277 | 34 | 77 | 0 | 31 | 422 | 61 | 63 |
| Binary | 10001010 | 1000110 | 10111111 | 11100 | 111111 | 0 | 11001 | 100010010 | 110001 | 110011 |
Color Harmonies of #8A46BF
Complementary color
Monochromatic Colors of #8A46BF
Black with #8A46BF
Text Example
Text Example
White with #8A46BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A46BF; }
p { color: rgb(138,70,191); }
H1.HeaderClassName
{
color: #8A46BF;
}
.AnyTagClassName
{
color: #8A46BF;
}
</style>
background-color css
<style>
a { background-color: #8A46BF; }
a { background-color: rgb(138,70,191); }
div.DivClassName
{
background-color: #8A46BF;
}
.BgClassName
{
background-color: #8A46BF;
}
</style>
border-color css
<style>
span { border-color: #8A46BF; }
span { border-color: rgb(138,70,191); }
td.TdClassName
{
border-color: #8A46BF;
}
.TagClassName
{
border-color: #8A46BF;
}
</style>