Shades of Deep Lilac #844BC1
Tints of Deep Lilac #844BC1
RGB
CMYK
RGB Variations
Color information
#844BC1 (or 0x844BC1) is known color: Deep Lilac. HEX triplet: 84, 4B and C1. RGB value is (132,75,193). Sum of RGB (Red+Green+Blue) = 132+75+193=400 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33% from 400); Green value is 75 (29.69% from 255 or 18.75% from 400); Blue value is 193 (75.78% from 255 or 48.25% from 400); Max value from RGB is 193 - color contains mainly: blue. Hex color #844BC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #844BC1 is #7BB43E. Grayscale: #696969. Windows color (decimal): -8107071 or 12667780. OLE color: 12667780.
HSL color Cylindrical-coordinate representation of color #844BC1: hue angle of 268.98º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #844BC1 is Cyan = 0.32, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 132 | 75 | 193 | - |
| CMYK | 0.32 | 0.61 | 0 | 0.24 |
| HSL | 268.98º | 0.49% | 0.53% | - |
| HSV(B) | 268.98º | 0.61% | 0.76% | - |
| XYZ | 21.66 | 13.79 | 51.97 | - |
| YUV | 105.5 | 177.38 | 146.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 75 | 193 | 0.32 | 0.61 | 0 | 0.24 | 268.98 | 0.49 | 0.53 |
| Hex | 84 | 4B | C1 | 20 | 3D | 0 | 18 | 10D | 31 | 35 |
| Octal | 204 | 113 | 301 | 40 | 75 | 0 | 30 | 415 | 61 | 65 |
| Binary | 10000100 | 1001011 | 11000001 | 100000 | 111101 | 0 | 11000 | 100001101 | 110001 | 110101 |
Color Harmonies of #844BC1
Complementary color
Monochromatic Colors of #844BC1
Black with #844BC1
Text Example
Text Example
White with #844BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844BC1; }
p { color: rgb(132,75,193); }
H1.HeaderClassName
{
color: #844BC1;
}
.AnyTagClassName
{
color: #844BC1;
}
</style>
background-color css
<style>
a { background-color: #844BC1; }
a { background-color: rgb(132,75,193); }
div.DivClassName
{
background-color: #844BC1;
}
.BgClassName
{
background-color: #844BC1;
}
</style>
border-color css
<style>
span { border-color: #844BC1; }
span { border-color: rgb(132,75,193); }
td.TdClassName
{
border-color: #844BC1;
}
.TagClassName
{
border-color: #844BC1;
}
</style>