#9640BB

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

Shades of Deep Lilac #9640BB

Tints of Deep Lilac #9640BB

Color information

#9640BB (or 0x9640BB) is unknown color: approx Deep Lilac. HEX triplet: 96, 40 and BB. RGB value is (150,64,187). Sum of RGB (Red+Green+Blue) = 150+64+187=401 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.41% from 401); Green value is 64 (25.39% from 255 or 15.96% from 401); Blue value is 187 (73.44% from 255 or 46.63% from 401); Max value from RGB is 187 - color contains mainly: blue. Hex color #9640BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9640BB is #69BF44. Grayscale: #676767. Windows color (decimal): -6930245 or 12271766. OLE color: 12271766.

HSL color Cylindrical-coordinate representation of color #9640BB: hue angle of 281.95º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9640BB is Cyan = 0.20, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB15064187-
CMYK0.200.6600.27
HSL281.95º49%49.22%-
HSV(B)281.95º65.78%73.33%-
XYZ23.3813.7448.43-
YUV103.74174.99161-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.41%
GREEN value IS 64 (25.39% from 255) = 15.96%
BLUE value IS 187 (73.44% from 255) = 46.63%
R=37.41%
G=15.96%
B=46.63%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal150641870.200.6600.27281.954949.22
Hex9640BB144201B11a3131
Octal226100273241020334326161
Binary10010110100000010111011101001000010011011100011010110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9640BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9640BB; }

 p { color: rgb(150,64,187); }

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

<style>
 a { background-color: #9640BB; }

 a { background-color: rgb(150,64,187); }

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

<style>
 span { border-color: #9640BB; }

 span { border-color: rgb(150,64,187); }

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