#9656BA

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

Shades of Deep Lilac #9656BA

Tints of Deep Lilac #9656BA

Color information

#9656BA (or 0x9656BA) is unknown color: approx Deep Lilac. HEX triplet: 96, 56 and BA. RGB value is (150,86,186). Sum of RGB (Red+Green+Blue) = 150+86+186=422 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.55% from 422); Green value is 86 (33.98% from 255 or 20.38% from 422); Blue value is 186 (73.05% from 255 or 44.08% from 422); Max value from RGB is 186 - color contains mainly: blue. Hex color #9656BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9656BA is #69A945. Grayscale: #747474. Windows color (decimal): -6924614 or 12211862. OLE color: 12211862.

HSL color Cylindrical-coordinate representation of color #9656BA: hue angle of 278.4º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9656BA is Cyan = 0.19, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB15086186-
CMYK0.190.5400.27
HSL278.4º42.02%53.33%-
HSV(B)278.4º53.76%72.94%-
XYZ24.7716.6848.37-
YUV116.54167.2151.87-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.55%
GREEN value IS 86 (33.98% from 255) = 20.38%
BLUE value IS 186 (73.05% from 255) = 44.08%
R=35.55%
G=20.38%
B=44.08%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal150861860.190.5400.27278.442.0253.33
Hex9656BA133601B1162a35
Octal22612627223660334265265
Binary1001011010101101011101010011110110011011100010110101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9656BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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