Shades of Deep Lilac #944AC2
Tints of Deep Lilac #944AC2
RGB
CMYK
RGB Variations
Color information
#944AC2 (or 0x944AC2) is known color: Deep Lilac. HEX triplet: 94, 4A and C2. RGB value is (148,74,194). Sum of RGB (Red+Green+Blue) = 148+74+194=416 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.58% from 416); Green value is 74 (29.30% from 255 or 17.79% from 416); Blue value is 194 (76.17% from 255 or 46.63% from 416); Max value from RGB is 194 - color contains mainly: blue. Hex color #944AC2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #944AC2 is #6BB53D. Grayscale: #6D6D6D. Windows color (decimal): -7058750 or 12733076. OLE color: 12733076.
HSL color Cylindrical-coordinate representation of color #944AC2: hue angle of 277º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #944AC2 is Cyan = 0.24, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 148 | 74 | 194 | - |
| CMYK | 0.24 | 0.62 | 0 | 0.24 |
| HSL | 277º | 0.5% | 0.53% | - |
| HSV(B) | 277º | 0.62% | 0.76% | - |
| XYZ | 24.4 | 15.09 | 52.67 | - |
| YUV | 109.81 | 175.52 | 155.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 74 | 194 | 0.24 | 0.62 | 0 | 0.24 | 277 | 0.5 | 0.53 |
| Hex | 94 | 4A | C2 | 18 | 3E | 0 | 18 | 115 | 32 | 35 |
| Octal | 224 | 112 | 302 | 30 | 76 | 0 | 30 | 425 | 62 | 65 |
| Binary | 10010100 | 1001010 | 11000010 | 11000 | 111110 | 0 | 11000 | 100010101 | 110010 | 110101 |
Color Harmonies of #944AC2
Complementary color
Monochromatic Colors of #944AC2
Black with #944AC2
Text Example
Text Example
White with #944AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944AC2; }
p { color: rgb(148,74,194); }
H1.HeaderClassName
{
color: #944AC2;
}
.AnyTagClassName
{
color: #944AC2;
}
</style>
background-color css
<style>
a { background-color: #944AC2; }
a { background-color: rgb(148,74,194); }
div.DivClassName
{
background-color: #944AC2;
}
.BgClassName
{
background-color: #944AC2;
}
</style>
border-color css
<style>
span { border-color: #944AC2; }
span { border-color: rgb(148,74,194); }
td.TdClassName
{
border-color: #944AC2;
}
.TagClassName
{
border-color: #944AC2;
}
</style>