#9B52AE

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

Shades of Deep Lilac #9B52AE

Tints of Deep Lilac #9B52AE

Color information

#9B52AE (or 0x9B52AE) is unknown color: approx Deep Lilac. HEX triplet: 9B, 52 and AE. RGB value is (155,82,174). Sum of RGB (Red+Green+Blue) = 155+82+174=411 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.71% from 411); Green value is 82 (32.42% from 255 or 19.95% from 411); Blue value is 174 (68.36% from 255 or 42.34% from 411); Max value from RGB is 174 - color contains mainly: blue. Hex color #9B52AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B52AE is #64AD51. Grayscale: #727272. Windows color (decimal): -6597970 or 11424411. OLE color: 11424411.

HSL color Cylindrical-coordinate representation of color #9B52AE: hue angle of 287.61º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9B52AE is Cyan = 0.11, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB15582174-
CMYK0.110.5300.32
HSL287.61º36.22%50.2%-
HSV(B)287.61º52.87%68.24%-
XYZ24.1716.0641.87-
YUV114.32161.68157.02-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 37.71%
GREEN value IS 82 (32.42% from 255) = 19.95%
BLUE value IS 174 (68.36% from 255) = 42.34%
R=37.71%
G=19.95%
B=42.34%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal155821740.110.5300.32287.6136.2250.2
Hex9B52AEB350201202432
Octal23312225613650404404462
Binary1001101110100101010111010111101010100000100100000100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B52AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,82,174); }

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

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

 a { background-color: rgb(155,82,174); }

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

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

 span { border-color: rgb(155,82,174); }

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