#934DBE

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

Shades of Deep Lilac #934DBE

Tints of Deep Lilac #934DBE

Color information

#934DBE (or 0x934DBE) is unknown color: approx Deep Lilac. HEX triplet: 93, 4D and BE. RGB value is (147,77,190). Sum of RGB (Red+Green+Blue) = 147+77+190=414 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.51% from 414); Green value is 77 (30.47% from 255 or 18.60% from 414); Blue value is 190 (74.61% from 255 or 45.89% from 414); Max value from RGB is 190 - color contains mainly: blue. Hex color #934DBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #934DBE is #6CB241. Grayscale: #6E6E6E. Windows color (decimal): -7123522 or 12471699. OLE color: 12471699.

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

Color convert

RGB14777190-
CMYK0.230.5900.25
HSL277.17º46.5%52.35%-
HSV(B)277.17º59.47%74.51%-
XYZ23.9815.2350.39-
YUV110.81172.69153.81-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.51%
GREEN value IS 77 (30.47% from 255) = 18.60%
BLUE value IS 190 (74.61% from 255) = 45.89%
R=35.51%
G=18.60%
B=45.89%

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
Decimal147771900.230.5900.25277.1746.552.35
Hex934DBE173B0191152f34
Octal22311527627730314255764
Binary1001001110011011011111010111111011011001100010101101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #934DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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