Shades of Deep Lilac #883CAF
Tints of Deep Lilac #883CAF
RGB
CMYK
RGB Variations
Color information
#883CAF (or 0x883CAF) is known color: Deep Lilac. HEX triplet: 88, 3C and AF. RGB value is (136,60,175). Sum of RGB (Red+Green+Blue) = 136+60+175=371 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.66% from 371); Green value is 60 (23.83% from 255 or 16.17% from 371); Blue value is 175 (68.75% from 255 or 47.17% from 371); Max value from RGB is 175 - color contains mainly: blue. Hex color #883CAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #883CAF is #77C350. Grayscale: #5F5F5F. Windows color (decimal): -7848785 or 11484296. OLE color: 11484296.
HSL color Cylindrical-coordinate representation of color #883CAF: hue angle of 279.65º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #883CAF is Cyan = 0.22, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 136 | 60 | 175 | - |
| CMYK | 0.22 | 0.66 | 0 | 0.31 |
| HSL | 279.65º | 0.49% | 0.46% | - |
| HSV(B) | 279.65º | 0.66% | 0.69% | - |
| XYZ | 19.51 | 11.56 | 41.76 | - |
| YUV | 95.83 | 172.68 | 156.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 60 | 175 | 0.22 | 0.66 | 0 | 0.31 | 279.65 | 0.49 | 0.46 |
| Hex | 88 | 3C | AF | 16 | 42 | 0 | 1F | 118 | 31 | 2E |
| Octal | 210 | 74 | 257 | 26 | 102 | 0 | 37 | 430 | 61 | 56 |
| Binary | 10001000 | 111100 | 10101111 | 10110 | 1000010 | 0 | 11111 | 100011000 | 110001 | 101110 |
Color Harmonies of #883CAF
Complementary color
Monochromatic Colors of #883CAF
Black with #883CAF
Text Example
Text Example
White with #883CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883CAF; }
p { color: rgb(136,60,175); }
H1.HeaderClassName
{
color: #883CAF;
}
.AnyTagClassName
{
color: #883CAF;
}
</style>
background-color css
<style>
a { background-color: #883CAF; }
a { background-color: rgb(136,60,175); }
div.DivClassName
{
background-color: #883CAF;
}
.BgClassName
{
background-color: #883CAF;
}
</style>
border-color css
<style>
span { border-color: #883CAF; }
span { border-color: rgb(136,60,175); }
td.TdClassName
{
border-color: #883CAF;
}
.TagClassName
{
border-color: #883CAF;
}
</style>