#9355BA

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

Shades of Deep Lilac #9355BA

Tints of Deep Lilac #9355BA

Color information

#9355BA (or 0x9355BA) is unknown color: approx Deep Lilac. HEX triplet: 93, 55 and BA. RGB value is (147,85,186). Sum of RGB (Red+Green+Blue) = 147+85+186=418 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.17% from 418); Green value is 85 (33.59% from 255 or 20.33% from 418); Blue value is 186 (73.05% from 255 or 44.50% from 418); Max value from RGB is 186 - color contains mainly: blue. Hex color #9355BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9355BA is #6CAA45. Grayscale: #727272. Windows color (decimal): -7121478 or 12211603. OLE color: 12211603.

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

Color convert

RGB14785186-
CMYK0.210.5400.27
HSL276.83º42.26%53.14%-
HSV(B)276.83º54.3%72.94%-
XYZ24.1416.2548.32-
YUV115.05168.04150.79-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.17%
GREEN value IS 85 (33.59% from 255) = 20.33%
BLUE value IS 186 (73.05% from 255) = 44.50%
R=35.17%
G=20.33%
B=44.50%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal147851860.210.5400.27276.8342.2653.14
Hex9355BA153601B1152a35
Octal22312527225660334255265
Binary1001001110101011011101010101110110011011100010101101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9355BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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