#935BAE

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

Shades of Deep Lilac #935BAE

Tints of Deep Lilac #935BAE

Color information

#935BAE (or 0x935BAE) is unknown color: approx Deep Lilac. HEX triplet: 93, 5B and AE. RGB value is (147,91,174). Sum of RGB (Red+Green+Blue) = 147+91+174=412 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.68% from 412); Green value is 91 (35.94% from 255 or 22.09% from 412); Blue value is 174 (68.36% from 255 or 42.23% from 412); Max value from RGB is 174 - color contains mainly: blue. Hex color #935BAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #935BAE is #6CA451. Grayscale: #747474. Windows color (decimal): -7119954 or 11426707. OLE color: 11426707.

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

Color convert

RGB14791174-
CMYK0.160.4800.32
HSL280.48º33.88%51.96%-
HSV(B)280.48º47.7%68.24%-
XYZ23.4116.7442.04-
YUV117.21160.05149.25-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.68%
GREEN value IS 91 (35.94% from 255) = 22.09%
BLUE value IS 174 (68.36% from 255) = 42.23%
R=35.68%
G=22.09%
B=42.23%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal147911740.160.4800.32280.4833.8851.96
Hex935BAE10300201182234
Octal22313325620600404304264
Binary10010011101101110101110100001100000100000100011000100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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