#9B54AA

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

Shades of Deep Lilac #9B54AA

Tints of Deep Lilac #9B54AA

Color information

#9B54AA (or 0x9B54AA) is unknown color: approx Deep Lilac. HEX triplet: 9B, 54 and AA. RGB value is (155,84,170). Sum of RGB (Red+Green+Blue) = 155+84+170=409 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.90% from 409); Green value is 84 (33.20% from 255 or 20.54% from 409); Blue value is 170 (66.80% from 255 or 41.56% from 409); Max value from RGB is 170 - color contains mainly: blue. Hex color #9B54AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B54AA is #64AB55. Grayscale: #727272. Windows color (decimal): -6597462 or 11162779. OLE color: 11162779.

HSL color Cylindrical-coordinate representation of color #9B54AA: hue angle of 289.53º 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 #9B54AA is Cyan = 0.09, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15584170-
CMYK0.090.5100.33
HSL289.53º33.86%49.8%-
HSV(B)289.53º50.59%66.67%-
XYZ23.9416.2139.9-
YUV115.03159.02156.51-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 37.90%
GREEN value IS 84 (33.20% from 255) = 20.54%
BLUE value IS 170 (66.80% from 255) = 41.56%
R=37.90%
G=20.54%
B=41.56%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal155841700.090.5100.33289.5333.8649.8
Hex9B54AA9330211222232
Octal23312425211630414424262
Binary1001101110101001010101010011100110100001100100010100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B54AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B54AA; }

 p { color: rgb(155,84,170); }

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

<style>
 a { background-color: #9B54AA; }

 a { background-color: rgb(155,84,170); }

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

<style>
 span { border-color: #9B54AA; }

 span { border-color: rgb(155,84,170); }

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