Shades of Deep Lilac #934AAA
Tints of Deep Lilac #934AAA
RGB
CMYK
RGB Variations
Color information
#934AAA (or 0x934AAA) is known color: Deep Lilac. HEX triplet: 93, 4A and AA. RGB value is (147,74,170). Sum of RGB (Red+Green+Blue) = 147+74+170=391 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.60% from 391); Green value is 74 (29.30% from 255 or 18.93% from 391); Blue value is 170 (66.80% from 255 or 43.48% from 391); Max value from RGB is 170 - color contains mainly: blue. Hex color #934AAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #934AAA is #6CB555. Grayscale: #6A6A6A. Windows color (decimal): -7124310 or 11160211. OLE color: 11160211.
HSL color Cylindrical-coordinate representation of color #934AAA: hue angle of 285.62º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #934AAA is Cyan = 0.14, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 147 | 74 | 170 | - |
| CMYK | 0.14 | 0.56 | 0 | 0.33 |
| HSL | 285.63º | 0.39% | 0.48% | - |
| HSV(B) | 285.63º | 0.56% | 0.67% | - |
| XYZ | 21.74 | 14 | 39.59 | - |
| YUV | 106.77 | 163.68 | 156.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 74 | 170 | 0.14 | 0.56 | 0 | 0.33 | 285.63 | 0.39 | 0.48 |
| Hex | 93 | 4A | AA | E | 38 | 0 | 21 | 11E | 27 | 30 |
| Octal | 223 | 112 | 252 | 16 | 70 | 0 | 41 | 436 | 47 | 60 |
| Binary | 10010011 | 1001010 | 10101010 | 1110 | 111000 | 0 | 100001 | 100011110 | 100111 | 110000 |
Color Harmonies of #934AAA
Complementary color
Monochromatic Colors of #934AAA
Black with #934AAA
Text Example
Text Example
White with #934AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934AAA; }
p { color: rgb(147,74,170); }
H1.HeaderClassName
{
color: #934AAA;
}
.AnyTagClassName
{
color: #934AAA;
}
</style>
background-color css
<style>
a { background-color: #934AAA; }
a { background-color: rgb(147,74,170); }
div.DivClassName
{
background-color: #934AAA;
}
.BgClassName
{
background-color: #934AAA;
}
</style>
border-color css
<style>
span { border-color: #934AAA; }
span { border-color: rgb(147,74,170); }
td.TdClassName
{
border-color: #934AAA;
}
.TagClassName
{
border-color: #934AAA;
}
</style>