#9563BA

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

Shades of Deep Lilac #9563BA

Tints of Deep Lilac #9563BA

Color information

#9563BA (or 0x9563BA) is unknown color: approx Deep Lilac. HEX triplet: 95, 63 and BA. RGB value is (149,99,186). Sum of RGB (Red+Green+Blue) = 149+99+186=434 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.33% from 434); Green value is 99 (39.06% from 255 or 22.81% from 434); Blue value is 186 (73.05% from 255 or 42.86% from 434); Max value from RGB is 186 - color contains mainly: blue. Hex color #9563BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9563BA is #6A9C45. Grayscale: #7B7B7B. Windows color (decimal): -6986822 or 12215189. OLE color: 12215189.

HSL color Cylindrical-coordinate representation of color #9563BA: hue angle of 274.48º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9563BA is Cyan = 0.20, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB14999186-
CMYK0.200.4700.27
HSL274.48º38.67%55.88%-
HSV(B)274.48º46.77%72.94%-
XYZ25.7218.8648.74-
YUV123.87163.06145.93-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.33%
GREEN value IS 99 (39.06% from 255) = 22.81%
BLUE value IS 186 (73.05% from 255) = 42.86%
R=34.33%
G=22.81%
B=42.86%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal149991860.200.4700.27274.4838.6755.88
Hex9563BA142F01B1122738
Octal22514327224570334224770
Binary1001010111000111011101010100101111011011100010010100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9563BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9563BA; }

 p { color: rgb(149,99,186); }

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

<style>
 a { background-color: #9563BA; }

 a { background-color: rgb(149,99,186); }

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

<style>
 span { border-color: #9563BA; }

 span { border-color: rgb(149,99,186); }

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