Shades of Deep Lilac #934EAF
Tints of Deep Lilac #934EAF
RGB
CMYK
RGB Variations
Color information
#934EAF (or 0x934EAF) is known color: Deep Lilac. HEX triplet: 93, 4E and AF. RGB value is (147,78,175). Sum of RGB (Red+Green+Blue) = 147+78+175=400 (52% of max value = 765). Red value is 147 (57.81% from 255 or 36.75% from 400); Green value is 78 (30.86% from 255 or 19.5% from 400); Blue value is 175 (68.75% from 255 or 43.75% from 400); Max value from RGB is 175 - color contains mainly: blue. Hex color #934EAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #934EAF is #6CB150. Grayscale: #6D6D6D. Windows color (decimal): -7123281 or 11488915. OLE color: 11488915.
HSL color Cylindrical-coordinate representation of color #934EAF: hue angle of 282.68º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #934EAF is Cyan = 0.16, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 147 | 78 | 175 | - |
| CMYK | 0.16 | 0.55 | 0 | 0.31 |
| HSL | 282.68º | 0.38% | 0.5% | - |
| HSV(B) | 282.68º | 0.55% | 0.69% | - |
| XYZ | 22.49 | 14.75 | 42.22 | - |
| YUV | 109.69 | 164.86 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 78 | 175 | 0.16 | 0.55 | 0 | 0.31 | 282.68 | 0.38 | 0.5 |
| Hex | 93 | 4E | AF | 10 | 37 | 0 | 1F | 11B | 26 | 32 |
| Octal | 223 | 116 | 257 | 20 | 67 | 0 | 37 | 433 | 46 | 62 |
| Binary | 10010011 | 1001110 | 10101111 | 10000 | 110111 | 0 | 11111 | 100011011 | 100110 | 110010 |
Color Harmonies of #934EAF
Complementary color
Monochromatic Colors of #934EAF
Black with #934EAF
Text Example
Text Example
White with #934EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934EAF; }
p { color: rgb(147,78,175); }
H1.HeaderClassName
{
color: #934EAF;
}
.AnyTagClassName
{
color: #934EAF;
}
</style>
background-color css
<style>
a { background-color: #934EAF; }
a { background-color: rgb(147,78,175); }
div.DivClassName
{
background-color: #934EAF;
}
.BgClassName
{
background-color: #934EAF;
}
</style>
border-color css
<style>
span { border-color: #934EAF; }
span { border-color: rgb(147,78,175); }
td.TdClassName
{
border-color: #934EAF;
}
.TagClassName
{
border-color: #934EAF;
}
</style>