#9354BA

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

Shades of Deep Lilac #9354BA

Tints of Deep Lilac #9354BA

Color information

#9354BA (or 0x9354BA) is unknown color: approx Deep Lilac. HEX triplet: 93, 54 and BA. RGB value is (147,84,186). Sum of RGB (Red+Green+Blue) = 147+84+186=417 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.25% from 417); Green value is 84 (33.20% from 255 or 20.14% from 417); Blue value is 186 (73.05% from 255 or 44.60% from 417); Max value from RGB is 186 - color contains mainly: blue. Hex color #9354BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9354BA is #6CAB45. Grayscale: #727272. Windows color (decimal): -7121734 or 12211347. OLE color: 12211347.

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

Color convert

RGB14784186-
CMYK0.210.5500.27
HSL277.06º42.5%52.94%-
HSV(B)277.06º54.84%72.94%-
XYZ24.0716.0948.29-
YUV114.46168.37151.21-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.25%
GREEN value IS 84 (33.20% from 255) = 20.14%
BLUE value IS 186 (73.05% from 255) = 44.60%
R=35.25%
G=20.14%
B=44.60%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal147841860.210.5500.27277.0642.552.94
Hex9354BA153701B1152a35
Octal22312427225670334255265
Binary1001001110101001011101010101110111011011100010101101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9354BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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