Shades of Deep Lilac #8449BE
Tints of Deep Lilac #8449BE
RGB
CMYK
RGB Variations
Color information
#8449BE (or 0x8449BE) is known color: Deep Lilac. HEX triplet: 84, 49 and BE. RGB value is (132,73,190). Sum of RGB (Red+Green+Blue) = 132+73+190=395 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.42% from 395); Green value is 73 (28.91% from 255 or 18.48% from 395); Blue value is 190 (74.61% from 255 or 48.10% from 395); Max value from RGB is 190 - color contains mainly: blue. Hex color #8449BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8449BE is #7BB641. Grayscale: #676767. Windows color (decimal): -8107586 or 12470660. OLE color: 12470660.
HSL color Cylindrical-coordinate representation of color #8449BE: hue angle of 270.26º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8449BE is Cyan = 0.31, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 132 | 73 | 190 | - |
| CMYK | 0.31 | 0.62 | 0 | 0.25 |
| HSL | 270.26º | 0.47% | 0.52% | - |
| HSV(B) | 270.26º | 0.62% | 0.75% | - |
| XYZ | 21.19 | 13.39 | 50.18 | - |
| YUV | 103.98 | 176.55 | 147.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 73 | 190 | 0.31 | 0.62 | 0 | 0.25 | 270.26 | 0.47 | 0.52 |
| Hex | 84 | 49 | BE | 1F | 3E | 0 | 19 | 10E | 2F | 34 |
| Octal | 204 | 111 | 276 | 37 | 76 | 0 | 31 | 416 | 57 | 64 |
| Binary | 10000100 | 1001001 | 10111110 | 11111 | 111110 | 0 | 11001 | 100001110 | 101111 | 110100 |
Color Harmonies of #8449BE
Complementary color
Monochromatic Colors of #8449BE
Black with #8449BE
Text Example
Text Example
White with #8449BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8449BE; }
p { color: rgb(132,73,190); }
H1.HeaderClassName
{
color: #8449BE;
}
.AnyTagClassName
{
color: #8449BE;
}
</style>
background-color css
<style>
a { background-color: #8449BE; }
a { background-color: rgb(132,73,190); }
div.DivClassName
{
background-color: #8449BE;
}
.BgClassName
{
background-color: #8449BE;
}
</style>
border-color css
<style>
span { border-color: #8449BE; }
span { border-color: rgb(132,73,190); }
td.TdClassName
{
border-color: #8449BE;
}
.TagClassName
{
border-color: #8449BE;
}
</style>