Shades of Deep Lilac #8F46B4
Tints of Deep Lilac #8F46B4
RGB
CMYK
RGB Variations
Color information
#8F46B4 (or 0x8F46B4) is known color: Deep Lilac. HEX triplet: 8F, 46 and B4. RGB value is (143,70,180). Sum of RGB (Red+Green+Blue) = 143+70+180=393 (52% of max value = 765). Red value is 143 (56.25% from 255 or 36.39% from 393); Green value is 70 (27.73% from 255 or 17.81% from 393); Blue value is 180 (70.70% from 255 or 45.80% from 393); Max value from RGB is 180 - color contains mainly: blue. Hex color #8F46B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F46B4 is #70B94B. Grayscale: #676767. Windows color (decimal): -7387468 or 11814543. OLE color: 11814543.
HSL color Cylindrical-coordinate representation of color #8F46B4: hue angle of 279.82º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8F46B4 is Cyan = 0.21, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 143 | 70 | 180 | - |
| CMYK | 0.21 | 0.61 | 0 | 0.29 |
| HSL | 279.82º | 0.44% | 0.49% | - |
| HSV(B) | 279.82º | 0.61% | 0.71% | - |
| XYZ | 21.76 | 13.52 | 44.64 | - |
| YUV | 104.37 | 170.68 | 155.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 70 | 180 | 0.21 | 0.61 | 0 | 0.29 | 279.82 | 0.44 | 0.49 |
| Hex | 8F | 46 | B4 | 15 | 3D | 0 | 1D | 118 | 2C | 31 |
| Octal | 217 | 106 | 264 | 25 | 75 | 0 | 35 | 430 | 54 | 61 |
| Binary | 10001111 | 1000110 | 10110100 | 10101 | 111101 | 0 | 11101 | 100011000 | 101100 | 110001 |
Color Harmonies of #8F46B4
Complementary color
Monochromatic Colors of #8F46B4
Black with #8F46B4
Text Example
Text Example
White with #8F46B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F46B4; }
p { color: rgb(143,70,180); }
H1.HeaderClassName
{
color: #8F46B4;
}
.AnyTagClassName
{
color: #8F46B4;
}
</style>
background-color css
<style>
a { background-color: #8F46B4; }
a { background-color: rgb(143,70,180); }
div.DivClassName
{
background-color: #8F46B4;
}
.BgClassName
{
background-color: #8F46B4;
}
</style>
border-color css
<style>
span { border-color: #8F46B4; }
span { border-color: rgb(143,70,180); }
td.TdClassName
{
border-color: #8F46B4;
}
.TagClassName
{
border-color: #8F46B4;
}
</style>