#934CAC

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

Shades of Deep Lilac #934CAC

Tints of Deep Lilac #934CAC

Color information

#934CAC (or 0x934CAC) is unknown color: approx Deep Lilac. HEX triplet: 93, 4C and AC. RGB value is (147,76,172). Sum of RGB (Red+Green+Blue) = 147+76+172=395 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.22% from 395); Green value is 76 (30.08% from 255 or 19.24% from 395); Blue value is 172 (67.58% from 255 or 43.54% from 395); Max value from RGB is 172 - color contains mainly: blue. Hex color #934CAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #934CAC is #6CB353. Grayscale: #6B6B6B. Windows color (decimal): -7123796 or 11291795. OLE color: 11291795.

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

Color convert

RGB14776172-
CMYK0.150.5600.33
HSL284.38º38.71%48.63%-
HSV(B)284.38º55.81%67.45%-
XYZ22.0614.3540.64-
YUV108.17164.02155.69-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.22%
GREEN value IS 76 (30.08% from 255) = 19.24%
BLUE value IS 172 (67.58% from 255) = 43.54%
R=37.22%
G=19.24%
B=43.54%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal147761720.150.5600.33284.3838.7148.63
Hex934CACF3802111c2731
Octal22311425417700414344761
Binary1001001110011001010110011111110000100001100011100100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #934CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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