#9659AF

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

Shades of Deep Lilac #9659AF

Tints of Deep Lilac #9659AF

Color information

#9659AF (or 0x9659AF) is unknown color: approx Deep Lilac. HEX triplet: 96, 59 and AF. RGB value is (150,89,175). Sum of RGB (Red+Green+Blue) = 150+89+175=414 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.23% from 414); Green value is 89 (35.16% from 255 or 21.50% from 414); Blue value is 175 (68.75% from 255 or 42.27% from 414); Max value from RGB is 175 - color contains mainly: blue. Hex color #9659AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9659AF is #69A650. Grayscale: #747474. Windows color (decimal): -6923857 or 11491734. OLE color: 11491734.

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

Color convert

RGB15089175-
CMYK0.140.4900.31
HSL282.56º34.96%51.76%-
HSV(B)282.56º49.14%68.63%-
XYZ23.8916.7242.53-
YUV117.04160.71151.51-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.23%
GREEN value IS 89 (35.16% from 255) = 21.50%
BLUE value IS 175 (68.75% from 255) = 42.27%
R=36.23%
G=21.50%
B=42.27%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal150891750.140.4900.31282.5634.9651.76
Hex9659AFE3101F11b2334
Octal22613125716610374334364
Binary100101101011001101011111110110001011111100011011100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9659AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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