#9358BE

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

Shades of Deep Lilac #9358BE

Tints of Deep Lilac #9358BE

Color information

#9358BE (or 0x9358BE) is unknown color: approx Deep Lilac. HEX triplet: 93, 58 and BE. RGB value is (147,88,190). Sum of RGB (Red+Green+Blue) = 147+88+190=425 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.59% from 425); Green value is 88 (34.77% from 255 or 20.71% from 425); Blue value is 190 (74.61% from 255 or 44.71% from 425); Max value from RGB is 190 - color contains mainly: blue. Hex color #9358BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9358BE is #6CA741. Grayscale: #747474. Windows color (decimal): -7120706 or 12474515. OLE color: 12474515.

HSL color Cylindrical-coordinate representation of color #9358BE: hue angle of 274.71º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9358BE is Cyan = 0.23, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14788190-
CMYK0.230.5400.25
HSL274.71º43.97%54.51%-
HSV(B)274.71º53.68%74.51%-
XYZ24.8216.950.67-
YUV117.27169.05149.21-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.59%
GREEN value IS 88 (34.77% from 255) = 20.71%
BLUE value IS 190 (74.61% from 255) = 44.71%
R=34.59%
G=20.71%
B=44.71%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal147881900.230.5400.25274.7143.9754.51
Hex9358BE17360191132c37
Octal22313027627660314235467
Binary1001001110110001011111010111110110011001100010011101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9358BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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