Shades of Deep Lilac #9540BC
Tints of Deep Lilac #9540BC
RGB
CMYK
RGB Variations
Color information
#9540BC (or 0x9540BC) is known color: Deep Lilac. HEX triplet: 95, 40 and BC. RGB value is (149,64,188). Sum of RGB (Red+Green+Blue) = 149+64+188=401 (53% of max value = 765). Red value is 149 (58.59% from 255 or 37.16% from 401); Green value is 64 (25.39% from 255 or 15.96% from 401); Blue value is 188 (73.83% from 255 or 46.88% from 401); Max value from RGB is 188 - color contains mainly: blue. Hex color #9540BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9540BC is #6ABF43. Grayscale: #676767. Windows color (decimal): -6995780 or 12337301. OLE color: 12337301.
HSL color Cylindrical-coordinate representation of color #9540BC: hue angle of 281.13º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9540BC is Cyan = 0.21, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 149 | 64 | 188 | - |
| CMYK | 0.21 | 0.66 | 0 | 0.26 |
| HSL | 281.13º | 0.49% | 0.49% | - |
| HSV(B) | 281.13º | 0.66% | 0.74% | - |
| XYZ | 23.3 | 13.69 | 48.99 | - |
| YUV | 103.55 | 175.66 | 160.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 64 | 188 | 0.21 | 0.66 | 0 | 0.26 | 281.13 | 0.49 | 0.49 |
| Hex | 95 | 40 | BC | 15 | 42 | 0 | 1A | 119 | 31 | 31 |
| Octal | 225 | 100 | 274 | 25 | 102 | 0 | 32 | 431 | 61 | 61 |
| Binary | 10010101 | 1000000 | 10111100 | 10101 | 1000010 | 0 | 11010 | 100011001 | 110001 | 110001 |
Color Harmonies of #9540BC
Complementary color
Monochromatic Colors of #9540BC
Black with #9540BC
Text Example
Text Example
White with #9540BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9540BC; }
p { color: rgb(149,64,188); }
H1.HeaderClassName
{
color: #9540BC;
}
.AnyTagClassName
{
color: #9540BC;
}
</style>
background-color css
<style>
a { background-color: #9540BC; }
a { background-color: rgb(149,64,188); }
div.DivClassName
{
background-color: #9540BC;
}
.BgClassName
{
background-color: #9540BC;
}
</style>
border-color css
<style>
span { border-color: #9540BC; }
span { border-color: rgb(149,64,188); }
td.TdClassName
{
border-color: #9540BC;
}
.TagClassName
{
border-color: #9540BC;
}
</style>