#993AAA

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

Shades of Deep Lilac #993AAA

Tints of Deep Lilac #993AAA

Color information

#993AAA (or 0x993AAA) is unknown color: approx Deep Lilac. HEX triplet: 99, 3A and AA. RGB value is (153,58,170). Sum of RGB (Red+Green+Blue) = 153+58+170=381 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.16% from 381); Green value is 58 (23.05% from 255 or 15.22% from 381); Blue value is 170 (66.80% from 255 or 44.62% from 381); Max value from RGB is 170 - color contains mainly: blue. Hex color #993AAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993AAA is #66C555. Grayscale: #626262. Windows color (decimal): -6735190 or 11156121. OLE color: 11156121.

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

Color convert

RGB15358170-
CMYK0.10.6600.33
HSL290.89º49.12%44.71%-
HSV(B)290.89º65.88%66.67%-
XYZ21.9112.739.33-
YUV99.17167.97166.39-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.16%
GREEN value IS 58 (23.05% from 255) = 15.22%
BLUE value IS 170 (66.80% from 255) = 44.62%
R=40.16%
G=15.22%
B=44.62%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal153581700.10.6600.33290.8949.1244.71
Hex993AAAA42021123312d
Octal23172252121020414436155
Binary1001100111101010101010101010000100100001100100011110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,58,170); }

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

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

 a { background-color: rgb(153,58,170); }

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

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

 span { border-color: rgb(153,58,170); }

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