Shades of Deep Lilac #944AB6
Tints of Deep Lilac #944AB6
RGB
CMYK
RGB Variations
Color information
#944AB6 (or 0x944AB6) is known color: Deep Lilac. HEX triplet: 94, 4A and B6. RGB value is (148,74,182). Sum of RGB (Red+Green+Blue) = 148+74+182=404 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.63% from 404); Green value is 74 (29.30% from 255 or 18.32% from 404); Blue value is 182 (71.48% from 255 or 45.05% from 404); Max value from RGB is 182 - color contains mainly: blue. Hex color #944AB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #944AB6 is #6BB549. Grayscale: #6C6C6C. Windows color (decimal): -7058762 or 11946644. OLE color: 11946644.
HSL color Cylindrical-coordinate representation of color #944AB6: hue angle of 281.11º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #944AB6 is Cyan = 0.19, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 148 | 74 | 182 | - |
| CMYK | 0.19 | 0.59 | 0 | 0.29 |
| HSL | 281.11º | 0.43% | 0.5% | - |
| HSV(B) | 281.11º | 0.59% | 0.71% | - |
| XYZ | 23.11 | 14.57 | 45.85 | - |
| YUV | 108.44 | 169.52 | 156.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 74 | 182 | 0.19 | 0.59 | 0 | 0.29 | 281.11 | 0.43 | 0.5 |
| Hex | 94 | 4A | B6 | 13 | 3B | 0 | 1D | 119 | 2B | 32 |
| Octal | 224 | 112 | 266 | 23 | 73 | 0 | 35 | 431 | 53 | 62 |
| Binary | 10010100 | 1001010 | 10110110 | 10011 | 111011 | 0 | 11101 | 100011001 | 101011 | 110010 |
Color Harmonies of #944AB6
Complementary color
Monochromatic Colors of #944AB6
Black with #944AB6
Text Example
Text Example
White with #944AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944AB6; }
p { color: rgb(148,74,182); }
H1.HeaderClassName
{
color: #944AB6;
}
.AnyTagClassName
{
color: #944AB6;
}
</style>
background-color css
<style>
a { background-color: #944AB6; }
a { background-color: rgb(148,74,182); }
div.DivClassName
{
background-color: #944AB6;
}
.BgClassName
{
background-color: #944AB6;
}
</style>
border-color css
<style>
span { border-color: #944AB6; }
span { border-color: rgb(148,74,182); }
td.TdClassName
{
border-color: #944AB6;
}
.TagClassName
{
border-color: #944AB6;
}
</style>