Shades of Deep Lilac #944BCF
Tints of Deep Lilac #944BCF
RGB
CMYK
RGB Variations
Color information
#944BCF (or 0x944BCF) is known color: Deep Lilac. HEX triplet: 94, 4B and CF. RGB value is (148,75,207). Sum of RGB (Red+Green+Blue) = 148+75+207=430 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.42% from 430); Green value is 75 (29.69% from 255 or 17.44% from 430); Blue value is 207 (81.25% from 255 or 48.14% from 430); Max value from RGB is 207 - color contains mainly: blue. Hex color #944BCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #944BCF is #6BB430. Grayscale: #6F6F6F. Windows color (decimal): -7058481 or 13585300. OLE color: 13585300.
HSL color Cylindrical-coordinate representation of color #944BCF: hue angle of 273.18º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #944BCF is Cyan = 0.29, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 148 | 75 | 207 | - |
| CMYK | 0.29 | 0.64 | 0 | 0.19 |
| HSL | 273.18º | 0.58% | 0.55% | - |
| HSV(B) | 273.18º | 0.64% | 0.81% | - |
| XYZ | 25.99 | 15.83 | 60.72 | - |
| YUV | 111.88 | 181.68 | 153.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 75 | 207 | 0.29 | 0.64 | 0 | 0.19 | 273.18 | 0.58 | 0.55 |
| Hex | 94 | 4B | CF | 1D | 40 | 0 | 13 | 111 | 3A | 37 |
| Octal | 224 | 113 | 317 | 35 | 100 | 0 | 23 | 421 | 72 | 67 |
| Binary | 10010100 | 1001011 | 11001111 | 11101 | 1000000 | 0 | 10011 | 100010001 | 111010 | 110111 |
Color Harmonies of #944BCF
Complementary color
Monochromatic Colors of #944BCF
Black with #944BCF
Text Example
Text Example
White with #944BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944BCF; }
p { color: rgb(148,75,207); }
H1.HeaderClassName
{
color: #944BCF;
}
.AnyTagClassName
{
color: #944BCF;
}
</style>
background-color css
<style>
a { background-color: #944BCF; }
a { background-color: rgb(148,75,207); }
div.DivClassName
{
background-color: #944BCF;
}
.BgClassName
{
background-color: #944BCF;
}
</style>
border-color css
<style>
span { border-color: #944BCF; }
span { border-color: rgb(148,75,207); }
td.TdClassName
{
border-color: #944BCF;
}
.TagClassName
{
border-color: #944BCF;
}
</style>