Shades of Deep Lilac #943FB1
Tints of Deep Lilac #943FB1
RGB
CMYK
RGB Variations
Color information
#943FB1 (or 0x943FB1) is known color: Deep Lilac. HEX triplet: 94, 3F and B1. RGB value is (148,63,177). Sum of RGB (Red+Green+Blue) = 148+63+177=388 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.14% from 388); Green value is 63 (25% from 255 or 16.24% from 388); Blue value is 177 (69.53% from 255 or 45.62% from 388); Max value from RGB is 177 - color contains mainly: blue. Hex color #943FB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #943FB1 is #6BC04E. Grayscale: #656565. Windows color (decimal): -7061583 or 11616148. OLE color: 11616148.
HSL color Cylindrical-coordinate representation of color #943FB1: hue angle of 284.74º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #943FB1 is Cyan = 0.16, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 148 | 63 | 177 | - |
| CMYK | 0.16 | 0.64 | 0 | 0.31 |
| HSL | 284.74º | 0.48% | 0.47% | - |
| HSV(B) | 284.74º | 0.64% | 0.69% | - |
| XYZ | 21.93 | 13.03 | 42.95 | - |
| YUV | 101.41 | 170.66 | 161.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 63 | 177 | 0.16 | 0.64 | 0 | 0.31 | 284.74 | 0.48 | 0.47 |
| Hex | 94 | 3F | B1 | 10 | 40 | 0 | 1F | 11D | 30 | 2F |
| Octal | 224 | 77 | 261 | 20 | 100 | 0 | 37 | 435 | 60 | 57 |
| Binary | 10010100 | 111111 | 10110001 | 10000 | 1000000 | 0 | 11111 | 100011101 | 110000 | 101111 |
Color Harmonies of #943FB1
Complementary color
Monochromatic Colors of #943FB1
Black with #943FB1
Text Example
Text Example
White with #943FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #943FB1; }
p { color: rgb(148,63,177); }
H1.HeaderClassName
{
color: #943FB1;
}
.AnyTagClassName
{
color: #943FB1;
}
</style>
background-color css
<style>
a { background-color: #943FB1; }
a { background-color: rgb(148,63,177); }
div.DivClassName
{
background-color: #943FB1;
}
.BgClassName
{
background-color: #943FB1;
}
</style>
border-color css
<style>
span { border-color: #943FB1; }
span { border-color: rgb(148,63,177); }
td.TdClassName
{
border-color: #943FB1;
}
.TagClassName
{
border-color: #943FB1;
}
</style>