Shades of Deep Lilac #9443BF
Tints of Deep Lilac #9443BF
RGB
CMYK
RGB Variations
Color information
#9443BF (or 0x9443BF) is known color: Deep Lilac. HEX triplet: 94, 43 and BF. RGB value is (148,67,191). Sum of RGB (Red+Green+Blue) = 148+67+191=406 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.45% from 406); Green value is 67 (26.56% from 255 or 16.50% from 406); Blue value is 191 (75% from 255 or 47.04% from 406); Max value from RGB is 191 - color contains mainly: blue. Hex color #9443BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9443BF is #6BBC40. Grayscale: #686868. Windows color (decimal): -7060545 or 12534676. OLE color: 12534676.
HSL color Cylindrical-coordinate representation of color #9443BF: hue angle of 279.19º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9443BF is Cyan = 0.23, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 148 | 67 | 191 | - |
| CMYK | 0.23 | 0.65 | 0 | 0.25 |
| HSL | 279.19º | 0.49% | 0.51% | - |
| HSV(B) | 279.19º | 0.65% | 0.75% | - |
| XYZ | 23.62 | 14.07 | 50.76 | - |
| YUV | 105.36 | 176.34 | 158.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 67 | 191 | 0.23 | 0.65 | 0 | 0.25 | 279.19 | 0.49 | 0.51 |
| Hex | 94 | 43 | BF | 17 | 41 | 0 | 19 | 117 | 31 | 33 |
| Octal | 224 | 103 | 277 | 27 | 101 | 0 | 31 | 427 | 61 | 63 |
| Binary | 10010100 | 1000011 | 10111111 | 10111 | 1000001 | 0 | 11001 | 100010111 | 110001 | 110011 |
Color Harmonies of #9443BF
Complementary color
Monochromatic Colors of #9443BF
Black with #9443BF
Text Example
Text Example
White with #9443BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9443BF; }
p { color: rgb(148,67,191); }
H1.HeaderClassName
{
color: #9443BF;
}
.AnyTagClassName
{
color: #9443BF;
}
</style>
background-color css
<style>
a { background-color: #9443BF; }
a { background-color: rgb(148,67,191); }
div.DivClassName
{
background-color: #9443BF;
}
.BgClassName
{
background-color: #9443BF;
}
</style>
border-color css
<style>
span { border-color: #9443BF; }
span { border-color: rgb(148,67,191); }
td.TdClassName
{
border-color: #9443BF;
}
.TagClassName
{
border-color: #9443BF;
}
</style>