#9154AB

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

Shades of Deep Lilac #9154AB

Tints of Deep Lilac #9154AB

Color information

#9154AB (or 0x9154AB) is unknown color: approx Deep Lilac. HEX triplet: 91, 54 and AB. RGB value is (145,84,171). Sum of RGB (Red+Green+Blue) = 145+84+171=400 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.25% from 400); Green value is 84 (33.20% from 255 or 21% from 400); Blue value is 171 (67.19% from 255 or 42.75% from 400); Max value from RGB is 171 - color contains mainly: blue. Hex color #9154AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9154AB is #6EAB54. Grayscale: #6F6F6F. Windows color (decimal): -7252821 or 11228305. OLE color: 11228305.

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

Color convert

RGB14584171-
CMYK0.150.5100.33
HSL282.07º34.12%50%-
HSV(B)282.07º50.88%67.06%-
XYZ22.215.340.31-
YUV112.16161.21151.43-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 36.25%
GREEN value IS 84 (33.20% from 255) = 21%
BLUE value IS 171 (67.19% from 255) = 42.75%
R=36.25%
G=21%
B=42.75%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal145841710.150.5100.33282.0734.1250
Hex9154ABF3302111a2232
Octal22112425317630414324262
Binary1001000110101001010101111111100110100001100011010100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9154AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,84,171); }

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

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

 a { background-color: rgb(145,84,171); }

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

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

 span { border-color: rgb(145,84,171); }

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