#934ece

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

Shades of Deep Lilac #934ECE

Tints of Deep Lilac #934ECE

Color information

#934ECE (or 0x934ECE) is unknown color: approx Deep Lilac. HEX triplet: 93, 4E and CE. RGB value is (147,78,206). Sum of RGB (Red+Green+Blue) = 147+78+206=431 (57% of max value = 765). Red value is 147 (57.81% from 255 or 34.11% from 431); Green value is 78 (30.86% from 255 or 18.10% from 431); Blue value is 206 (80.86% from 255 or 47.80% from 431); Max value from RGB is 206 - color contains mainly: blue. Hex color #934ECE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #934ECE is #6CB131. Grayscale: #707070. Windows color (decimal): -7123250 or 13520531. OLE color: 13520531.

HSL color Cylindrical-coordinate representation of color #934ECE: hue angle of 272.34º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #934ECE is Cyan = 0.29, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB14778206-
CMYK0.290.6200.19
HSL272.34º56.64%55.69%-
HSV(B)272.34º62.14%80.78%-
XYZ25.916.1160.14-
YUV113.22180.36152.09-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.11%
GREEN value IS 78 (30.86% from 255) = 18.10%
BLUE value IS 206 (80.86% from 255) = 47.80%
R=34.11%
G=18.10%
B=47.80%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal147782060.290.6200.19272.3456.6455.69
Hex934ECE1D3E0131103938
Octal22311631635760234207170
Binary1001001110011101100111011101111110010011100010000111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #934ece

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #934ece; }

 p { color: rgb(147,78,206); }

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

<style>
 a { background-color: #934ece; }

 a { background-color: rgb(147,78,206); }

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

<style>
 span { border-color: #934ece; }

 span { border-color: rgb(147,78,206); }

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