Shades of Deep Lilac #934ABD
Tints of Deep Lilac #934ABD
RGB
CMYK
RGB Variations
Color information
#934ABD (or 0x934ABD) is known color: Deep Lilac. HEX triplet: 93, 4A and BD. RGB value is (147,74,189). Sum of RGB (Red+Green+Blue) = 147+74+189=410 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.85% from 410); Green value is 74 (29.30% from 255 or 18.05% from 410); Blue value is 189 (74.22% from 255 or 46.10% from 410); Max value from RGB is 189 - color contains mainly: blue. Hex color #934ABD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #934ABD is #6CB542. Grayscale: #6C6C6C. Windows color (decimal): -7124291 or 12405395. OLE color: 12405395.
HSL color Cylindrical-coordinate representation of color #934ABD: hue angle of 278.09º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #934ABD is Cyan = 0.22, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 147 | 74 | 189 | - |
| CMYK | 0.22 | 0.61 | 0 | 0.26 |
| HSL | 278.09º | 0.47% | 0.52% | - |
| HSV(B) | 278.09º | 0.61% | 0.74% | - |
| XYZ | 23.67 | 14.77 | 49.75 | - |
| YUV | 108.94 | 173.18 | 155.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 74 | 189 | 0.22 | 0.61 | 0 | 0.26 | 278.09 | 0.47 | 0.52 |
| Hex | 93 | 4A | BD | 16 | 3D | 0 | 1A | 116 | 2F | 34 |
| Octal | 223 | 112 | 275 | 26 | 75 | 0 | 32 | 426 | 57 | 64 |
| Binary | 10010011 | 1001010 | 10111101 | 10110 | 111101 | 0 | 11010 | 100010110 | 101111 | 110100 |
Color Harmonies of #934ABD
Complementary color
Monochromatic Colors of #934ABD
Black with #934ABD
Text Example
Text Example
White with #934ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934ABD; }
p { color: rgb(147,74,189); }
H1.HeaderClassName
{
color: #934ABD;
}
.AnyTagClassName
{
color: #934ABD;
}
</style>
background-color css
<style>
a { background-color: #934ABD; }
a { background-color: rgb(147,74,189); }
div.DivClassName
{
background-color: #934ABD;
}
.BgClassName
{
background-color: #934ABD;
}
</style>
border-color css
<style>
span { border-color: #934ABD; }
span { border-color: rgb(147,74,189); }
td.TdClassName
{
border-color: #934ABD;
}
.TagClassName
{
border-color: #934ABD;
}
</style>