#935DAC

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

Shades of Deep Lilac #935DAC

Tints of Deep Lilac #935DAC

Color information

#935DAC (or 0x935DAC) is unknown color: approx Deep Lilac. HEX triplet: 93, 5D and AC. RGB value is (147,93,172). Sum of RGB (Red+Green+Blue) = 147+93+172=412 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.68% from 412); Green value is 93 (36.72% from 255 or 22.57% from 412); Blue value is 172 (67.58% from 255 or 41.75% from 412); Max value from RGB is 172 - color contains mainly: blue. Hex color #935DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #935DAC is #6CA253. Grayscale: #757575. Windows color (decimal): -7119444 or 11296147. OLE color: 11296147.

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

Color convert

RGB14793172-
CMYK0.150.4600.33
HSL281.01º32.24%51.96%-
HSV(B)281.01º45.93%67.45%-
XYZ23.3917.0141.08-
YUV118.15158.39148.58-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.68%
GREEN value IS 93 (36.72% from 255) = 22.57%
BLUE value IS 172 (67.58% from 255) = 41.75%
R=35.68%
G=22.57%
B=41.75%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal147931720.150.4600.33281.0132.2451.96
Hex935DACF2E0211192034
Octal22313525417560414314064
Binary1001001110111011010110011111011100100001100011001100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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