#9963AF

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

Shades of Deep Lilac #9963AF

Tints of Deep Lilac #9963AF

Color information

#9963AF (or 0x9963AF) is unknown color: approx Deep Lilac. HEX triplet: 99, 63 and AF. RGB value is (153,99,175). Sum of RGB (Red+Green+Blue) = 153+99+175=427 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.83% from 427); Green value is 99 (39.06% from 255 or 23.19% from 427); Blue value is 175 (68.75% from 255 or 40.98% from 427); Max value from RGB is 175 - color contains mainly: blue. Hex color #9963AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9963AF is #669C50. Grayscale: #7B7B7B. Windows color (decimal): -6724689 or 11494297. OLE color: 11494297.

HSL color Cylindrical-coordinate representation of color #9963AF: hue angle of 282.63º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9963AF is Cyan = 0.13, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB15399175-
CMYK0.130.4300.31
HSL282.63º32.2%53.73%-
HSV(B)282.63º43.43%68.63%-
XYZ25.3418.7942.85-
YUV123.81156.89148.82-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.83%
GREEN value IS 99 (39.06% from 255) = 23.19%
BLUE value IS 175 (68.75% from 255) = 40.98%
R=35.83%
G=23.19%
B=40.98%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal153991750.130.4300.31282.6332.253.73
Hex9963AFD2B01F11b2036
Octal23114325715530374334066
Binary100110011100011101011111101101011011111100011011100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9963AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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