#934EBE

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

Shades of Deep Lilac #934EBE

Tints of Deep Lilac #934EBE

Color information

#934EBE (or 0x934EBE) is unknown color: approx Deep Lilac. HEX triplet: 93, 4E and BE. RGB value is (147,78,190). Sum of RGB (Red+Green+Blue) = 147+78+190=415 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.42% from 415); Green value is 78 (30.86% from 255 or 18.80% from 415); Blue value is 190 (74.61% from 255 or 45.78% from 415); Max value from RGB is 190 - color contains mainly: blue. Hex color #934EBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #934EBE is #6CB141. Grayscale: #6F6F6F. Windows color (decimal): -7123266 or 12471955. OLE color: 12471955.

HSL color Cylindrical-coordinate representation of color #934EBE: hue angle of 276.96º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #934EBE is Cyan = 0.23, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14778190-
CMYK0.230.5900.25
HSL276.96º46.28%52.55%-
HSV(B)276.96º58.95%74.51%-
XYZ24.0515.3750.41-
YUV111.4172.36153.39-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.42%
GREEN value IS 78 (30.86% from 255) = 18.80%
BLUE value IS 190 (74.61% from 255) = 45.78%
R=35.42%
G=18.80%
B=45.78%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal147781900.230.5900.25276.9646.2852.55
Hex934EBE173B0191152e35
Octal22311627627730314255665
Binary1001001110011101011111010111111011011001100010101101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #934EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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