#935eac

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

Shades of Deep Lilac #935EAC

Tints of Deep Lilac #935EAC

Color information

#935EAC (or 0x935EAC) is unknown color: approx Deep Lilac. HEX triplet: 93, 5E and AC. RGB value is (147,94,172). Sum of RGB (Red+Green+Blue) = 147+94+172=413 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.59% from 413); Green value is 94 (37.11% from 255 or 22.76% from 413); Blue value is 172 (67.58% from 255 or 41.65% from 413); Max value from RGB is 172 - color contains mainly: blue. Hex color #935EAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #935EAC is #6CA153. Grayscale: #767676. Windows color (decimal): -7119188 or 11296403. OLE color: 11296403.

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

Color convert

RGB14794172-
CMYK0.150.4500.33
HSL280.77º31.97%52.16%-
HSV(B)280.77º45.35%67.45%-
XYZ23.4817.1941.11-
YUV118.74158.06148.16-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.59%
GREEN value IS 94 (37.11% from 255) = 22.76%
BLUE value IS 172 (67.58% from 255) = 41.65%
R=35.59%
G=22.76%
B=41.65%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal147941720.150.4500.33280.7731.9752.16
Hex935EACF2D0211192034
Octal22313625417550414314064
Binary1001001110111101010110011111011010100001100011001100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935eac

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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