#9641AC

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

Shades of Deep Lilac #9641AC

Tints of Deep Lilac #9641AC

Color information

#9641AC (or 0x9641AC) is unknown color: approx Deep Lilac. HEX triplet: 96, 41 and AC. RGB value is (150,65,172). Sum of RGB (Red+Green+Blue) = 150+65+172=387 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.76% from 387); Green value is 65 (25.78% from 255 or 16.80% from 387); Blue value is 172 (67.58% from 255 or 44.44% from 387); Max value from RGB is 172 - color contains mainly: blue. Hex color #9641AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9641AC is #69BE53. Grayscale: #666666. Windows color (decimal): -6930004 or 11288982. OLE color: 11288982.

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

Color convert

RGB15065172-
CMYK0.130.6200.33
HSL287.66º45.15%46.47%-
HSV(B)287.66º62.21%67.45%-
XYZ21.9113.2440.43-
YUV102.61167.16161.8-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.76%
GREEN value IS 65 (25.78% from 255) = 16.80%
BLUE value IS 172 (67.58% from 255) = 44.44%
R=38.76%
G=16.80%
B=44.44%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal150651720.130.6200.33287.6645.1546.47
Hex9641ACD3E0211202d2e
Octal22610125415760414405556
Binary1001011010000011010110011011111100100001100100000101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9641AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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