#9358B4

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

Shades of Deep Lilac #9358B4

Tints of Deep Lilac #9358B4

Color information

#9358B4 (or 0x9358B4) is unknown color: approx Deep Lilac. HEX triplet: 93, 58 and B4. RGB value is (147,88,180). Sum of RGB (Red+Green+Blue) = 147+88+180=415 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.42% from 415); Green value is 88 (34.77% from 255 or 21.20% from 415); Blue value is 180 (70.70% from 255 or 43.37% from 415); Max value from RGB is 180 - color contains mainly: blue. Hex color #9358B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9358B4 is #6CA74B. Grayscale: #737373. Windows color (decimal): -7120716 or 11819155. OLE color: 11819155.

HSL color Cylindrical-coordinate representation of color #9358B4: hue angle of 278.48º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9358B4 is Cyan = 0.18, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB14788180-
CMYK0.180.5100.29
HSL278.48º38.02%52.55%-
HSV(B)278.48º51.11%70.59%-
XYZ23.7616.4845.11-
YUV116.13164.05150.02-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.42%
GREEN value IS 88 (34.77% from 255) = 21.20%
BLUE value IS 180 (70.70% from 255) = 43.37%
R=35.42%
G=21.20%
B=43.37%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal147881800.180.5100.29278.4838.0252.55
Hex9358B4123301D1162635
Octal22313026422630354264665
Binary1001001110110001011010010010110011011101100010110100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9358B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9358B4; }

 p { color: rgb(147,88,180); }

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

<style>
 a { background-color: #9358B4; }

 a { background-color: rgb(147,88,180); }

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

<style>
 span { border-color: #9358B4; }

 span { border-color: rgb(147,88,180); }

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