#9661BA

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

Shades of Deep Lilac #9661BA

Tints of Deep Lilac #9661BA

Color information

#9661BA (or 0x9661BA) is unknown color: approx Deep Lilac. HEX triplet: 96, 61 and BA. RGB value is (150,97,186). Sum of RGB (Red+Green+Blue) = 150+97+186=433 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.64% from 433); Green value is 97 (38.28% from 255 or 22.40% from 433); Blue value is 186 (73.05% from 255 or 42.96% from 433); Max value from RGB is 186 - color contains mainly: blue. Hex color #9661BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9661BA is #699E45. Grayscale: #7A7A7A. Windows color (decimal): -6921798 or 12214678. OLE color: 12214678.

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

Color convert

RGB15097186-
CMYK0.190.4800.27
HSL275.73º39.21%55.49%-
HSV(B)275.73º47.85%72.94%-
XYZ25.7218.5848.69-
YUV122.99163.56147.26-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.64%
GREEN value IS 97 (38.28% from 255) = 22.40%
BLUE value IS 186 (73.05% from 255) = 42.96%
R=34.64%
G=22.40%
B=42.96%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal150971860.190.4800.27275.7339.2155.49
Hex9661BA133001B1142737
Octal22614127223600334244767
Binary1001011011000011011101010011110000011011100010100100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9661BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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