#935DAE

Color #935DAE Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #935DAE

Tints of Deep Lilac #935DAE

Color information

#935DAE (or 0x935DAE) is unknown color: approx Deep Lilac. HEX triplet: 93, 5D and AE. RGB value is (147,93,174). Sum of RGB (Red+Green+Blue) = 147+93+174=414 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.51% from 414); Green value is 93 (36.72% from 255 or 22.46% from 414); Blue value is 174 (68.36% from 255 or 42.03% from 414); Max value from RGB is 174 - color contains mainly: blue. Hex color #935DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #935DAE is #6CA251. Grayscale: #767676. Windows color (decimal): -7119442 or 11427219. OLE color: 11427219.

HSL color Cylindrical-coordinate representation of color #935DAE: hue angle of 280º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #935DAE is Cyan = 0.16, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB14793174-
CMYK0.160.4700.32
HSL280º33.33%52.35%-
HSV(B)280º46.55%68.24%-
XYZ23.5917.0942.1-
YUV118.38159.39148.41-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 147 (57.81% from 255) = 35.51%
GREEN value IS 93 (36.72% from 255) = 22.46%
BLUE value IS 174 (68.36% from 255) = 42.03%
R=35.51%
G=22.46%
B=42.03%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal147931740.160.4700.3228033.3352.35
Hex935DAE102F0201182134
Octal22313525620570404304164
Binary10010011101110110101110100001011110100000100011000100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #935DAE; }

 p { color: rgb(147,93,174); }

 H1.HeaderClassName
 {
   color: #935DAE;
 }
 .AnyTagClassName
 {
   color: #935DAE;
 }
</style>
background-color css

<style>
 a { background-color: #935DAE; }

 a { background-color: rgb(147,93,174); }

 div.DivClassName
 {
   background-color: #935DAE;
 }
 .BgClassName
 {
   background-color: #935DAE;
 }
</style>
border-color css

<style>
 span { border-color: #935DAE; }

 span { border-color: rgb(147,93,174); }

 td.TdClassName
 {
   border-color: #935DAE;
 }
 .TagClassName
 {
   border-color: #935DAE;
 }
</style>