#9656AB

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

Shades of Deep Lilac #9656AB

Tints of Deep Lilac #9656AB

Color information

#9656AB (or 0x9656AB) is unknown color: approx Deep Lilac. HEX triplet: 96, 56 and AB. RGB value is (150,86,171). Sum of RGB (Red+Green+Blue) = 150+86+171=407 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.86% from 407); Green value is 86 (33.98% from 255 or 21.13% from 407); Blue value is 171 (67.19% from 255 or 42.01% from 407); Max value from RGB is 171 - color contains mainly: blue. Hex color #9656AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9656AB is #69A954. Grayscale: #727272. Windows color (decimal): -6924629 or 11228822. OLE color: 11228822.

HSL color Cylindrical-coordinate representation of color #9656AB: hue angle of 285.18º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9656AB is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15086171-
CMYK0.120.5000.33
HSL285.18º33.6%50.39%-
HSV(B)285.18º49.71%67.06%-
XYZ23.2616.0840.41-
YUV114.83159.7153.09-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.86%
GREEN value IS 86 (33.98% from 255) = 21.13%
BLUE value IS 171 (67.19% from 255) = 42.01%
R=36.86%
G=21.13%
B=42.01%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal150861710.120.5000.33285.1833.650.39
Hex9656ABC3202111d2232
Octal22612625314620414354262
Binary1001011010101101010101111001100100100001100011101100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9656AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9656AB; }

 p { color: rgb(150,86,171); }

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

<style>
 a { background-color: #9656AB; }

 a { background-color: rgb(150,86,171); }

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

<style>
 span { border-color: #9656AB; }

 span { border-color: rgb(150,86,171); }

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