Shades of Deep Lilac #8B46BE
Tints of Deep Lilac #8B46BE
RGB
CMYK
RGB Variations
Color information
#8B46BE (or 0x8B46BE) is known color: Deep Lilac. HEX triplet: 8B, 46 and BE. RGB value is (139,70,190). Sum of RGB (Red+Green+Blue) = 139+70+190=399 (52% of max value = 765). Red value is 139 (54.69% from 255 or 34.84% from 399); Green value is 70 (27.73% from 255 or 17.54% from 399); Blue value is 190 (74.61% from 255 or 47.62% from 399); Max value from RGB is 190 - color contains mainly: blue. Hex color #8B46BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B46BE is #74B941. Grayscale: #676767. Windows color (decimal): -7649602 or 12469899. OLE color: 12469899.
HSL color Cylindrical-coordinate representation of color #8B46BE: hue angle of 274.5º degrees, saturation: 0.48, 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 #8B46BE is Cyan = 0.27, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 139 | 70 | 190 | - |
| CMYK | 0.27 | 0.63 | 0 | 0.25 |
| HSL | 274.5º | 0.48% | 0.51% | - |
| HSV(B) | 274.5º | 0.63% | 0.75% | - |
| XYZ | 22.13 | 13.59 | 50.17 | - |
| YUV | 104.31 | 176.36 | 152.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 70 | 190 | 0.27 | 0.63 | 0 | 0.25 | 274.5 | 0.48 | 0.51 |
| Hex | 8B | 46 | BE | 1B | 3F | 0 | 19 | 112 | 30 | 33 |
| Octal | 213 | 106 | 276 | 33 | 77 | 0 | 31 | 422 | 60 | 63 |
| Binary | 10001011 | 1000110 | 10111110 | 11011 | 111111 | 0 | 11001 | 100010010 | 110000 | 110011 |
Color Harmonies of #8B46BE
Complementary color
Monochromatic Colors of #8B46BE
Black with #8B46BE
Text Example
Text Example
White with #8B46BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B46BE; }
p { color: rgb(139,70,190); }
H1.HeaderClassName
{
color: #8B46BE;
}
.AnyTagClassName
{
color: #8B46BE;
}
</style>
background-color css
<style>
a { background-color: #8B46BE; }
a { background-color: rgb(139,70,190); }
div.DivClassName
{
background-color: #8B46BE;
}
.BgClassName
{
background-color: #8B46BE;
}
</style>
border-color css
<style>
span { border-color: #8B46BE; }
span { border-color: rgb(139,70,190); }
td.TdClassName
{
border-color: #8B46BE;
}
.TagClassName
{
border-color: #8B46BE;
}
</style>