#9B3EAE

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

Shades of Deep Lilac #9B3EAE

Tints of Deep Lilac #9B3EAE

Color information

#9B3EAE (or 0x9B3EAE) is unknown color: approx Deep Lilac. HEX triplet: 9B, 3E and AE. RGB value is (155,62,174). Sum of RGB (Red+Green+Blue) = 155+62+174=391 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.64% from 391); Green value is 62 (24.61% from 255 or 15.86% from 391); Blue value is 174 (68.36% from 255 or 44.50% from 391); Max value from RGB is 174 - color contains mainly: blue. Hex color #9B3EAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B3EAE is #64C151. Grayscale: #666666. Windows color (decimal): -6603090 or 11419291. OLE color: 11419291.

HSL color Cylindrical-coordinate representation of color #9B3EAE: hue angle of 289.82º 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 #9B3EAE is Cyan = 0.11, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB15562174-
CMYK0.110.6400.32
HSL289.82º47.46%46.27%-
HSV(B)289.82º64.37%68.24%-
XYZ22.8813.4741.44-
YUV102.58168.31165.39-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 39.64%
GREEN value IS 62 (24.61% from 255) = 15.86%
BLUE value IS 174 (68.36% from 255) = 44.50%
R=39.64%
G=15.86%
B=44.50%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal155621740.110.6400.32289.8247.4646.27
Hex9B3EAEB400201222f2e
Octal23376256131000404425756
Binary1001101111111010101110101110000000100000100100010101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B3EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B3EAE; }

 p { color: rgb(155,62,174); }

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

<style>
 a { background-color: #9B3EAE; }

 a { background-color: rgb(155,62,174); }

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

<style>
 span { border-color: #9B3EAE; }

 span { border-color: rgb(155,62,174); }

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