Shades of Deep Lilac #8441BE
Tints of Deep Lilac #8441BE
RGB
CMYK
RGB Variations
Color information
#8441BE (or 0x8441BE) is known color: Deep Lilac. HEX triplet: 84, 41 and BE. RGB value is (132,65,190). Sum of RGB (Red+Green+Blue) = 132+65+190=387 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.11% from 387); Green value is 65 (25.78% from 255 or 16.80% from 387); Blue value is 190 (74.61% from 255 or 49.10% from 387); Max value from RGB is 190 - color contains mainly: blue. Hex color #8441BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8441BE is #7BBE41. Grayscale: #626262. Windows color (decimal): -8109634 or 12468612. OLE color: 12468612.
HSL color Cylindrical-coordinate representation of color #8441BE: hue angle of 272.16º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8441BE is Cyan = 0.31, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 132 | 65 | 190 | - |
| CMYK | 0.31 | 0.66 | 0 | 0.25 |
| HSL | 272.16º | 0.49% | 0.5% | - |
| HSV(B) | 272.16º | 0.66% | 0.75% | - |
| XYZ | 20.7 | 12.4 | 50.02 | - |
| YUV | 99.28 | 179.2 | 151.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 65 | 190 | 0.31 | 0.66 | 0 | 0.25 | 272.16 | 0.49 | 0.5 |
| Hex | 84 | 41 | BE | 1F | 42 | 0 | 19 | 110 | 31 | 32 |
| Octal | 204 | 101 | 276 | 37 | 102 | 0 | 31 | 420 | 61 | 62 |
| Binary | 10000100 | 1000001 | 10111110 | 11111 | 1000010 | 0 | 11001 | 100010000 | 110001 | 110010 |
Color Harmonies of #8441BE
Complementary color
Monochromatic Colors of #8441BE
Black with #8441BE
Text Example
Text Example
White with #8441BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8441BE; }
p { color: rgb(132,65,190); }
H1.HeaderClassName
{
color: #8441BE;
}
.AnyTagClassName
{
color: #8441BE;
}
</style>
background-color css
<style>
a { background-color: #8441BE; }
a { background-color: rgb(132,65,190); }
div.DivClassName
{
background-color: #8441BE;
}
.BgClassName
{
background-color: #8441BE;
}
</style>
border-color css
<style>
span { border-color: #8441BE; }
span { border-color: rgb(132,65,190); }
td.TdClassName
{
border-color: #8441BE;
}
.TagClassName
{
border-color: #8441BE;
}
</style>