#9B4EAB

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

Shades of Deep Lilac #9B4EAB

Tints of Deep Lilac #9B4EAB

Color information

#9B4EAB (or 0x9B4EAB) is unknown color: approx Deep Lilac. HEX triplet: 9B, 4E and AB. RGB value is (155,78,171). Sum of RGB (Red+Green+Blue) = 155+78+171=404 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.37% from 404); Green value is 78 (30.86% from 255 or 19.31% from 404); Blue value is 171 (67.19% from 255 or 42.33% from 404); Max value from RGB is 171 - color contains mainly: blue. Hex color #9B4EAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B4EAB is #64B154. Grayscale: #6F6F6F. Windows color (decimal): -6598997 or 11226779. OLE color: 11226779.

HSL color Cylindrical-coordinate representation of color #9B4EAB: hue angle of 289.68º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9B4EAB is Cyan = 0.09, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15578171-
CMYK0.090.5400.33
HSL289.68º37.35%48.82%-
HSV(B)289.68º54.39%67.06%-
XYZ23.5915.3640.25-
YUV111.62161.51158.94-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 38.37%
GREEN value IS 78 (30.86% from 255) = 19.31%
BLUE value IS 171 (67.19% from 255) = 42.33%
R=38.37%
G=19.31%
B=42.33%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal155781710.090.5400.33289.6837.3548.82
Hex9B4EAB9360211222531
Octal23311625311660414424561
Binary1001101110011101010101110011101100100001100100010100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,78,171); }

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

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

 a { background-color: rgb(155,78,171); }

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

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

 span { border-color: rgb(155,78,171); }

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