#935FAD

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

Shades of Deep Lilac #935FAD

Tints of Deep Lilac #935FAD

Color information

#935FAD (or 0x935FAD) is unknown color: approx Deep Lilac. HEX triplet: 93, 5F and AD. RGB value is (147,95,173). Sum of RGB (Red+Green+Blue) = 147+95+173=415 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.42% from 415); Green value is 95 (37.5% from 255 or 22.89% from 415); Blue value is 173 (67.97% from 255 or 41.69% from 415); Max value from RGB is 173 - color contains mainly: blue. Hex color #935FAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #935FAD is #6CA052. Grayscale: #777777. Windows color (decimal): -7118931 or 11362195. OLE color: 11362195.

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

Color convert

RGB14795173-
CMYK0.150.4500.32
HSL280º32.23%52.55%-
HSV(B)280º45.09%67.84%-
XYZ23.6717.441.65-
YUV119.44158.23147.66-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.42%
GREEN value IS 95 (37.5% from 255) = 22.89%
BLUE value IS 173 (67.97% from 255) = 41.69%
R=35.42%
G=22.89%
B=41.69%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal147951730.150.4500.3228032.2352.55
Hex935FADF2D0201182035
Octal22313725517550404304065
Binary1001001110111111010110111111011010100000100011000100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,95,173); }

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

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

 a { background-color: rgb(147,95,173); }

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

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

 span { border-color: rgb(147,95,173); }

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