#993CAB

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

Shades of Deep Lilac #993CAB

Tints of Deep Lilac #993CAB

Color information

#993CAB (or 0x993CAB) is unknown color: approx Deep Lilac. HEX triplet: 99, 3C and AB. RGB value is (153,60,171). Sum of RGB (Red+Green+Blue) = 153+60+171=384 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.84% from 384); Green value is 60 (23.83% from 255 or 15.62% from 384); Blue value is 171 (67.19% from 255 or 44.53% from 384); Max value from RGB is 171 - color contains mainly: blue. Hex color #993CAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993CAB is #66C354. Grayscale: #646464. Windows color (decimal): -6734677 or 11222169. OLE color: 11222169.

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

Color convert

RGB15360171-
CMYK0.110.6500.33
HSL290.27º48.05%45.29%-
HSV(B)290.27º64.91%67.06%-
XYZ22.112.9439.86-
YUV100.46167.81165.47-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.84%
GREEN value IS 60 (23.83% from 255) = 15.62%
BLUE value IS 171 (67.19% from 255) = 44.53%
R=39.84%
G=15.62%
B=44.53%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal153601710.110.6500.33290.2748.0545.29
Hex993CABB41021122302d
Octal23174253131010414426055
Binary1001100111110010101011101110000010100001100100010110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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