Shades of Deep Lilac #883FBA
Tints of Deep Lilac #883FBA
RGB
CMYK
RGB Variations
Color information
#883FBA (or 0x883FBA) is known color: Deep Lilac. HEX triplet: 88, 3F and BA. RGB value is (136,63,186). Sum of RGB (Red+Green+Blue) = 136+63+186=385 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.32% from 385); Green value is 63 (25% from 255 or 16.36% from 385); Blue value is 186 (73.05% from 255 or 48.31% from 385); Max value from RGB is 186 - color contains mainly: blue. Hex color #883FBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #883FBA is #77C045. Grayscale: #626262. Windows color (decimal): -7848006 or 12205960. OLE color: 12205960.
HSL color Cylindrical-coordinate representation of color #883FBA: hue angle of 275.61º 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 #883FBA is Cyan = 0.27, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 136 | 63 | 186 | - |
| CMYK | 0.27 | 0.66 | 0 | 0.27 |
| HSL | 275.61º | 0.49% | 0.49% | - |
| HSV(B) | 275.61º | 0.66% | 0.73% | - |
| XYZ | 20.79 | 12.33 | 47.74 | - |
| YUV | 98.85 | 177.18 | 154.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 63 | 186 | 0.27 | 0.66 | 0 | 0.27 | 275.61 | 0.49 | 0.49 |
| Hex | 88 | 3F | BA | 1B | 42 | 0 | 1B | 114 | 31 | 31 |
| Octal | 210 | 77 | 272 | 33 | 102 | 0 | 33 | 424 | 61 | 61 |
| Binary | 10001000 | 111111 | 10111010 | 11011 | 1000010 | 0 | 11011 | 100010100 | 110001 | 110001 |
Color Harmonies of #883FBA
Complementary color
Monochromatic Colors of #883FBA
Black with #883FBA
Text Example
Text Example
White with #883FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883FBA; }
p { color: rgb(136,63,186); }
H1.HeaderClassName
{
color: #883FBA;
}
.AnyTagClassName
{
color: #883FBA;
}
</style>
background-color css
<style>
a { background-color: #883FBA; }
a { background-color: rgb(136,63,186); }
div.DivClassName
{
background-color: #883FBA;
}
.BgClassName
{
background-color: #883FBA;
}
</style>
border-color css
<style>
span { border-color: #883FBA; }
span { border-color: rgb(136,63,186); }
td.TdClassName
{
border-color: #883FBA;
}
.TagClassName
{
border-color: #883FBA;
}
</style>