Shades of Deep Lilac #844BBB
Tints of Deep Lilac #844BBB
RGB
CMYK
RGB Variations
Color information
#844BBB (or 0x844BBB) is known color: Deep Lilac. HEX triplet: 84, 4B and BB. RGB value is (132,75,187). Sum of RGB (Red+Green+Blue) = 132+75+187=394 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.50% from 394); Green value is 75 (29.69% from 255 or 19.04% from 394); Blue value is 187 (73.44% from 255 or 47.46% from 394); Max value from RGB is 187 - color contains mainly: blue. Hex color #844BBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #844BBB is #7BB444. Grayscale: #686868. Windows color (decimal): -8107077 or 12274564. OLE color: 12274564.
HSL color Cylindrical-coordinate representation of color #844BBB: hue angle of 270.54º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #844BBB is Cyan = 0.29, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 75 | 187 | - |
| CMYK | 0.29 | 0.60 | 0 | 0.27 |
| HSL | 270.54º | 0.45% | 0.51% | - |
| HSV(B) | 270.54º | 0.6% | 0.73% | - |
| XYZ | 21 | 13.53 | 48.52 | - |
| YUV | 104.81 | 174.38 | 147.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 75 | 187 | 0.29 | 0.60 | 0 | 0.27 | 270.54 | 0.45 | 0.51 |
| Hex | 84 | 4B | BB | 1D | 3C | 0 | 1B | 10F | 2D | 33 |
| Octal | 204 | 113 | 273 | 35 | 74 | 0 | 33 | 417 | 55 | 63 |
| Binary | 10000100 | 1001011 | 10111011 | 11101 | 111100 | 0 | 11011 | 100001111 | 101101 | 110011 |
Color Harmonies of #844BBB
Complementary color
Monochromatic Colors of #844BBB
Black with #844BBB
Text Example
Text Example
White with #844BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844BBB; }
p { color: rgb(132,75,187); }
H1.HeaderClassName
{
color: #844BBB;
}
.AnyTagClassName
{
color: #844BBB;
}
</style>
background-color css
<style>
a { background-color: #844BBB; }
a { background-color: rgb(132,75,187); }
div.DivClassName
{
background-color: #844BBB;
}
.BgClassName
{
background-color: #844BBB;
}
</style>
border-color css
<style>
span { border-color: #844BBB; }
span { border-color: rgb(132,75,187); }
td.TdClassName
{
border-color: #844BBB;
}
.TagClassName
{
border-color: #844BBB;
}
</style>