#9455AB

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

Shades of Deep Lilac #9455AB

Tints of Deep Lilac #9455AB

Color information

#9455AB (or 0x9455AB) is unknown color: approx Deep Lilac. HEX triplet: 94, 55 and AB. RGB value is (148,85,171). Sum of RGB (Red+Green+Blue) = 148+85+171=404 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.63% from 404); Green value is 85 (33.59% from 255 or 21.04% from 404); Blue value is 171 (67.19% from 255 or 42.33% from 404); Max value from RGB is 171 - color contains mainly: blue. Hex color #9455AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9455AB is #6BAA54. Grayscale: #717171. Windows color (decimal): -7055957 or 11228564. OLE color: 11228564.

HSL color Cylindrical-coordinate representation of color #9455AB: hue angle of 283.95º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9455AB is Cyan = 0.13, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14885171-
CMYK0.130.5000.33
HSL283.95º33.86%50.2%-
HSV(B)283.95º50.29%67.06%-
XYZ22.8115.7340.36-
YUV113.64160.37152.51-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.63%
GREEN value IS 85 (33.59% from 255) = 21.04%
BLUE value IS 171 (67.19% from 255) = 42.33%
R=36.63%
G=21.04%
B=42.33%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal148851710.130.5000.33283.9533.8650.2
Hex9455ABD3202111c2232
Octal22412525315620414344262
Binary1001010010101011010101111011100100100001100011100100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9455AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9455AB; }

 p { color: rgb(148,85,171); }

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

<style>
 a { background-color: #9455AB; }

 a { background-color: rgb(148,85,171); }

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

<style>
 span { border-color: #9455AB; }

 span { border-color: rgb(148,85,171); }

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