#9454AD

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

Shades of Deep Lilac #9454AD

Tints of Deep Lilac #9454AD

Color information

#9454AD (or 0x9454AD) is unknown color: approx Deep Lilac. HEX triplet: 94, 54 and AD. RGB value is (148,84,173). Sum of RGB (Red+Green+Blue) = 148+84+173=405 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.54% from 405); Green value is 84 (33.20% from 255 or 20.74% from 405); Blue value is 173 (67.97% from 255 or 42.72% from 405); Max value from RGB is 173 - color contains mainly: blue. Hex color #9454AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9454AD is #6BAB52. Grayscale: #707070. Windows color (decimal): -7056211 or 11359380. OLE color: 11359380.

HSL color Cylindrical-coordinate representation of color #9454AD: hue angle of 283.15º 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 #9454AD is Cyan = 0.14, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB14884173-
CMYK0.140.5100.32
HSL283.15º35.18%50.39%-
HSV(B)283.15º51.45%67.84%-
XYZ22.9315.6541.35-
YUV113.28161.7152.76-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.54%
GREEN value IS 84 (33.20% from 255) = 20.74%
BLUE value IS 173 (67.97% from 255) = 42.72%
R=36.54%
G=20.74%
B=42.72%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal148841730.140.5100.32283.1535.1850.39
Hex9454ADE3302011b2332
Octal22412425516630404334362
Binary1001010010101001010110111101100110100000100011011100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9454AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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