#9354AD

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

Shades of Deep Lilac #9354AD

Tints of Deep Lilac #9354AD

Color information

#9354AD (or 0x9354AD) is unknown color: approx Deep Lilac. HEX triplet: 93, 54 and AD. RGB value is (147,84,173). Sum of RGB (Red+Green+Blue) = 147+84+173=404 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.39% from 404); Green value is 84 (33.20% from 255 or 20.79% from 404); Blue value is 173 (67.97% from 255 or 42.82% from 404); Max value from RGB is 173 - color contains mainly: blue. Hex color #9354AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9354AD is #6CAB52. Grayscale: #707070. Windows color (decimal): -7121747 or 11359379. OLE color: 11359379.

HSL color Cylindrical-coordinate representation of color #9354AD: hue angle of 282.47º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9354AD is Cyan = 0.15, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB14784173-
CMYK0.150.5100.32
HSL282.47º35.18%50.39%-
HSV(B)282.47º51.45%67.84%-
XYZ22.7515.5641.34-
YUV112.98161.87152.26-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.39%
GREEN value IS 84 (33.20% from 255) = 20.79%
BLUE value IS 173 (67.97% from 255) = 42.82%
R=36.39%
G=20.79%
B=42.82%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal147841730.150.5100.32282.4735.1850.39
Hex9354ADF3302011a2332
Octal22312425517630404324362
Binary1001001110101001010110111111100110100000100011010100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9354AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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