#9252AB

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

Shades of Deep Lilac #9252AB

Tints of Deep Lilac #9252AB

Color information

#9252AB (or 0x9252AB) is unknown color: approx Deep Lilac. HEX triplet: 92, 52 and AB. RGB value is (146,82,171). Sum of RGB (Red+Green+Blue) = 146+82+171=399 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.59% from 399); Green value is 82 (32.42% from 255 or 20.55% from 399); Blue value is 171 (67.19% from 255 or 42.86% from 399); Max value from RGB is 171 - color contains mainly: blue. Hex color #9252AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9252AB is #6DAD54. Grayscale: #6E6E6E. Windows color (decimal): -7187797 or 11227794. OLE color: 11227794.

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

Color convert

RGB14682171-
CMYK0.150.5200.33
HSL283.15º35.18%49.61%-
HSV(B)283.15º52.05%67.06%-
XYZ22.2215.0940.27-
YUV111.28161.7152.76-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 36.59%
GREEN value IS 82 (32.42% from 255) = 20.55%
BLUE value IS 171 (67.19% from 255) = 42.86%
R=36.59%
G=20.55%
B=42.86%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal146821710.150.5200.33283.1535.1849.61
Hex9252ABF3402111b2332
Octal22212225317640414334362
Binary1001001010100101010101111111101000100001100011011100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9252AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,82,171); }

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

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

 a { background-color: rgb(146,82,171); }

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

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

 span { border-color: rgb(146,82,171); }

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