Shades of Deep Lilac #8F50CB
Tints of Deep Lilac #8F50CB
RGB
CMYK
RGB Variations
Color information
#8F50CB (or 0x8F50CB) is known color: Deep Lilac. HEX triplet: 8F, 50 and CB. RGB value is (143,80,203). Sum of RGB (Red+Green+Blue) = 143+80+203=426 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.57% from 426); Green value is 80 (31.64% from 255 or 18.78% from 426); Blue value is 203 (79.69% from 255 or 47.65% from 426); Max value from RGB is 203 - color contains mainly: blue. Hex color #8F50CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F50CB is #70AF34. Grayscale: #707070. Windows color (decimal): -7384885 or 13324431. OLE color: 13324431.
HSL color Cylindrical-coordinate representation of color #8F50CB: hue angle of 270.73º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8F50CB is Cyan = 0.30, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 143 | 80 | 203 | - |
| CMYK | 0.30 | 0.61 | 0 | 0.20 |
| HSL | 270.73º | 0.54% | 0.55% | - |
| HSV(B) | 270.73º | 0.61% | 0.8% | - |
| XYZ | 24.98 | 15.89 | 58.25 | - |
| YUV | 112.86 | 178.87 | 149.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 80 | 203 | 0.30 | 0.61 | 0 | 0.20 | 270.73 | 0.54 | 0.55 |
| Hex | 8F | 50 | CB | 1E | 3D | 0 | 14 | 10F | 36 | 37 |
| Octal | 217 | 120 | 313 | 36 | 75 | 0 | 24 | 417 | 66 | 67 |
| Binary | 10001111 | 1010000 | 11001011 | 11110 | 111101 | 0 | 10100 | 100001111 | 110110 | 110111 |
Color Harmonies of #8F50CB
Complementary color
Monochromatic Colors of #8F50CB
Black with #8F50CB
Text Example
Text Example
White with #8F50CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F50CB; }
p { color: rgb(143,80,203); }
H1.HeaderClassName
{
color: #8F50CB;
}
.AnyTagClassName
{
color: #8F50CB;
}
</style>
background-color css
<style>
a { background-color: #8F50CB; }
a { background-color: rgb(143,80,203); }
div.DivClassName
{
background-color: #8F50CB;
}
.BgClassName
{
background-color: #8F50CB;
}
</style>
border-color css
<style>
span { border-color: #8F50CB; }
span { border-color: rgb(143,80,203); }
td.TdClassName
{
border-color: #8F50CB;
}
.TagClassName
{
border-color: #8F50CB;
}
</style>