Shades of Deep Lilac #8C45BE
Tints of Deep Lilac #8C45BE
RGB
CMYK
RGB Variations
Color information
#8C45BE (or 0x8C45BE) is known color: Deep Lilac. HEX triplet: 8C, 45 and BE. RGB value is (140,69,190). Sum of RGB (Red+Green+Blue) = 140+69+190=399 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.09% from 399); Green value is 69 (27.34% from 255 or 17.29% from 399); Blue value is 190 (74.61% from 255 or 47.62% from 399); Max value from RGB is 190 - color contains mainly: blue. Hex color #8C45BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C45BE is #73BA41. Grayscale: #676767. Windows color (decimal): -7584322 or 12469644. OLE color: 12469644.
HSL color Cylindrical-coordinate representation of color #8C45BE: hue angle of 275.21º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8C45BE is Cyan = 0.26, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 140 | 69 | 190 | - |
| CMYK | 0.26 | 0.64 | 0 | 0.25 |
| HSL | 275.21º | 0.48% | 0.51% | - |
| HSV(B) | 275.21º | 0.64% | 0.75% | - |
| XYZ | 22.24 | 13.55 | 50.16 | - |
| YUV | 104.02 | 176.52 | 153.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 69 | 190 | 0.26 | 0.64 | 0 | 0.25 | 275.21 | 0.48 | 0.51 |
| Hex | 8C | 45 | BE | 1A | 40 | 0 | 19 | 113 | 30 | 33 |
| Octal | 214 | 105 | 276 | 32 | 100 | 0 | 31 | 423 | 60 | 63 |
| Binary | 10001100 | 1000101 | 10111110 | 11010 | 1000000 | 0 | 11001 | 100010011 | 110000 | 110011 |
Color Harmonies of #8C45BE
Complementary color
Monochromatic Colors of #8C45BE
Black with #8C45BE
Text Example
Text Example
White with #8C45BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C45BE; }
p { color: rgb(140,69,190); }
H1.HeaderClassName
{
color: #8C45BE;
}
.AnyTagClassName
{
color: #8C45BE;
}
</style>
background-color css
<style>
a { background-color: #8C45BE; }
a { background-color: rgb(140,69,190); }
div.DivClassName
{
background-color: #8C45BE;
}
.BgClassName
{
background-color: #8C45BE;
}
</style>
border-color css
<style>
span { border-color: #8C45BE; }
span { border-color: rgb(140,69,190); }
td.TdClassName
{
border-color: #8C45BE;
}
.TagClassName
{
border-color: #8C45BE;
}
</style>