#934EC2

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

Shades of Deep Lilac #934EC2

Tints of Deep Lilac #934EC2

Color information

#934EC2 (or 0x934EC2) is unknown color: approx Deep Lilac. HEX triplet: 93, 4E and C2. RGB value is (147,78,194). Sum of RGB (Red+Green+Blue) = 147+78+194=419 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.08% from 419); Green value is 78 (30.86% from 255 or 18.62% from 419); Blue value is 194 (76.17% from 255 or 46.30% from 419); Max value from RGB is 194 - color contains mainly: blue. Hex color #934EC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #934EC2 is #6CB13D. Grayscale: #6F6F6F. Windows color (decimal): -7123262 or 12734099. OLE color: 12734099.

HSL color Cylindrical-coordinate representation of color #934EC2: hue angle of 275.69º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #934EC2 is Cyan = 0.24, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB14778194-
CMYK0.240.6000.24
HSL275.69º48.74%53.33%-
HSV(B)275.69º59.79%76.08%-
XYZ24.4915.5552.75-
YUV111.85174.36153.07-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.08%
GREEN value IS 78 (30.86% from 255) = 18.62%
BLUE value IS 194 (76.17% from 255) = 46.30%
R=35.08%
G=18.62%
B=46.30%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal147781940.240.6000.24275.6948.7453.33
Hex934EC2183C0181143135
Octal22311630230740304246165
Binary1001001110011101100001011000111100011000100010100110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #934EC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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