#9640AF

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

Shades of Deep Lilac #9640AF

Tints of Deep Lilac #9640AF

Color information

#9640AF (or 0x9640AF) is unknown color: approx Deep Lilac. HEX triplet: 96, 40 and AF. RGB value is (150,64,175). Sum of RGB (Red+Green+Blue) = 150+64+175=389 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.56% from 389); Green value is 64 (25.39% from 255 or 16.45% from 389); Blue value is 175 (68.75% from 255 or 44.99% from 389); Max value from RGB is 175 - color contains mainly: blue. Hex color #9640AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9640AF is #69BF50. Grayscale: #666666. Windows color (decimal): -6930257 or 11485334. OLE color: 11485334.

HSL color Cylindrical-coordinate representation of color #9640AF: hue angle of 286.49º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9640AF is Cyan = 0.14, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB15064175-
CMYK0.140.6300.31
HSL286.49º46.44%46.86%-
HSV(B)286.49º63.43%68.63%-
XYZ22.1513.2541.95-
YUV102.37168.99161.97-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.56%
GREEN value IS 64 (25.39% from 255) = 16.45%
BLUE value IS 175 (68.75% from 255) = 44.99%
R=38.56%
G=16.45%
B=44.99%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal150641750.140.6300.31286.4946.4446.86
Hex9640AFE3F01F11e2e2f
Octal22610025716770374365657
Binary100101101000000101011111110111111011111100011110101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9640AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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