#9763B3

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

Shades of Deep Lilac #9763B3

Tints of Deep Lilac #9763B3

Color information

#9763B3 (or 0x9763B3) is unknown color: approx Deep Lilac. HEX triplet: 97, 63 and B3. RGB value is (151,99,179). Sum of RGB (Red+Green+Blue) = 151+99+179=429 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.20% from 429); Green value is 99 (39.06% from 255 or 23.08% from 429); Blue value is 179 (70.31% from 255 or 41.72% from 429); Max value from RGB is 179 - color contains mainly: blue. Hex color #9763B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9763B3 is #689C4C. Grayscale: #7B7B7B. Windows color (decimal): -6855757 or 11756439. OLE color: 11756439.

HSL color Cylindrical-coordinate representation of color #9763B3: hue angle of 279º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9763B3 is Cyan = 0.16, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB15199179-
CMYK0.160.4500.30
HSL279º34.48%54.51%-
HSV(B)279º44.69%70.2%-
XYZ25.3618.7644.93-
YUV123.67159.23147.5-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 35.20%
GREEN value IS 99 (39.06% from 255) = 23.08%
BLUE value IS 179 (70.31% from 255) = 41.72%
R=35.20%
G=23.08%
B=41.72%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal151991790.160.4500.3027934.4854.51
Hex9763B3102D01E1172237
Octal22714326320550364274267
Binary1001011111000111011001110000101101011110100010111100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9763B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9763B3; }

 p { color: rgb(151,99,179); }

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

<style>
 a { background-color: #9763B3; }

 a { background-color: rgb(151,99,179); }

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

<style>
 span { border-color: #9763B3; }

 span { border-color: rgb(151,99,179); }

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