#993BAA

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

Shades of Deep Lilac #993BAA

Tints of Deep Lilac #993BAA

Color information

#993BAA (or 0x993BAA) is unknown color: approx Deep Lilac. HEX triplet: 99, 3B and AA. RGB value is (153,59,170). Sum of RGB (Red+Green+Blue) = 153+59+170=382 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.05% from 382); Green value is 59 (23.44% from 255 or 15.45% from 382); Blue value is 170 (66.80% from 255 or 44.50% from 382); Max value from RGB is 170 - color contains mainly: blue. Hex color #993BAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993BAA is #66C455. Grayscale: #636363. Windows color (decimal): -6734934 or 11156377. OLE color: 11156377.

HSL color Cylindrical-coordinate representation of color #993BAA: hue angle of 290.81º 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 #993BAA is Cyan = 0.1, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15359170-
CMYK0.10.6500.33
HSL290.81º48.47%44.9%-
HSV(B)290.81º65.29%66.67%-
XYZ21.9612.839.34-
YUV99.76167.64165.97-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.05%
GREEN value IS 59 (23.44% from 255) = 15.45%
BLUE value IS 170 (66.80% from 255) = 44.50%
R=40.05%
G=15.45%
B=44.50%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal153591700.10.6500.33290.8148.4744.9
Hex993BAAA41021123302d
Octal23173252121010414436055
Binary1001100111101110101010101010000010100001100100011110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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