#9661AF

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

Shades of Deep Lilac #9661AF

Tints of Deep Lilac #9661AF

Color information

#9661AF (or 0x9661AF) is unknown color: approx Deep Lilac. HEX triplet: 96, 61 and AF. RGB value is (150,97,175). Sum of RGB (Red+Green+Blue) = 150+97+175=422 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.55% from 422); Green value is 97 (38.28% from 255 or 22.99% from 422); Blue value is 175 (68.75% from 255 or 41.47% from 422); Max value from RGB is 175 - color contains mainly: blue. Hex color #9661AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9661AF is #699E50. Grayscale: #797979. Windows color (decimal): -6921809 or 11493782. OLE color: 11493782.

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

Color convert

RGB15097175-
CMYK0.140.4500.31
HSL280.77º32.77%53.33%-
HSV(B)280.77º44.57%68.63%-
XYZ24.5918.1342.76-
YUV121.74158.06148.16-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.55%
GREEN value IS 97 (38.28% from 255) = 22.99%
BLUE value IS 175 (68.75% from 255) = 41.47%
R=35.55%
G=22.99%
B=41.47%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal150971750.140.4500.31280.7732.7753.33
Hex9661AFE2D01F1192135
Octal22614125716550374314165
Binary100101101100001101011111110101101011111100011001100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9661AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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