Shades of Deep Lilac #944ACF
Tints of Deep Lilac #944ACF
RGB
CMYK
RGB Variations
Color information
#944ACF (or 0x944ACF) is known color: Deep Lilac. HEX triplet: 94, 4A and CF. RGB value is (148,74,207). Sum of RGB (Red+Green+Blue) = 148+74+207=429 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.50% from 429); Green value is 74 (29.30% from 255 or 17.25% from 429); Blue value is 207 (81.25% from 255 or 48.25% from 429); Max value from RGB is 207 - color contains mainly: blue. Hex color #944ACF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #944ACF is #6BB530. Grayscale: #6E6E6E. Windows color (decimal): -7058737 or 13585044. OLE color: 13585044.
HSL color Cylindrical-coordinate representation of color #944ACF: hue angle of 273.38º 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 #944ACF is Cyan = 0.29, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 148 | 74 | 207 | - |
| CMYK | 0.29 | 0.64 | 0 | 0.19 |
| HSL | 273.38º | 0.58% | 0.55% | - |
| HSV(B) | 273.38º | 0.64% | 0.81% | - |
| XYZ | 25.92 | 15.7 | 60.7 | - |
| YUV | 111.29 | 182.02 | 154.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 74 | 207 | 0.29 | 0.64 | 0 | 0.19 | 273.38 | 0.58 | 0.55 |
| Hex | 94 | 4A | CF | 1D | 40 | 0 | 13 | 111 | 3A | 37 |
| Octal | 224 | 112 | 317 | 35 | 100 | 0 | 23 | 421 | 72 | 67 |
| Binary | 10010100 | 1001010 | 11001111 | 11101 | 1000000 | 0 | 10011 | 100010001 | 111010 | 110111 |
Color Harmonies of #944ACF
Complementary color
Monochromatic Colors of #944ACF
Black with #944ACF
Text Example
Text Example
White with #944ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944ACF; }
p { color: rgb(148,74,207); }
H1.HeaderClassName
{
color: #944ACF;
}
.AnyTagClassName
{
color: #944ACF;
}
</style>
background-color css
<style>
a { background-color: #944ACF; }
a { background-color: rgb(148,74,207); }
div.DivClassName
{
background-color: #944ACF;
}
.BgClassName
{
background-color: #944ACF;
}
</style>
border-color css
<style>
span { border-color: #944ACF; }
span { border-color: rgb(148,74,207); }
td.TdClassName
{
border-color: #944ACF;
}
.TagClassName
{
border-color: #944ACF;
}
</style>