#9656AE

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

Shades of Deep Lilac #9656AE

Tints of Deep Lilac #9656AE

Color information

#9656AE (or 0x9656AE) is unknown color: approx Deep Lilac. HEX triplet: 96, 56 and AE. RGB value is (150,86,174). Sum of RGB (Red+Green+Blue) = 150+86+174=410 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.59% from 410); Green value is 86 (33.98% from 255 or 20.98% from 410); Blue value is 174 (68.36% from 255 or 42.44% from 410); Max value from RGB is 174 - color contains mainly: blue. Hex color #9656AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9656AE is #69A951. Grayscale: #727272. Windows color (decimal): -6924626 or 11425430. OLE color: 11425430.

HSL color Cylindrical-coordinate representation of color #9656AE: hue angle of 283.64º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9656AE is Cyan = 0.14, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB15086174-
CMYK0.140.5100.32
HSL283.64º35.2%50.98%-
HSV(B)283.64º50.57%68.24%-
XYZ23.5516.241.93-
YUV115.17161.2152.84-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.59%
GREEN value IS 86 (33.98% from 255) = 20.98%
BLUE value IS 174 (68.36% from 255) = 42.44%
R=36.59%
G=20.98%
B=42.44%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal150861740.140.5100.32283.6435.250.98
Hex9656AEE3302011c2333
Octal22612625616630404344363
Binary1001011010101101010111011101100110100000100011100100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9656AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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