#934EC8

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

Shades of Deep Lilac #934EC8

Tints of Deep Lilac #934EC8

Color information

#934EC8 (or 0x934EC8) is unknown color: approx Deep Lilac. HEX triplet: 93, 4E and C8. RGB value is (147,78,200). Sum of RGB (Red+Green+Blue) = 147+78+200=425 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.59% from 425); Green value is 78 (30.86% from 255 or 18.35% from 425); Blue value is 200 (78.52% from 255 or 47.06% from 425); Max value from RGB is 200 - color contains mainly: blue. Hex color #934EC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #934EC8 is #6CB137. Grayscale: #707070. Windows color (decimal): -7123256 or 13127315. OLE color: 13127315.

HSL color Cylindrical-coordinate representation of color #934EC8: hue angle of 273.93º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #934EC8 is Cyan = 0.26, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB14778200-
CMYK0.260.6100.22
HSL273.93º52.59%54.51%-
HSV(B)273.93º61%78.43%-
XYZ25.1815.8256.37-
YUV112.54177.36152.58-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.59%
GREEN value IS 78 (30.86% from 255) = 18.35%
BLUE value IS 200 (78.52% from 255) = 47.06%
R=34.59%
G=18.35%
B=47.06%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal147782000.260.6100.22273.9352.5954.51
Hex934EC81A3D0161123537
Octal22311631032750264226567
Binary1001001110011101100100011010111101010110100010010110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #934EC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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