#934DAB

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

Shades of Deep Lilac #934DAB

Tints of Deep Lilac #934DAB

Color information

#934DAB (or 0x934DAB) is unknown color: approx Deep Lilac. HEX triplet: 93, 4D and AB. RGB value is (147,77,171). Sum of RGB (Red+Green+Blue) = 147+77+171=395 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.22% from 395); Green value is 77 (30.47% from 255 or 19.49% from 395); Blue value is 171 (67.19% from 255 or 43.29% from 395); Max value from RGB is 171 - color contains mainly: blue. Hex color #934DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #934DAB is #6CB254. Grayscale: #6C6C6C. Windows color (decimal): -7123541 or 11226515. OLE color: 11226515.

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

Color convert

RGB14777171-
CMYK0.140.5500.33
HSL284.68º37.9%48.63%-
HSV(B)284.68º54.97%67.06%-
XYZ22.0414.4540.16-
YUV108.65163.19155.36-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.22%
GREEN value IS 77 (30.47% from 255) = 19.49%
BLUE value IS 171 (67.19% from 255) = 43.29%
R=37.22%
G=19.49%
B=43.29%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal147771710.140.5500.33284.6837.948.63
Hex934DABE3702111d2631
Octal22311525316670414354661
Binary1001001110011011010101111101101110100001100011101100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #934DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,77,171); }

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

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

 a { background-color: rgb(147,77,171); }

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

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

 span { border-color: rgb(147,77,171); }

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