#934ABA

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

Shades of Deep Lilac #934ABA

Tints of Deep Lilac #934ABA

Color information

#934ABA (or 0x934ABA) is unknown color: approx Deep Lilac. HEX triplet: 93, 4A and BA. RGB value is (147,74,186). Sum of RGB (Red+Green+Blue) = 147+74+186=407 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.12% from 407); Green value is 74 (29.30% from 255 or 18.18% from 407); Blue value is 186 (73.05% from 255 or 45.70% from 407); Max value from RGB is 186 - color contains mainly: blue. Hex color #934ABA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #934ABA is #6CB545. Grayscale: #6C6C6C. Windows color (decimal): -7124294 or 12208787. OLE color: 12208787.

HSL color Cylindrical-coordinate representation of color #934ABA: hue angle of 279.11º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #934ABA is Cyan = 0.21, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB14774186-
CMYK0.210.6000.27
HSL279.11º44.8%50.98%-
HSV(B)279.11º60.22%72.94%-
XYZ23.3414.6548.05-
YUV108.6171.68155.39-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.12%
GREEN value IS 74 (29.30% from 255) = 18.18%
BLUE value IS 186 (73.05% from 255) = 45.70%
R=36.12%
G=18.18%
B=45.70%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal147741860.210.6000.27279.1144.850.98
Hex934ABA153C01B1172d33
Octal22311227225740334275563
Binary1001001110010101011101010101111100011011100010111101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #934ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,74,186); }

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

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

 a { background-color: rgb(147,74,186); }

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

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

 span { border-color: rgb(147,74,186); }

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