#993DAE

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

Shades of Deep Lilac #993DAE

Tints of Deep Lilac #993DAE

Color information

#993DAE (or 0x993DAE) is unknown color: approx Deep Lilac. HEX triplet: 99, 3D and AE. RGB value is (153,61,174). Sum of RGB (Red+Green+Blue) = 153+61+174=388 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.43% from 388); Green value is 61 (24.22% from 255 or 15.72% from 388); Blue value is 174 (68.36% from 255 or 44.85% from 388); Max value from RGB is 174 - color contains mainly: blue. Hex color #993DAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993DAE is #66C251. Grayscale: #656565. Windows color (decimal): -6734418 or 11419033. OLE color: 11419033.

HSL color Cylindrical-coordinate representation of color #993DAE: hue angle of 288.85º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #993DAE is Cyan = 0.12, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB15361174-
CMYK0.120.6500.32
HSL288.85º48.09%46.08%-
HSV(B)288.85º64.94%68.24%-
XYZ22.4513.1741.4-
YUV101.39168.98164.81-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.43%
GREEN value IS 61 (24.22% from 255) = 15.72%
BLUE value IS 174 (68.36% from 255) = 44.85%
R=39.43%
G=15.72%
B=44.85%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal153611740.120.6500.32288.8548.0946.08
Hex993DAEC41020121302e
Octal23175256141010404416056
Binary1001100111110110101110110010000010100000100100001110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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