#9240AB

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

Shades of Deep Lilac #9240AB

Tints of Deep Lilac #9240AB

Color information

#9240AB (or 0x9240AB) is unknown color: approx Deep Lilac. HEX triplet: 92, 40 and AB. RGB value is (146,64,171). Sum of RGB (Red+Green+Blue) = 146+64+171=381 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.32% from 381); Green value is 64 (25.39% from 255 or 16.80% from 381); Blue value is 171 (67.19% from 255 or 44.88% from 381); Max value from RGB is 171 - color contains mainly: blue. Hex color #9240AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9240AB is #6DBF54. Grayscale: #646464. Windows color (decimal): -7192405 or 11223186. OLE color: 11223186.

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

Color convert

RGB14664171-
CMYK0.150.6300.33
HSL285.98º45.53%46.08%-
HSV(B)285.98º62.57%67.06%-
XYZ21.0412.7239.87-
YUV100.72167.67160.3-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 38.32%
GREEN value IS 64 (25.39% from 255) = 16.80%
BLUE value IS 171 (67.19% from 255) = 44.88%
R=38.32%
G=16.80%
B=44.88%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal146641710.150.6300.33285.9845.5346.08
Hex9240ABF3F02111e2e2e
Octal22210025317770414365656
Binary1001001010000001010101111111111110100001100011110101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9240AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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