Shades of Deep Lilac #9443BC
Tints of Deep Lilac #9443BC
RGB
CMYK
RGB Variations
Color information
#9443BC (or 0x9443BC) is known color: Deep Lilac. HEX triplet: 94, 43 and BC. RGB value is (148,67,188). Sum of RGB (Red+Green+Blue) = 148+67+188=403 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.72% from 403); Green value is 67 (26.56% from 255 or 16.63% from 403); Blue value is 188 (73.83% from 255 or 46.65% from 403); Max value from RGB is 188 - color contains mainly: blue. Hex color #9443BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9443BC is #6BBC43. Grayscale: #686868. Windows color (decimal): -7060548 or 12338068. OLE color: 12338068.
HSL color Cylindrical-coordinate representation of color #9443BC: hue angle of 280.17º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9443BC is Cyan = 0.21, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 148 | 67 | 188 | - |
| CMYK | 0.21 | 0.64 | 0 | 0.26 |
| HSL | 280.17º | 0.47% | 0.5% | - |
| HSV(B) | 280.17º | 0.64% | 0.74% | - |
| XYZ | 23.3 | 13.94 | 49.04 | - |
| YUV | 105.01 | 174.84 | 158.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 67 | 188 | 0.21 | 0.64 | 0 | 0.26 | 280.17 | 0.47 | 0.5 |
| Hex | 94 | 43 | BC | 15 | 40 | 0 | 1A | 118 | 2F | 32 |
| Octal | 224 | 103 | 274 | 25 | 100 | 0 | 32 | 430 | 57 | 62 |
| Binary | 10010100 | 1000011 | 10111100 | 10101 | 1000000 | 0 | 11010 | 100011000 | 101111 | 110010 |
Color Harmonies of #9443BC
Complementary color
Monochromatic Colors of #9443BC
Black with #9443BC
Text Example
Text Example
White with #9443BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9443BC; }
p { color: rgb(148,67,188); }
H1.HeaderClassName
{
color: #9443BC;
}
.AnyTagClassName
{
color: #9443BC;
}
</style>
background-color css
<style>
a { background-color: #9443BC; }
a { background-color: rgb(148,67,188); }
div.DivClassName
{
background-color: #9443BC;
}
.BgClassName
{
background-color: #9443BC;
}
</style>
border-color css
<style>
span { border-color: #9443BC; }
span { border-color: rgb(148,67,188); }
td.TdClassName
{
border-color: #9443BC;
}
.TagClassName
{
border-color: #9443BC;
}
</style>