#9961AF

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

Shades of Deep Lilac #9961AF

Tints of Deep Lilac #9961AF

Color information

#9961AF (or 0x9961AF) is unknown color: approx Deep Lilac. HEX triplet: 99, 61 and AF. RGB value is (153,97,175). Sum of RGB (Red+Green+Blue) = 153+97+175=425 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36% from 425); Green value is 97 (38.28% from 255 or 22.82% from 425); Blue value is 175 (68.75% from 255 or 41.18% from 425); Max value from RGB is 175 - color contains mainly: blue. Hex color #9961AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9961AF is #669E50. Grayscale: #7A7A7A. Windows color (decimal): -6725201 or 11493785. OLE color: 11493785.

HSL color Cylindrical-coordinate representation of color #9961AF: hue angle of 283.08º 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 #9961AF is Cyan = 0.13, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB15397175-
CMYK0.130.4500.31
HSL283.08º32.77%53.33%-
HSV(B)283.08º44.57%68.63%-
XYZ25.1518.4242.79-
YUV122.64157.55149.66-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36%
GREEN value IS 97 (38.28% from 255) = 22.82%
BLUE value IS 175 (68.75% from 255) = 41.18%
R=36%
G=22.82%
B=41.18%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal153971750.130.4500.31283.0832.7753.33
Hex9961AFD2D01F11b2135
Octal23114125715550374334165
Binary100110011100001101011111101101101011111100011011100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9961AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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