#9660BF

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

Shades of Deep Lilac #9660BF

Tints of Deep Lilac #9660BF

Color information

#9660BF (or 0x9660BF) is unknown color: approx Deep Lilac. HEX triplet: 96, 60 and BF. RGB value is (150,96,191). Sum of RGB (Red+Green+Blue) = 150+96+191=437 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.32% from 437); Green value is 96 (37.89% from 255 or 21.97% from 437); Blue value is 191 (75% from 255 or 43.71% from 437); Max value from RGB is 191 - color contains mainly: blue. Hex color #9660BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9660BF is #699F40. Grayscale: #7A7A7A. Windows color (decimal): -6922049 or 12542102. OLE color: 12542102.

HSL color Cylindrical-coordinate representation of color #9660BF: hue angle of 274.11º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9660BF is Cyan = 0.21, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15096191-
CMYK0.210.5000.25
HSL274.11º42.6%56.27%-
HSV(B)274.11º49.74%74.9%-
XYZ26.1618.6151.5-
YUV122.98166.39147.28-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.32%
GREEN value IS 96 (37.89% from 255) = 21.97%
BLUE value IS 191 (75% from 255) = 43.71%
R=34.32%
G=21.97%
B=43.71%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal150961910.210.5000.25274.1142.656.27
Hex9660BF15320191122b38
Octal22614027725620314225370
Binary1001011011000001011111110101110010011001100010010101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9660BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9660BF; }

 p { color: rgb(150,96,191); }

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

<style>
 a { background-color: #9660BF; }

 a { background-color: rgb(150,96,191); }

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

<style>
 span { border-color: #9660BF; }

 span { border-color: rgb(150,96,191); }

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