#9354BD

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

Shades of Deep Lilac #9354BD

Tints of Deep Lilac #9354BD

Color information

#9354BD (or 0x9354BD) is unknown color: approx Deep Lilac. HEX triplet: 93, 54 and BD. RGB value is (147,84,189). Sum of RGB (Red+Green+Blue) = 147+84+189=420 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35% from 420); Green value is 84 (33.20% from 255 or 20% from 420); Blue value is 189 (74.22% from 255 or 45% from 420); Max value from RGB is 189 - color contains mainly: blue. Hex color #9354BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9354BD is #6CAB42. Grayscale: #727272. Windows color (decimal): -7121731 or 12407955. OLE color: 12407955.

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

Color convert

RGB14784189-
CMYK0.220.5600.26
HSL276º44.3%53.53%-
HSV(B)276º55.56%74.12%-
XYZ24.3916.2249.99-
YUV114.81169.87150.96-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35%
GREEN value IS 84 (33.20% from 255) = 20%
BLUE value IS 189 (74.22% from 255) = 45%
R=35%
G=20%
B=45%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal147841890.220.5600.2627644.353.53
Hex9354BD163801A1142c36
Octal22312427526700324245466
Binary1001001110101001011110110110111000011010100010100101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9354BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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