Shades of Deep Lilac #8443BC
Tints of Deep Lilac #8443BC
RGB
CMYK
RGB Variations
Color information
#8443BC (or 0x8443BC) is known color: Deep Lilac. HEX triplet: 84, 43 and BC. RGB value is (132,67,188). Sum of RGB (Red+Green+Blue) = 132+67+188=387 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.11% from 387); Green value is 67 (26.56% from 255 or 17.31% from 387); Blue value is 188 (73.83% from 255 or 48.58% from 387); Max value from RGB is 188 - color contains mainly: blue. Hex color #8443BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8443BC is #7BBC43. Grayscale: #636363. Windows color (decimal): -8109124 or 12338052. OLE color: 12338052.
HSL color Cylindrical-coordinate representation of color #8443BC: hue angle of 272.23º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8443BC is Cyan = 0.30, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 132 | 67 | 188 | - |
| CMYK | 0.30 | 0.64 | 0 | 0.26 |
| HSL | 272.23º | 0.47% | 0.5% | - |
| HSV(B) | 272.23º | 0.64% | 0.74% | - |
| XYZ | 20.6 | 12.55 | 48.91 | - |
| YUV | 100.23 | 177.53 | 150.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 67 | 188 | 0.30 | 0.64 | 0 | 0.26 | 272.23 | 0.47 | 0.5 |
| Hex | 84 | 43 | BC | 1E | 40 | 0 | 1A | 110 | 2F | 32 |
| Octal | 204 | 103 | 274 | 36 | 100 | 0 | 32 | 420 | 57 | 62 |
| Binary | 10000100 | 1000011 | 10111100 | 11110 | 1000000 | 0 | 11010 | 100010000 | 101111 | 110010 |
Color Harmonies of #8443BC
Complementary color
Monochromatic Colors of #8443BC
Black with #8443BC
Text Example
Text Example
White with #8443BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8443BC; }
p { color: rgb(132,67,188); }
H1.HeaderClassName
{
color: #8443BC;
}
.AnyTagClassName
{
color: #8443BC;
}
</style>
background-color css
<style>
a { background-color: #8443BC; }
a { background-color: rgb(132,67,188); }
div.DivClassName
{
background-color: #8443BC;
}
.BgClassName
{
background-color: #8443BC;
}
</style>
border-color css
<style>
span { border-color: #8443BC; }
span { border-color: rgb(132,67,188); }
td.TdClassName
{
border-color: #8443BC;
}
.TagClassName
{
border-color: #8443BC;
}
</style>