#9140AB

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

Shades of Deep Lilac #9140AB

Tints of Deep Lilac #9140AB

Color information

#9140AB (or 0x9140AB) is unknown color: approx Deep Lilac. HEX triplet: 91, 40 and AB. RGB value is (145,64,171). Sum of RGB (Red+Green+Blue) = 145+64+171=380 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.16% from 380); Green value is 64 (25.39% from 255 or 16.84% from 380); Blue value is 171 (67.19% from 255 or 45% from 380); Max value from RGB is 171 - color contains mainly: blue. Hex color #9140AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9140AB is #6EBF54. Grayscale: #646464. Windows color (decimal): -7257941 or 11223185. OLE color: 11223185.

HSL color Cylindrical-coordinate representation of color #9140AB: hue angle of 285.42º 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 #9140AB is Cyan = 0.15, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14564171-
CMYK0.150.6300.33
HSL285.42º45.53%46.08%-
HSV(B)285.42º62.57%67.06%-
XYZ20.8612.6339.87-
YUV100.42167.84159.8-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.16%
GREEN value IS 64 (25.39% from 255) = 16.84%
BLUE value IS 171 (67.19% from 255) = 45%
R=38.16%
G=16.84%
B=45%

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
Decimal145641710.150.6300.33285.4245.5346.08
Hex9140ABF3F02111d2e2e
Octal22110025317770414355656
Binary1001000110000001010101111111111110100001100011101101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9140AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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