#9661BE

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

Shades of Deep Lilac #9661BE

Tints of Deep Lilac #9661BE

Color information

#9661BE (or 0x9661BE) is unknown color: approx Deep Lilac. HEX triplet: 96, 61 and BE. RGB value is (150,97,190). Sum of RGB (Red+Green+Blue) = 150+97+190=437 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.32% from 437); Green value is 97 (38.28% from 255 or 22.20% from 437); Blue value is 190 (74.61% from 255 or 43.48% from 437); Max value from RGB is 190 - color contains mainly: blue. Hex color #9661BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9661BE is #699E41. Grayscale: #7B7B7B. Windows color (decimal): -6921794 or 12476822. OLE color: 12476822.

HSL color Cylindrical-coordinate representation of color #9661BE: hue angle of 274.19º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9661BE is Cyan = 0.21, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15097190-
CMYK0.210.4900.25
HSL274.19º41.7%56.27%-
HSV(B)274.19º48.95%74.51%-
XYZ26.1518.7550.96-
YUV123.45165.56146.94-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.32%
GREEN value IS 97 (38.28% from 255) = 22.20%
BLUE value IS 190 (74.61% from 255) = 43.48%
R=34.32%
G=22.20%
B=43.48%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal150971900.210.4900.25274.1941.756.27
Hex9661BE15310191122a38
Octal22614127625610314225270
Binary1001011011000011011111010101110001011001100010010101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9661BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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