#9643AC

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

Shades of Deep Lilac #9643AC

Tints of Deep Lilac #9643AC

Color information

#9643AC (or 0x9643AC) is unknown color: approx Deep Lilac. HEX triplet: 96, 43 and AC. RGB value is (150,67,172). Sum of RGB (Red+Green+Blue) = 150+67+172=389 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.56% from 389); Green value is 67 (26.56% from 255 or 17.22% from 389); Blue value is 172 (67.58% from 255 or 44.22% from 389); Max value from RGB is 172 - color contains mainly: blue. Hex color #9643AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9643AC is #69BC53. Grayscale: #676767. Windows color (decimal): -6929492 or 11289494. OLE color: 11289494.

HSL color Cylindrical-coordinate representation of color #9643AC: hue angle of 287.43º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9643AC is Cyan = 0.13, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15067172-
CMYK0.130.6100.33
HSL287.43º43.93%46.86%-
HSV(B)287.43º61.05%67.45%-
XYZ22.0313.4840.47-
YUV103.79166.5160.96-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.56%
GREEN value IS 67 (26.56% from 255) = 17.22%
BLUE value IS 172 (67.58% from 255) = 44.22%
R=38.56%
G=17.22%
B=44.22%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal150671720.130.6100.33287.4343.9346.86
Hex9643ACD3D02111f2c2f
Octal22610325415750414375457
Binary1001011010000111010110011011111010100001100011111101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9643AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9643AC; }

 p { color: rgb(150,67,172); }

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

<style>
 a { background-color: #9643AC; }

 a { background-color: rgb(150,67,172); }

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

<style>
 span { border-color: #9643AC; }

 span { border-color: rgb(150,67,172); }

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