Shades of Deep Lilac #8C4BAF
Tints of Deep Lilac #8C4BAF
RGB
CMYK
RGB Variations
Color information
#8C4BAF (or 0x8C4BAF) is known color: Deep Lilac. HEX triplet: 8C, 4B and AF. RGB value is (140,75,175). Sum of RGB (Red+Green+Blue) = 140+75+175=390 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.90% from 390); Green value is 75 (29.69% from 255 or 19.23% from 390); Blue value is 175 (68.75% from 255 or 44.87% from 390); Max value from RGB is 175 - color contains mainly: blue. Hex color #8C4BAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C4BAF is #73B450. Grayscale: #696969. Windows color (decimal): -7582801 or 11488140. OLE color: 11488140.
HSL color Cylindrical-coordinate representation of color #8C4BAF: hue angle of 279º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8C4BAF is Cyan = 0.2, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 140 | 75 | 175 | - |
| CMYK | 0.2 | 0.57 | 0 | 0.31 |
| HSL | 279º | 0.4% | 0.49% | - |
| HSV(B) | 279º | 0.57% | 0.69% | - |
| XYZ | 21.07 | 13.7 | 42.09 | - |
| YUV | 105.84 | 167.03 | 152.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 75 | 175 | 0.2 | 0.57 | 0 | 0.31 | 279 | 0.4 | 0.49 |
| Hex | 8C | 4B | AF | 14 | 39 | 0 | 1F | 117 | 28 | 31 |
| Octal | 214 | 113 | 257 | 24 | 71 | 0 | 37 | 427 | 50 | 61 |
| Binary | 10001100 | 1001011 | 10101111 | 10100 | 111001 | 0 | 11111 | 100010111 | 101000 | 110001 |
Color Harmonies of #8C4BAF
Complementary color
Monochromatic Colors of #8C4BAF
Black with #8C4BAF
Text Example
Text Example
White with #8C4BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4BAF; }
p { color: rgb(140,75,175); }
H1.HeaderClassName
{
color: #8C4BAF;
}
.AnyTagClassName
{
color: #8C4BAF;
}
</style>
background-color css
<style>
a { background-color: #8C4BAF; }
a { background-color: rgb(140,75,175); }
div.DivClassName
{
background-color: #8C4BAF;
}
.BgClassName
{
background-color: #8C4BAF;
}
</style>
border-color css
<style>
span { border-color: #8C4BAF; }
span { border-color: rgb(140,75,175); }
td.TdClassName
{
border-color: #8C4BAF;
}
.TagClassName
{
border-color: #8C4BAF;
}
</style>