#934FBD

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

Shades of Deep Lilac #934FBD

Tints of Deep Lilac #934FBD

Color information

#934FBD (or 0x934FBD) is unknown color: approx Deep Lilac. HEX triplet: 93, 4F and BD. RGB value is (147,79,189). Sum of RGB (Red+Green+Blue) = 147+79+189=415 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.42% from 415); Green value is 79 (31.25% from 255 or 19.04% from 415); Blue value is 189 (74.22% from 255 or 45.54% from 415); Max value from RGB is 189 - color contains mainly: blue. Hex color #934FBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #934FBD is #6CB042. Grayscale: #6F6F6F. Windows color (decimal): -7123011 or 12406675. OLE color: 12406675.

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

Color convert

RGB14779189-
CMYK0.220.5800.26
HSL277.09º45.45%52.55%-
HSV(B)277.09º58.2%74.12%-
XYZ24.0115.4749.86-
YUV111.87171.53153.06-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.42%
GREEN value IS 79 (31.25% from 255) = 19.04%
BLUE value IS 189 (74.22% from 255) = 45.54%
R=35.42%
G=19.04%
B=45.54%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal147791890.220.5800.26277.0945.4552.55
Hex934FBD163A01A1152d35
Octal22311727526720324255565
Binary1001001110011111011110110110111010011010100010101101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #934FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,79,189); }

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

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

 a { background-color: rgb(147,79,189); }

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

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

 span { border-color: rgb(147,79,189); }

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