Shades of Deep Lilac #944BCD
Tints of Deep Lilac #944BCD
RGB
CMYK
RGB Variations
Color information
#944BCD (or 0x944BCD) is known color: Deep Lilac. HEX triplet: 94, 4B and CD. RGB value is (148,75,205). Sum of RGB (Red+Green+Blue) = 148+75+205=428 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.58% from 428); Green value is 75 (29.69% from 255 or 17.52% from 428); Blue value is 205 (80.47% from 255 or 47.90% from 428); Max value from RGB is 205 - color contains mainly: blue. Hex color #944BCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #944BCD is #6BB432. Grayscale: #6F6F6F. Windows color (decimal): -7058483 or 13454228. OLE color: 13454228.
HSL color Cylindrical-coordinate representation of color #944BCD: hue angle of 273.69º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #944BCD is Cyan = 0.28, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 148 | 75 | 205 | - |
| CMYK | 0.28 | 0.63 | 0 | 0.20 |
| HSL | 273.69º | 0.57% | 0.55% | - |
| HSV(B) | 273.69º | 0.63% | 0.8% | - |
| XYZ | 25.75 | 15.74 | 59.44 | - |
| YUV | 111.65 | 180.68 | 153.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 75 | 205 | 0.28 | 0.63 | 0 | 0.20 | 273.69 | 0.57 | 0.55 |
| Hex | 94 | 4B | CD | 1C | 3F | 0 | 14 | 112 | 39 | 37 |
| Octal | 224 | 113 | 315 | 34 | 77 | 0 | 24 | 422 | 71 | 67 |
| Binary | 10010100 | 1001011 | 11001101 | 11100 | 111111 | 0 | 10100 | 100010010 | 111001 | 110111 |
Color Harmonies of #944BCD
Complementary color
Monochromatic Colors of #944BCD
Black with #944BCD
Text Example
Text Example
White with #944BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944BCD; }
p { color: rgb(148,75,205); }
H1.HeaderClassName
{
color: #944BCD;
}
.AnyTagClassName
{
color: #944BCD;
}
</style>
background-color css
<style>
a { background-color: #944BCD; }
a { background-color: rgb(148,75,205); }
div.DivClassName
{
background-color: #944BCD;
}
.BgClassName
{
background-color: #944BCD;
}
</style>
border-color css
<style>
span { border-color: #944BCD; }
span { border-color: rgb(148,75,205); }
td.TdClassName
{
border-color: #944BCD;
}
.TagClassName
{
border-color: #944BCD;
}
</style>