#934AAC

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

Shades of Deep Lilac #934AAC

Tints of Deep Lilac #934AAC

Color information

#934AAC (or 0x934AAC) is unknown color: approx Deep Lilac. HEX triplet: 93, 4A and AC. RGB value is (147,74,172). Sum of RGB (Red+Green+Blue) = 147+74+172=393 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.40% from 393); Green value is 74 (29.30% from 255 or 18.83% from 393); Blue value is 172 (67.58% from 255 or 43.77% from 393); Max value from RGB is 172 - color contains mainly: blue. Hex color #934AAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #934AAC is #6CB553. Grayscale: #6A6A6A. Windows color (decimal): -7124308 or 11291283. OLE color: 11291283.

HSL color Cylindrical-coordinate representation of color #934AAC: hue angle of 284.69º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #934AAC is Cyan = 0.15, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14774172-
CMYK0.150.5700.33
HSL284.69º39.84%48.24%-
HSV(B)284.69º56.98%67.45%-
XYZ21.9314.0840.59-
YUV107164.68156.53-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.40%
GREEN value IS 74 (29.30% from 255) = 18.83%
BLUE value IS 172 (67.58% from 255) = 43.77%
R=37.40%
G=18.83%
B=43.77%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal147741720.150.5700.33284.6939.8448.24
Hex934AACF3902111d2830
Octal22311225417710414355060
Binary1001001110010101010110011111110010100001100011101101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #934AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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