#9656BD

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

Shades of Deep Lilac #9656BD

Tints of Deep Lilac #9656BD

Color information

#9656BD (or 0x9656BD) is unknown color: approx Deep Lilac. HEX triplet: 96, 56 and BD. RGB value is (150,86,189). Sum of RGB (Red+Green+Blue) = 150+86+189=425 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.29% from 425); Green value is 86 (33.98% from 255 or 20.24% from 425); Blue value is 189 (74.22% from 255 or 44.47% from 425); Max value from RGB is 189 - color contains mainly: blue. Hex color #9656BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9656BD is #69A942. Grayscale: #747474. Windows color (decimal): -6924611 or 12408470. OLE color: 12408470.

HSL color Cylindrical-coordinate representation of color #9656BD: hue angle of 277.28º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9656BD is Cyan = 0.21, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB15086189-
CMYK0.210.5400.26
HSL277.28º43.83%53.92%-
HSV(B)277.28º54.5%74.12%-
XYZ25.0916.8150.07-
YUV116.88168.7151.62-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.29%
GREEN value IS 86 (33.98% from 255) = 20.24%
BLUE value IS 189 (74.22% from 255) = 44.47%
R=35.29%
G=20.24%
B=44.47%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal150861890.210.5400.26277.2843.8353.92
Hex9656BD153601A1152c36
Octal22612627525660324255466
Binary1001011010101101011110110101110110011010100010101101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9656BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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