#934BAB

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

Shades of Deep Lilac #934BAB

Tints of Deep Lilac #934BAB

Color information

#934BAB (or 0x934BAB) is unknown color: approx Deep Lilac. HEX triplet: 93, 4B and AB. RGB value is (147,75,171). Sum of RGB (Red+Green+Blue) = 147+75+171=393 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.40% from 393); Green value is 75 (29.69% from 255 or 19.08% from 393); Blue value is 171 (67.19% from 255 or 43.51% from 393); Max value from RGB is 171 - color contains mainly: blue. Hex color #934BAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #934BAB is #6CB454. Grayscale: #6B6B6B. Windows color (decimal): -7124053 or 11226003. OLE color: 11226003.

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

Color convert

RGB14775171-
CMYK0.140.5600.33
HSL285º39.02%48.24%-
HSV(B)285º56.14%67.06%-
XYZ21.914.1840.11-
YUV107.47163.85156.19-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.40%
GREEN value IS 75 (29.69% from 255) = 19.08%
BLUE value IS 171 (67.19% from 255) = 43.51%
R=37.40%
G=19.08%
B=43.51%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal147751710.140.5600.3328539.0248.24
Hex934BABE3802111d2730
Octal22311325316700414354760
Binary1001001110010111010101111101110000100001100011101100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #934BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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