Shades of Deep Lilac #8B50C6
Tints of Deep Lilac #8B50C6
RGB
CMYK
RGB Variations
Color information
#8B50C6 (or 0x8B50C6) is known color: Deep Lilac. HEX triplet: 8B, 50 and C6. RGB value is (139,80,198). Sum of RGB (Red+Green+Blue) = 139+80+198=417 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.33% from 417); Green value is 80 (31.64% from 255 or 19.18% from 417); Blue value is 198 (77.73% from 255 or 47.48% from 417); Max value from RGB is 198 - color contains mainly: blue. Hex color #8B50C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B50C6 is #74AF39. Grayscale: #6E6E6E. Windows color (decimal): -7647034 or 12996747. OLE color: 12996747.
HSL color Cylindrical-coordinate representation of color #8B50C6: hue angle of 270º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8B50C6 is Cyan = 0.30, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 139 | 80 | 198 | - |
| CMYK | 0.30 | 0.60 | 0 | 0.22 |
| HSL | 270º | 0.51% | 0.55% | - |
| HSV(B) | 270º | 0.6% | 0.78% | - |
| XYZ | 23.71 | 15.3 | 55.13 | - |
| YUV | 111.09 | 177.05 | 147.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 80 | 198 | 0.30 | 0.60 | 0 | 0.22 | 270 | 0.51 | 0.55 |
| Hex | 8B | 50 | C6 | 1E | 3C | 0 | 16 | 10E | 33 | 37 |
| Octal | 213 | 120 | 306 | 36 | 74 | 0 | 26 | 416 | 63 | 67 |
| Binary | 10001011 | 1010000 | 11000110 | 11110 | 111100 | 0 | 10110 | 100001110 | 110011 | 110111 |
Color Harmonies of #8B50C6
Complementary color
Monochromatic Colors of #8B50C6
Black with #8B50C6
Text Example
Text Example
White with #8B50C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B50C6; }
p { color: rgb(139,80,198); }
H1.HeaderClassName
{
color: #8B50C6;
}
.AnyTagClassName
{
color: #8B50C6;
}
</style>
background-color css
<style>
a { background-color: #8B50C6; }
a { background-color: rgb(139,80,198); }
div.DivClassName
{
background-color: #8B50C6;
}
.BgClassName
{
background-color: #8B50C6;
}
</style>
border-color css
<style>
span { border-color: #8B50C6; }
span { border-color: rgb(139,80,198); }
td.TdClassName
{
border-color: #8B50C6;
}
.TagClassName
{
border-color: #8B50C6;
}
</style>