#934BAE

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

Shades of Deep Lilac #934BAE

Tints of Deep Lilac #934BAE

Color information

#934BAE (or 0x934BAE) is unknown color: approx Deep Lilac. HEX triplet: 93, 4B and AE. RGB value is (147,75,174). Sum of RGB (Red+Green+Blue) = 147+75+174=396 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.12% from 396); Green value is 75 (29.69% from 255 or 18.94% from 396); Blue value is 174 (68.36% from 255 or 43.94% from 396); Max value from RGB is 174 - color contains mainly: blue. Hex color #934BAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #934BAE is #6CB451. Grayscale: #6B6B6B. Windows color (decimal): -7124050 or 11422611. OLE color: 11422611.

HSL color Cylindrical-coordinate representation of color #934BAE: hue angle of 283.64º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #934BAE is Cyan = 0.16, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB14775174-
CMYK0.160.5700.32
HSL283.64º39.76%48.82%-
HSV(B)283.64º56.9%68.24%-
XYZ22.1914.2941.63-
YUV107.81165.35155.95-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.12%
GREEN value IS 75 (29.69% from 255) = 18.94%
BLUE value IS 174 (68.36% from 255) = 43.94%
R=37.12%
G=18.94%
B=43.94%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal147751740.160.5700.32283.6439.7648.82
Hex934BAE103902011c2831
Octal22311325620710404345061
Binary10010011100101110101110100001110010100000100011100101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #934BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,75,174); }

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

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

 a { background-color: rgb(147,75,174); }

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

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

 span { border-color: rgb(147,75,174); }

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