Shades of Deep Lilac #8441BB
Tints of Deep Lilac #8441BB
RGB
CMYK
RGB Variations
Color information
#8441BB (or 0x8441BB) is known color: Deep Lilac. HEX triplet: 84, 41 and BB. RGB value is (132,65,187). Sum of RGB (Red+Green+Blue) = 132+65+187=384 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.38% from 384); Green value is 65 (25.78% from 255 or 16.93% from 384); Blue value is 187 (73.44% from 255 or 48.70% from 384); Max value from RGB is 187 - color contains mainly: blue. Hex color #8441BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8441BB is #7BBE44. Grayscale: #626262. Windows color (decimal): -8109637 or 12272004. OLE color: 12272004.
HSL color Cylindrical-coordinate representation of color #8441BB: hue angle of 272.95º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8441BB is Cyan = 0.29, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 65 | 187 | - |
| CMYK | 0.29 | 0.65 | 0 | 0.27 |
| HSL | 272.95º | 0.48% | 0.49% | - |
| HSV(B) | 272.95º | 0.65% | 0.73% | - |
| XYZ | 20.38 | 12.27 | 48.31 | - |
| YUV | 98.94 | 177.7 | 151.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 65 | 187 | 0.29 | 0.65 | 0 | 0.27 | 272.95 | 0.48 | 0.49 |
| Hex | 84 | 41 | BB | 1D | 41 | 0 | 1B | 111 | 30 | 31 |
| Octal | 204 | 101 | 273 | 35 | 101 | 0 | 33 | 421 | 60 | 61 |
| Binary | 10000100 | 1000001 | 10111011 | 11101 | 1000001 | 0 | 11011 | 100010001 | 110000 | 110001 |
Color Harmonies of #8441BB
Complementary color
Monochromatic Colors of #8441BB
Black with #8441BB
Text Example
Text Example
White with #8441BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8441BB; }
p { color: rgb(132,65,187); }
H1.HeaderClassName
{
color: #8441BB;
}
.AnyTagClassName
{
color: #8441BB;
}
</style>
background-color css
<style>
a { background-color: #8441BB; }
a { background-color: rgb(132,65,187); }
div.DivClassName
{
background-color: #8441BB;
}
.BgClassName
{
background-color: #8441BB;
}
</style>
border-color css
<style>
span { border-color: #8441BB; }
span { border-color: rgb(132,65,187); }
td.TdClassName
{
border-color: #8441BB;
}
.TagClassName
{
border-color: #8441BB;
}
</style>