#993FAE

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

Shades of Deep Lilac #993FAE

Tints of Deep Lilac #993FAE

Color information

#993FAE (or 0x993FAE) is unknown color: approx Deep Lilac. HEX triplet: 99, 3F and AE. RGB value is (153,63,174). Sum of RGB (Red+Green+Blue) = 153+63+174=390 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.23% from 390); Green value is 63 (25% from 255 or 16.15% from 390); Blue value is 174 (68.36% from 255 or 44.62% from 390); Max value from RGB is 174 - color contains mainly: blue. Hex color #993FAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993FAE is #66C051. Grayscale: #666666. Windows color (decimal): -6733906 or 11419545. OLE color: 11419545.

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

Color convert

RGB15363174-
CMYK0.120.6400.32
HSL288.65º46.84%46.47%-
HSV(B)288.65º63.79%68.24%-
XYZ22.5513.3841.44-
YUV102.56168.32163.97-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.23%
GREEN value IS 63 (25% from 255) = 16.15%
BLUE value IS 174 (68.36% from 255) = 44.62%
R=39.23%
G=16.15%
B=44.62%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal153631740.120.6400.32288.6546.8446.47
Hex993FAEC400201212f2e
Octal23177256141000404415756
Binary1001100111111110101110110010000000100000100100001101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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