#935EAD

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

Shades of Deep Lilac #935EAD

Tints of Deep Lilac #935EAD

Color information

#935EAD (or 0x935EAD) is unknown color: approx Deep Lilac. HEX triplet: 93, 5E and AD. RGB value is (147,94,173). Sum of RGB (Red+Green+Blue) = 147+94+173=414 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.51% from 414); Green value is 94 (37.11% from 255 or 22.71% from 414); Blue value is 173 (67.97% from 255 or 41.79% from 414); Max value from RGB is 173 - color contains mainly: blue. Hex color #935EAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #935EAD is #6CA152. Grayscale: #767676. Windows color (decimal): -7119187 or 11361939. OLE color: 11361939.

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

Color convert

RGB14794173-
CMYK0.150.4600.32
HSL280.25º32.51%52.35%-
HSV(B)280.25º45.66%67.84%-
XYZ23.5817.2341.62-
YUV118.85158.56148.08-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.51%
GREEN value IS 94 (37.11% from 255) = 22.71%
BLUE value IS 173 (67.97% from 255) = 41.79%
R=35.51%
G=22.71%
B=41.79%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal147941730.150.4600.32280.2532.5152.35
Hex935EADF2E0201182134
Octal22313625517560404304164
Binary1001001110111101010110111111011100100000100011000100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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