Shades of Deep Lilac #883FAF
Tints of Deep Lilac #883FAF
RGB
CMYK
RGB Variations
Color information
#883FAF (or 0x883FAF) is known color: Deep Lilac. HEX triplet: 88, 3F and AF. RGB value is (136,63,175). Sum of RGB (Red+Green+Blue) = 136+63+175=374 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.36% from 374); Green value is 63 (25% from 255 or 16.84% from 374); Blue value is 175 (68.75% from 255 or 46.79% from 374); Max value from RGB is 175 - color contains mainly: blue. Hex color #883FAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #883FAF is #77C050. Grayscale: #616161. Windows color (decimal): -7848017 or 11485064. OLE color: 11485064.
HSL color Cylindrical-coordinate representation of color #883FAF: hue angle of 279.11º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #883FAF is Cyan = 0.22, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 136 | 63 | 175 | - |
| CMYK | 0.22 | 0.64 | 0 | 0.31 |
| HSL | 279.11º | 0.47% | 0.47% | - |
| HSV(B) | 279.11º | 0.64% | 0.69% | - |
| XYZ | 19.67 | 11.88 | 41.81 | - |
| YUV | 97.6 | 171.68 | 155.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 63 | 175 | 0.22 | 0.64 | 0 | 0.31 | 279.11 | 0.47 | 0.47 |
| Hex | 88 | 3F | AF | 16 | 40 | 0 | 1F | 117 | 2F | 2F |
| Octal | 210 | 77 | 257 | 26 | 100 | 0 | 37 | 427 | 57 | 57 |
| Binary | 10001000 | 111111 | 10101111 | 10110 | 1000000 | 0 | 11111 | 100010111 | 101111 | 101111 |
Color Harmonies of #883FAF
Complementary color
Monochromatic Colors of #883FAF
Black with #883FAF
Text Example
Text Example
White with #883FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883FAF; }
p { color: rgb(136,63,175); }
H1.HeaderClassName
{
color: #883FAF;
}
.AnyTagClassName
{
color: #883FAF;
}
</style>
background-color css
<style>
a { background-color: #883FAF; }
a { background-color: rgb(136,63,175); }
div.DivClassName
{
background-color: #883FAF;
}
.BgClassName
{
background-color: #883FAF;
}
</style>
border-color css
<style>
span { border-color: #883FAF; }
span { border-color: rgb(136,63,175); }
td.TdClassName
{
border-color: #883FAF;
}
.TagClassName
{
border-color: #883FAF;
}
</style>