Shades of Deep Lilac #844ABF
Tints of Deep Lilac #844ABF
RGB
CMYK
RGB Variations
Color information
#844ABF (or 0x844ABF) is known color: Deep Lilac. HEX triplet: 84, 4A and BF. RGB value is (132,74,191). Sum of RGB (Red+Green+Blue) = 132+74+191=397 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.25% from 397); Green value is 74 (29.30% from 255 or 18.64% from 397); Blue value is 191 (75% from 255 or 48.11% from 397); Max value from RGB is 191 - color contains mainly: blue. Hex color #844ABF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #844ABF is #7BB540. Grayscale: #686868. Windows color (decimal): -8107329 or 12536452. OLE color: 12536452.
HSL color Cylindrical-coordinate representation of color #844ABF: hue angle of 269.74º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #844ABF is Cyan = 0.31, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 132 | 74 | 191 | - |
| CMYK | 0.31 | 0.61 | 0 | 0.25 |
| HSL | 269.74º | 0.48% | 0.52% | - |
| HSV(B) | 269.74º | 0.61% | 0.75% | - |
| XYZ | 21.37 | 13.56 | 50.78 | - |
| YUV | 104.68 | 176.72 | 147.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 74 | 191 | 0.31 | 0.61 | 0 | 0.25 | 269.74 | 0.48 | 0.52 |
| Hex | 84 | 4A | BF | 1F | 3D | 0 | 19 | 10E | 30 | 34 |
| Octal | 204 | 112 | 277 | 37 | 75 | 0 | 31 | 416 | 60 | 64 |
| Binary | 10000100 | 1001010 | 10111111 | 11111 | 111101 | 0 | 11001 | 100001110 | 110000 | 110100 |
Color Harmonies of #844ABF
Complementary color
Monochromatic Colors of #844ABF
Black with #844ABF
Text Example
Text Example
White with #844ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844ABF; }
p { color: rgb(132,74,191); }
H1.HeaderClassName
{
color: #844ABF;
}
.AnyTagClassName
{
color: #844ABF;
}
</style>
background-color css
<style>
a { background-color: #844ABF; }
a { background-color: rgb(132,74,191); }
div.DivClassName
{
background-color: #844ABF;
}
.BgClassName
{
background-color: #844ABF;
}
</style>
border-color css
<style>
span { border-color: #844ABF; }
span { border-color: rgb(132,74,191); }
td.TdClassName
{
border-color: #844ABF;
}
.TagClassName
{
border-color: #844ABF;
}
</style>