Shades of Deep Lilac #843FBA
Tints of Deep Lilac #843FBA
RGB
CMYK
RGB Variations
Color information
#843FBA (or 0x843FBA) is known color: Deep Lilac. HEX triplet: 84, 3F and BA. RGB value is (132,63,186). Sum of RGB (Red+Green+Blue) = 132+63+186=381 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.65% from 381); Green value is 63 (25% from 255 or 16.54% from 381); Blue value is 186 (73.05% from 255 or 48.82% from 381); Max value from RGB is 186 - color contains mainly: blue. Hex color #843FBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #843FBA is #7BC045. Grayscale: #616161. Windows color (decimal): -8110150 or 12205956. OLE color: 12205956.
HSL color Cylindrical-coordinate representation of color #843FBA: hue angle of 273.66º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #843FBA is Cyan = 0.29, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 63 | 186 | - |
| CMYK | 0.29 | 0.66 | 0 | 0.27 |
| HSL | 273.66º | 0.49% | 0.49% | - |
| HSV(B) | 273.66º | 0.66% | 0.73% | - |
| XYZ | 20.16 | 12.01 | 47.71 | - |
| YUV | 97.65 | 177.86 | 152.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 63 | 186 | 0.29 | 0.66 | 0 | 0.27 | 273.66 | 0.49 | 0.49 |
| Hex | 84 | 3F | BA | 1D | 42 | 0 | 1B | 112 | 31 | 31 |
| Octal | 204 | 77 | 272 | 35 | 102 | 0 | 33 | 422 | 61 | 61 |
| Binary | 10000100 | 111111 | 10111010 | 11101 | 1000010 | 0 | 11011 | 100010010 | 110001 | 110001 |
Color Harmonies of #843FBA
Complementary color
Monochromatic Colors of #843FBA
Black with #843FBA
Text Example
Text Example
White with #843FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843FBA; }
p { color: rgb(132,63,186); }
H1.HeaderClassName
{
color: #843FBA;
}
.AnyTagClassName
{
color: #843FBA;
}
</style>
background-color css
<style>
a { background-color: #843FBA; }
a { background-color: rgb(132,63,186); }
div.DivClassName
{
background-color: #843FBA;
}
.BgClassName
{
background-color: #843FBA;
}
</style>
border-color css
<style>
span { border-color: #843FBA; }
span { border-color: rgb(132,63,186); }
td.TdClassName
{
border-color: #843FBA;
}
.TagClassName
{
border-color: #843FBA;
}
</style>