#9B4FAC

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

Shades of Deep Lilac #9B4FAC

Tints of Deep Lilac #9B4FAC

Color information

#9B4FAC (or 0x9B4FAC) is unknown color: approx Deep Lilac. HEX triplet: 9B, 4F and AC. RGB value is (155,79,172). Sum of RGB (Red+Green+Blue) = 155+79+172=406 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.18% from 406); Green value is 79 (31.25% from 255 or 19.46% from 406); Blue value is 172 (67.58% from 255 or 42.36% from 406); Max value from RGB is 172 - color contains mainly: blue. Hex color #9B4FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B4FAC is #64B053. Grayscale: #707070. Windows color (decimal): -6598740 or 11292571. OLE color: 11292571.

HSL color Cylindrical-coordinate representation of color #9B4FAC: hue angle of 289.03º 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 #9B4FAC is Cyan = 0.10, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15579172-
CMYK0.100.5400.33
HSL289.03º37.05%49.22%-
HSV(B)289.03º54.07%67.45%-
XYZ23.7615.5440.78-
YUV112.33161.68158.44-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 38.18%
GREEN value IS 79 (31.25% from 255) = 19.46%
BLUE value IS 172 (67.58% from 255) = 42.36%
R=38.18%
G=19.46%
B=42.36%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal155791720.100.5400.33289.0337.0549.22
Hex9B4FACA360211212531
Octal23311725412660414414561
Binary1001101110011111010110010101101100100001100100001100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,79,172); }

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

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

 a { background-color: rgb(155,79,172); }

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

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

 span { border-color: rgb(155,79,172); }

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