#9359BA

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

Shades of Deep Lilac #9359BA

Tints of Deep Lilac #9359BA

Color information

#9359BA (or 0x9359BA) is unknown color: approx Deep Lilac. HEX triplet: 93, 59 and BA. RGB value is (147,89,186). Sum of RGB (Red+Green+Blue) = 147+89+186=422 (55% of max value = 765). Red value is 147 (57.81% from 255 or 34.83% from 422); Green value is 89 (35.16% from 255 or 21.09% from 422); Blue value is 186 (73.05% from 255 or 44.08% from 422); Max value from RGB is 186 - color contains mainly: blue. Hex color #9359BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9359BA is #6CA645. Grayscale: #757575. Windows color (decimal): -7120454 or 12212627. OLE color: 12212627.

HSL color Cylindrical-coordinate representation of color #9359BA: hue angle of 275.88º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9359BA is Cyan = 0.21, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB14789186-
CMYK0.210.5200.27
HSL275.88º41.28%53.92%-
HSV(B)275.88º52.15%72.94%-
XYZ24.4716.8948.43-
YUV117.4166.72149.11-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.83%
GREEN value IS 89 (35.16% from 255) = 21.09%
BLUE value IS 186 (73.05% from 255) = 44.08%
R=34.83%
G=21.09%
B=44.08%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal147891860.210.5200.27275.8841.2853.92
Hex9359BA153401B1142936
Octal22313127225640334245166
Binary1001001110110011011101010101110100011011100010100101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9359BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,89,186); }

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

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

 a { background-color: rgb(147,89,186); }

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

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

 span { border-color: rgb(147,89,186); }

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