Shades of Deep Lilac #8F4ACC
Tints of Deep Lilac #8F4ACC
RGB
CMYK
RGB Variations
Color information
#8F4ACC (or 0x8F4ACC) is known color: Deep Lilac. HEX triplet: 8F, 4A and CC. RGB value is (143,74,204). Sum of RGB (Red+Green+Blue) = 143+74+204=421 (55% of max value = 765). Red value is 143 (56.25% from 255 or 33.97% from 421); Green value is 74 (29.30% from 255 or 17.58% from 421); Blue value is 204 (80.08% from 255 or 48.46% from 421); Max value from RGB is 204 - color contains mainly: blue. Hex color #8F4ACC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F4ACC is #70B533. Grayscale: #6D6D6D. Windows color (decimal): -7386420 or 13388431. OLE color: 13388431.
HSL color Cylindrical-coordinate representation of color #8F4ACC: hue angle of 271.85º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8F4ACC is Cyan = 0.30, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 143 | 74 | 204 | - |
| CMYK | 0.30 | 0.64 | 0 | 0.2 |
| HSL | 271.85º | 0.56% | 0.55% | - |
| HSV(B) | 271.85º | 0.64% | 0.8% | - |
| XYZ | 24.68 | 15.1 | 58.74 | - |
| YUV | 109.45 | 181.36 | 151.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 74 | 204 | 0.30 | 0.64 | 0 | 0.2 | 271.85 | 0.56 | 0.55 |
| Hex | 8F | 4A | CC | 1E | 40 | 0 | 14 | 110 | 38 | 37 |
| Octal | 217 | 112 | 314 | 36 | 100 | 0 | 24 | 420 | 70 | 67 |
| Binary | 10001111 | 1001010 | 11001100 | 11110 | 1000000 | 0 | 10100 | 100010000 | 111000 | 110111 |
Color Harmonies of #8F4ACC
Complementary color
Monochromatic Colors of #8F4ACC
Black with #8F4ACC
Text Example
Text Example
White with #8F4ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F4ACC; }
p { color: rgb(143,74,204); }
H1.HeaderClassName
{
color: #8F4ACC;
}
.AnyTagClassName
{
color: #8F4ACC;
}
</style>
background-color css
<style>
a { background-color: #8F4ACC; }
a { background-color: rgb(143,74,204); }
div.DivClassName
{
background-color: #8F4ACC;
}
.BgClassName
{
background-color: #8F4ACC;
}
</style>
border-color css
<style>
span { border-color: #8F4ACC; }
span { border-color: rgb(143,74,204); }
td.TdClassName
{
border-color: #8F4ACC;
}
.TagClassName
{
border-color: #8F4ACC;
}
</style>