#9660BE

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

Shades of Deep Lilac #9660BE

Tints of Deep Lilac #9660BE

Color information

#9660BE (or 0x9660BE) is unknown color: approx Deep Lilac. HEX triplet: 96, 60 and BE. RGB value is (150,96,190). Sum of RGB (Red+Green+Blue) = 150+96+190=436 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.40% from 436); Green value is 96 (37.89% from 255 or 22.02% from 436); Blue value is 190 (74.61% from 255 or 43.58% from 436); Max value from RGB is 190 - color contains mainly: blue. Hex color #9660BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9660BE is #699F41. Grayscale: #7A7A7A. Windows color (decimal): -6922050 or 12476566. OLE color: 12476566.

HSL color Cylindrical-coordinate representation of color #9660BE: hue angle of 274.47º 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 #9660BE is Cyan = 0.21, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15096190-
CMYK0.210.4900.25
HSL274.47º41.96%56.08%-
HSV(B)274.47º49.47%74.51%-
XYZ26.0518.5750.93-
YUV122.86165.89147.36-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.40%
GREEN value IS 96 (37.89% from 255) = 22.02%
BLUE value IS 190 (74.61% from 255) = 43.58%
R=34.40%
G=22.02%
B=43.58%

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
Decimal150961900.210.4900.25274.4741.9656.08
Hex9660BE15310191122a38
Octal22614027625610314225270
Binary1001011011000001011111010101110001011001100010010101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9660BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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