Shades of Deep Lilac #934AC4
Tints of Deep Lilac #934AC4
RGB
CMYK
RGB Variations
Color information
#934AC4 (or 0x934AC4) is known color: Deep Lilac. HEX triplet: 93, 4A and C4. RGB value is (147,74,196). Sum of RGB (Red+Green+Blue) = 147+74+196=417 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.25% from 417); Green value is 74 (29.30% from 255 or 17.75% from 417); Blue value is 196 (76.95% from 255 or 47.00% from 417); Max value from RGB is 196 - color contains mainly: blue. Hex color #934AC4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #934AC4 is #6CB53B. Grayscale: #6D6D6D. Windows color (decimal): -7124284 or 12864147. OLE color: 12864147.
HSL color Cylindrical-coordinate representation of color #934AC4: hue angle of 275.9º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #934AC4 is Cyan = 0.25, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 147 | 74 | 196 | - |
| CMYK | 0.25 | 0.62 | 0 | 0.23 |
| HSL | 275.9º | 0.51% | 0.53% | - |
| HSV(B) | 275.9º | 0.62% | 0.77% | - |
| XYZ | 24.45 | 15.09 | 53.85 | - |
| YUV | 109.74 | 176.68 | 154.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 74 | 196 | 0.25 | 0.62 | 0 | 0.23 | 275.9 | 0.51 | 0.53 |
| Hex | 93 | 4A | C4 | 19 | 3E | 0 | 17 | 114 | 33 | 35 |
| Octal | 223 | 112 | 304 | 31 | 76 | 0 | 27 | 424 | 63 | 65 |
| Binary | 10010011 | 1001010 | 11000100 | 11001 | 111110 | 0 | 10111 | 100010100 | 110011 | 110101 |
Color Harmonies of #934AC4
Complementary color
Monochromatic Colors of #934AC4
Black with #934AC4
Text Example
Text Example
White with #934AC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934AC4; }
p { color: rgb(147,74,196); }
H1.HeaderClassName
{
color: #934AC4;
}
.AnyTagClassName
{
color: #934AC4;
}
</style>
background-color css
<style>
a { background-color: #934AC4; }
a { background-color: rgb(147,74,196); }
div.DivClassName
{
background-color: #934AC4;
}
.BgClassName
{
background-color: #934AC4;
}
</style>
border-color css
<style>
span { border-color: #934AC4; }
span { border-color: rgb(147,74,196); }
td.TdClassName
{
border-color: #934AC4;
}
.TagClassName
{
border-color: #934AC4;
}
</style>