Shades of Deep Lilac #934FAF
Tints of Deep Lilac #934FAF
RGB
CMYK
RGB Variations
Color information
#934FAF (or 0x934FAF) is known color: Deep Lilac. HEX triplet: 93, 4F and AF. RGB value is (147,79,175). Sum of RGB (Red+Green+Blue) = 147+79+175=401 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.66% from 401); Green value is 79 (31.25% from 255 or 19.70% from 401); Blue value is 175 (68.75% from 255 or 43.64% from 401); Max value from RGB is 175 - color contains mainly: blue. Hex color #934FAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #934FAF is #6CB050. Grayscale: #6D6D6D. Windows color (decimal): -7123025 or 11489171. OLE color: 11489171.
HSL color Cylindrical-coordinate representation of color #934FAF: hue angle of 282.5º 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 #934FAF is Cyan = 0.16, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 147 | 79 | 175 | - |
| CMYK | 0.16 | 0.55 | 0 | 0.31 |
| HSL | 282.5º | 0.38% | 0.5% | - |
| HSV(B) | 282.5º | 0.55% | 0.69% | - |
| XYZ | 22.57 | 14.89 | 42.24 | - |
| YUV | 110.28 | 164.53 | 154.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 79 | 175 | 0.16 | 0.55 | 0 | 0.31 | 282.5 | 0.38 | 0.5 |
| Hex | 93 | 4F | AF | 10 | 37 | 0 | 1F | 11A | 26 | 32 |
| Octal | 223 | 117 | 257 | 20 | 67 | 0 | 37 | 432 | 46 | 62 |
| Binary | 10010011 | 1001111 | 10101111 | 10000 | 110111 | 0 | 11111 | 100011010 | 100110 | 110010 |
Color Harmonies of #934FAF
Complementary color
Monochromatic Colors of #934FAF
Black with #934FAF
Text Example
Text Example
White with #934FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934FAF; }
p { color: rgb(147,79,175); }
H1.HeaderClassName
{
color: #934FAF;
}
.AnyTagClassName
{
color: #934FAF;
}
</style>
background-color css
<style>
a { background-color: #934FAF; }
a { background-color: rgb(147,79,175); }
div.DivClassName
{
background-color: #934FAF;
}
.BgClassName
{
background-color: #934FAF;
}
</style>
border-color css
<style>
span { border-color: #934FAF; }
span { border-color: rgb(147,79,175); }
td.TdClassName
{
border-color: #934FAF;
}
.TagClassName
{
border-color: #934FAF;
}
</style>