Shades of Deep Lilac #8447BC
Tints of Deep Lilac #8447BC
RGB
CMYK
RGB Variations
Color information
#8447BC (or 0x8447BC) is known color: Deep Lilac. HEX triplet: 84, 47 and BC. RGB value is (132,71,188). Sum of RGB (Red+Green+Blue) = 132+71+188=391 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.76% from 391); Green value is 71 (28.12% from 255 or 18.16% from 391); Blue value is 188 (73.83% from 255 or 48.08% from 391); Max value from RGB is 188 - color contains mainly: blue. Hex color #8447BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8447BC is #7BB843. Grayscale: #666666. Windows color (decimal): -8108100 or 12339076. OLE color: 12339076.
HSL color Cylindrical-coordinate representation of color #8447BC: hue angle of 271.28º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8447BC is Cyan = 0.30, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 132 | 71 | 188 | - |
| CMYK | 0.30 | 0.62 | 0 | 0.26 |
| HSL | 271.28º | 0.47% | 0.51% | - |
| HSV(B) | 271.28º | 0.62% | 0.74% | - |
| XYZ | 20.85 | 13.04 | 49 | - |
| YUV | 102.58 | 176.21 | 148.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 71 | 188 | 0.30 | 0.62 | 0 | 0.26 | 271.28 | 0.47 | 0.51 |
| Hex | 84 | 47 | BC | 1E | 3E | 0 | 1A | 10F | 2F | 33 |
| Octal | 204 | 107 | 274 | 36 | 76 | 0 | 32 | 417 | 57 | 63 |
| Binary | 10000100 | 1000111 | 10111100 | 11110 | 111110 | 0 | 11010 | 100001111 | 101111 | 110011 |
Color Harmonies of #8447BC
Complementary color
Monochromatic Colors of #8447BC
Black with #8447BC
Text Example
Text Example
White with #8447BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8447BC; }
p { color: rgb(132,71,188); }
H1.HeaderClassName
{
color: #8447BC;
}
.AnyTagClassName
{
color: #8447BC;
}
</style>
background-color css
<style>
a { background-color: #8447BC; }
a { background-color: rgb(132,71,188); }
div.DivClassName
{
background-color: #8447BC;
}
.BgClassName
{
background-color: #8447BC;
}
</style>
border-color css
<style>
span { border-color: #8447BC; }
span { border-color: rgb(132,71,188); }
td.TdClassName
{
border-color: #8447BC;
}
.TagClassName
{
border-color: #8447BC;
}
</style>