Shades of Deep Lilac #8449BB
Tints of Deep Lilac #8449BB
RGB
CMYK
RGB Variations
Color information
#8449BB (or 0x8449BB) is known color: Deep Lilac. HEX triplet: 84, 49 and BB. RGB value is (132,73,187). Sum of RGB (Red+Green+Blue) = 132+73+187=392 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.67% from 392); Green value is 73 (28.91% from 255 or 18.62% from 392); Blue value is 187 (73.44% from 255 or 47.70% from 392); Max value from RGB is 187 - color contains mainly: blue. Hex color #8449BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8449BB is #7BB644. Grayscale: #676767. Windows color (decimal): -8107589 or 12274052. OLE color: 12274052.
HSL color Cylindrical-coordinate representation of color #8449BB: hue angle of 271.05º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8449BB is Cyan = 0.29, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 73 | 187 | - |
| CMYK | 0.29 | 0.61 | 0 | 0.27 |
| HSL | 271.05º | 0.46% | 0.51% | - |
| HSV(B) | 271.05º | 0.61% | 0.73% | - |
| XYZ | 20.87 | 13.26 | 48.47 | - |
| YUV | 103.64 | 175.05 | 148.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 73 | 187 | 0.29 | 0.61 | 0 | 0.27 | 271.05 | 0.46 | 0.51 |
| Hex | 84 | 49 | BB | 1D | 3D | 0 | 1B | 10F | 2E | 33 |
| Octal | 204 | 111 | 273 | 35 | 75 | 0 | 33 | 417 | 56 | 63 |
| Binary | 10000100 | 1001001 | 10111011 | 11101 | 111101 | 0 | 11011 | 100001111 | 101110 | 110011 |
Color Harmonies of #8449BB
Complementary color
Monochromatic Colors of #8449BB
Black with #8449BB
Text Example
Text Example
White with #8449BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8449BB; }
p { color: rgb(132,73,187); }
H1.HeaderClassName
{
color: #8449BB;
}
.AnyTagClassName
{
color: #8449BB;
}
</style>
background-color css
<style>
a { background-color: #8449BB; }
a { background-color: rgb(132,73,187); }
div.DivClassName
{
background-color: #8449BB;
}
.BgClassName
{
background-color: #8449BB;
}
</style>
border-color css
<style>
span { border-color: #8449BB; }
span { border-color: rgb(132,73,187); }
td.TdClassName
{
border-color: #8449BB;
}
.TagClassName
{
border-color: #8449BB;
}
</style>