#934EBB

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

Shades of Deep Lilac #934EBB

Tints of Deep Lilac #934EBB

Color information

#934EBB (or 0x934EBB) is unknown color: approx Deep Lilac. HEX triplet: 93, 4E and BB. RGB value is (147,78,187). Sum of RGB (Red+Green+Blue) = 147+78+187=412 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.68% from 412); Green value is 78 (30.86% from 255 or 18.93% from 412); Blue value is 187 (73.44% from 255 or 45.39% from 412); Max value from RGB is 187 - color contains mainly: blue. Hex color #934EBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #934EBB is #6CB144. Grayscale: #6E6E6E. Windows color (decimal): -7123269 or 12275347. OLE color: 12275347.

HSL color Cylindrical-coordinate representation of color #934EBB: hue angle of 277.98º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #934EBB is Cyan = 0.21, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB14778187-
CMYK0.210.5800.27
HSL277.98º44.49%51.96%-
HSV(B)277.98º58.29%73.33%-
XYZ23.7315.2448.7-
YUV111.06170.86153.64-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.68%
GREEN value IS 78 (30.86% from 255) = 18.93%
BLUE value IS 187 (73.44% from 255) = 45.39%
R=35.68%
G=18.93%
B=45.39%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal147781870.210.5800.27277.9844.4951.96
Hex934EBB153A01B1162c34
Octal22311627325720334265464
Binary1001001110011101011101110101111010011011100010110101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #934EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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