#9357BC

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

Shades of Deep Lilac #9357BC

Tints of Deep Lilac #9357BC

Color information

#9357BC (or 0x9357BC) is unknown color: approx Deep Lilac. HEX triplet: 93, 57 and BC. RGB value is (147,87,188). Sum of RGB (Red+Green+Blue) = 147+87+188=422 (55% of max value = 765). Red value is 147 (57.81% from 255 or 34.83% from 422); Green value is 87 (34.38% from 255 or 20.62% from 422); Blue value is 188 (73.83% from 255 or 44.55% from 422); Max value from RGB is 188 - color contains mainly: blue. Hex color #9357BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9357BC is #6CA843. Grayscale: #747474. Windows color (decimal): -7120964 or 12343187. OLE color: 12343187.

HSL color Cylindrical-coordinate representation of color #9357BC: hue angle of 275.64º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9357BC is Cyan = 0.22, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB14787188-
CMYK0.220.5400.26
HSL275.64º42.98%53.92%-
HSV(B)275.64º53.72%73.73%-
XYZ24.5216.6549.5-
YUV116.45168.38149.79-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.83%
GREEN value IS 87 (34.38% from 255) = 20.62%
BLUE value IS 188 (73.83% from 255) = 44.55%
R=34.83%
G=20.62%
B=44.55%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal147871880.220.5400.26275.6442.9853.92
Hex9357BC163601A1142b36
Octal22312727426660324245366
Binary1001001110101111011110010110110110011010100010100101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9357BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9357BC; }

 p { color: rgb(147,87,188); }

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

<style>
 a { background-color: #9357BC; }

 a { background-color: rgb(147,87,188); }

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

<style>
 span { border-color: #9357BC; }

 span { border-color: rgb(147,87,188); }

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