#9359B9

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

Shades of Deep Lilac #9359B9

Tints of Deep Lilac #9359B9

Color information

#9359B9 (or 0x9359B9) is unknown color: approx Deep Lilac. HEX triplet: 93, 59 and B9. RGB value is (147,89,185). Sum of RGB (Red+Green+Blue) = 147+89+185=421 (55% of max value = 765). Red value is 147 (57.81% from 255 or 34.92% from 421); Green value is 89 (35.16% from 255 or 21.14% from 421); Blue value is 185 (72.66% from 255 or 43.94% from 421); Max value from RGB is 185 - color contains mainly: blue. Hex color #9359B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9359B9 is #6CA646. Grayscale: #747474. Windows color (decimal): -7120455 or 12147091. OLE color: 12147091.

HSL color Cylindrical-coordinate representation of color #9359B9: hue angle of 276.25º 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 #9359B9 is Cyan = 0.21, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB14789185-
CMYK0.210.5200.27
HSL276.25º40.68%53.73%-
HSV(B)276.25º51.89%72.55%-
XYZ24.3616.8547.87-
YUV117.29166.22149.19-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.92%
GREEN value IS 89 (35.16% from 255) = 21.14%
BLUE value IS 185 (72.66% from 255) = 43.94%
R=34.92%
G=21.14%
B=43.94%

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
Decimal147891850.210.5200.27276.2540.6853.73
Hex9359B9153401B1142936
Octal22313127125640334245166
Binary1001001110110011011100110101110100011011100010100101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9359B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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