#934ECF

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

Shades of Deep Lilac #934ECF

Tints of Deep Lilac #934ECF

Color information

#934ECF (or 0x934ECF) is unknown color: approx Deep Lilac. HEX triplet: 93, 4E and CF. RGB value is (147,78,207). Sum of RGB (Red+Green+Blue) = 147+78+207=432 (57% of max value = 765). Red value is 147 (57.81% from 255 or 34.03% from 432); Green value is 78 (30.86% from 255 or 18.06% from 432); Blue value is 207 (81.25% from 255 or 47.92% from 432); Max value from RGB is 207 - color contains mainly: blue. Hex color #934ECF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #934ECF is #6CB130. Grayscale: #707070. Windows color (decimal): -7123249 or 13586067. OLE color: 13586067.

HSL color Cylindrical-coordinate representation of color #934ECF: hue angle of 272.09º 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 #934ECF is Cyan = 0.29, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB14778207-
CMYK0.290.6200.19
HSL272.09º57.33%55.88%-
HSV(B)272.09º62.32%81.18%-
XYZ26.0216.1660.78-
YUV113.34180.86152.01-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.03%
GREEN value IS 78 (30.86% from 255) = 18.06%
BLUE value IS 207 (81.25% from 255) = 47.92%
R=34.03%
G=18.06%
B=47.92%

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
Decimal147782070.290.6200.19272.0957.3355.88
Hex934ECF1D3E0131103938
Octal22311631735760234207170
Binary1001001110011101100111111101111110010011100010000111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #934ECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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