#9959AF

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

Shades of Deep Lilac #9959AF

Tints of Deep Lilac #9959AF

Color information

#9959AF (or 0x9959AF) is unknown color: approx Deep Lilac. HEX triplet: 99, 59 and AF. RGB value is (153,89,175). Sum of RGB (Red+Green+Blue) = 153+89+175=417 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.69% from 417); Green value is 89 (35.16% from 255 or 21.34% from 417); Blue value is 175 (68.75% from 255 or 41.97% from 417); Max value from RGB is 175 - color contains mainly: blue. Hex color #9959AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9959AF is #66A650. Grayscale: #757575. Windows color (decimal): -6727249 or 11491737. OLE color: 11491737.

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

Color convert

RGB15389175-
CMYK0.130.4900.31
HSL284.65º34.96%51.76%-
HSV(B)284.65º49.14%68.63%-
XYZ24.4517.0142.55-
YUV117.94160.2153.01-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.69%
GREEN value IS 89 (35.16% from 255) = 21.34%
BLUE value IS 175 (68.75% from 255) = 41.97%
R=36.69%
G=21.34%
B=41.97%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal153891750.130.4900.31284.6534.9651.76
Hex9959AFD3101F11d2334
Octal23113125715610374354364
Binary100110011011001101011111101110001011111100011101100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9959AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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