Shades of Deep Lilac #944ACB
Tints of Deep Lilac #944ACB
RGB
CMYK
RGB Variations
Color information
#944ACB (or 0x944ACB) is known color: Deep Lilac. HEX triplet: 94, 4A and CB. RGB value is (148,74,203). Sum of RGB (Red+Green+Blue) = 148+74+203=425 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.82% from 425); Green value is 74 (29.30% from 255 or 17.41% from 425); Blue value is 203 (79.69% from 255 or 47.76% from 425); Max value from RGB is 203 - color contains mainly: blue. Hex color #944ACB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #944ACB is #6BB534. Grayscale: #6E6E6E. Windows color (decimal): -7058741 or 13322900. OLE color: 13322900.
HSL color Cylindrical-coordinate representation of color #944ACB: hue angle of 274.42º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #944ACB is Cyan = 0.27, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 148 | 74 | 203 | - |
| CMYK | 0.27 | 0.64 | 0 | 0.20 |
| HSL | 274.42º | 0.55% | 0.54% | - |
| HSV(B) | 274.42º | 0.64% | 0.8% | - |
| XYZ | 25.44 | 15.51 | 58.15 | - |
| YUV | 110.83 | 180.02 | 154.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 74 | 203 | 0.27 | 0.64 | 0 | 0.20 | 274.42 | 0.55 | 0.54 |
| Hex | 94 | 4A | CB | 1B | 40 | 0 | 14 | 112 | 37 | 36 |
| Octal | 224 | 112 | 313 | 33 | 100 | 0 | 24 | 422 | 67 | 66 |
| Binary | 10010100 | 1001010 | 11001011 | 11011 | 1000000 | 0 | 10100 | 100010010 | 110111 | 110110 |
Color Harmonies of #944ACB
Complementary color
Monochromatic Colors of #944ACB
Black with #944ACB
Text Example
Text Example
White with #944ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944ACB; }
p { color: rgb(148,74,203); }
H1.HeaderClassName
{
color: #944ACB;
}
.AnyTagClassName
{
color: #944ACB;
}
</style>
background-color css
<style>
a { background-color: #944ACB; }
a { background-color: rgb(148,74,203); }
div.DivClassName
{
background-color: #944ACB;
}
.BgClassName
{
background-color: #944ACB;
}
</style>
border-color css
<style>
span { border-color: #944ACB; }
span { border-color: rgb(148,74,203); }
td.TdClassName
{
border-color: #944ACB;
}
.TagClassName
{
border-color: #944ACB;
}
</style>