#9347BA

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

Shades of Deep Lilac #9347BA

Tints of Deep Lilac #9347BA

Color information

#9347BA (or 0x9347BA) is unknown color: approx Deep Lilac. HEX triplet: 93, 47 and BA. RGB value is (147,71,186). Sum of RGB (Red+Green+Blue) = 147+71+186=404 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.39% from 404); Green value is 71 (28.12% from 255 or 17.57% from 404); Blue value is 186 (73.05% from 255 or 46.04% from 404); Max value from RGB is 186 - color contains mainly: blue. Hex color #9347BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9347BA is #6CB845. Grayscale: #6A6A6A. Windows color (decimal): -7125062 or 12208019. OLE color: 12208019.

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

Color convert

RGB14771186-
CMYK0.210.6200.27
HSL279.65º45.45%50.39%-
HSV(B)279.65º61.83%72.94%-
XYZ23.1514.2547.99-
YUV106.83172.68156.65-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.39%
GREEN value IS 71 (28.12% from 255) = 17.57%
BLUE value IS 186 (73.05% from 255) = 46.04%
R=36.39%
G=17.57%
B=46.04%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal147711860.210.6200.27279.6545.4550.39
Hex9347BA153E01B1182d32
Octal22310727225760334305562
Binary1001001110001111011101010101111110011011100011000101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9347BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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