Shades of Deep Lilac #9445BD
Tints of Deep Lilac #9445BD
RGB
CMYK
RGB Variations
Color information
#9445BD (or 0x9445BD) is known color: Deep Lilac. HEX triplet: 94, 45 and BD. RGB value is (148,69,189). Sum of RGB (Red+Green+Blue) = 148+69+189=406 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.45% from 406); Green value is 69 (27.34% from 255 or 17.00% from 406); Blue value is 189 (74.22% from 255 or 46.55% from 406); Max value from RGB is 189 - color contains mainly: blue. Hex color #9445BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9445BD is #6BBA42. Grayscale: #696969. Windows color (decimal): -7060035 or 12404116. OLE color: 12404116.
HSL color Cylindrical-coordinate representation of color #9445BD: hue angle of 279.5º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9445BD is Cyan = 0.22, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 148 | 69 | 189 | - |
| CMYK | 0.22 | 0.63 | 0 | 0.26 |
| HSL | 279.5º | 0.48% | 0.51% | - |
| HSV(B) | 279.5º | 0.63% | 0.74% | - |
| XYZ | 23.53 | 14.23 | 49.65 | - |
| YUV | 106.3 | 174.67 | 157.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 69 | 189 | 0.22 | 0.63 | 0 | 0.26 | 279.5 | 0.48 | 0.51 |
| Hex | 94 | 45 | BD | 16 | 3F | 0 | 1A | 118 | 30 | 33 |
| Octal | 224 | 105 | 275 | 26 | 77 | 0 | 32 | 430 | 60 | 63 |
| Binary | 10010100 | 1000101 | 10111101 | 10110 | 111111 | 0 | 11010 | 100011000 | 110000 | 110011 |
Color Harmonies of #9445BD
Complementary color
Monochromatic Colors of #9445BD
Black with #9445BD
Text Example
Text Example
White with #9445BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9445BD; }
p { color: rgb(148,69,189); }
H1.HeaderClassName
{
color: #9445BD;
}
.AnyTagClassName
{
color: #9445BD;
}
</style>
background-color css
<style>
a { background-color: #9445BD; }
a { background-color: rgb(148,69,189); }
div.DivClassName
{
background-color: #9445BD;
}
.BgClassName
{
background-color: #9445BD;
}
</style>
border-color css
<style>
span { border-color: #9445BD; }
span { border-color: rgb(148,69,189); }
td.TdClassName
{
border-color: #9445BD;
}
.TagClassName
{
border-color: #9445BD;
}
</style>