#993DAB

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

Shades of Deep Lilac #993DAB

Tints of Deep Lilac #993DAB

Color information

#993DAB (or 0x993DAB) is unknown color: approx Deep Lilac. HEX triplet: 99, 3D and AB. RGB value is (153,61,171). Sum of RGB (Red+Green+Blue) = 153+61+171=385 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.74% from 385); Green value is 61 (24.22% from 255 or 15.84% from 385); Blue value is 171 (67.19% from 255 or 44.42% from 385); Max value from RGB is 171 - color contains mainly: blue. Hex color #993DAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993DAB is #66C254. Grayscale: #646464. Windows color (decimal): -6734421 or 11222425. OLE color: 11222425.

HSL color Cylindrical-coordinate representation of color #993DAB: hue angle of 290.18º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #993DAB is Cyan = 0.11, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15361171-
CMYK0.110.6400.33
HSL290.18º47.41%45.49%-
HSV(B)290.18º64.33%67.06%-
XYZ22.1613.0539.88-
YUV101.05167.48165.06-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.74%
GREEN value IS 61 (24.22% from 255) = 15.84%
BLUE value IS 171 (67.19% from 255) = 44.42%
R=39.74%
G=15.84%
B=44.42%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal153611710.110.6400.33290.1847.4145.49
Hex993DABB400211222f2d
Octal23175253131000414425755
Binary1001100111110110101011101110000000100001100100010101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,61,171); }

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

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

 a { background-color: rgb(153,61,171); }

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

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

 span { border-color: rgb(153,61,171); }

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