#9141AB

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

Shades of Deep Lilac #9141AB

Tints of Deep Lilac #9141AB

Color information

#9141AB (or 0x9141AB) is unknown color: approx Deep Lilac. HEX triplet: 91, 41 and AB. RGB value is (145,65,171). Sum of RGB (Red+Green+Blue) = 145+65+171=381 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.06% from 381); Green value is 65 (25.78% from 255 or 17.06% 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 #9141AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9141AB is #6EBE54. Grayscale: #646464. Windows color (decimal): -7257685 or 11223441. OLE color: 11223441.

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

Color convert

RGB14565171-
CMYK0.150.6200.33
HSL285.28º44.92%46.27%-
HSV(B)285.28º61.99%67.06%-
XYZ20.9212.7439.88-
YUV101167.5159.38-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.06%
GREEN value IS 65 (25.78% from 255) = 17.06%
BLUE value IS 171 (67.19% from 255) = 44.88%
R=38.06%
G=17.06%
B=44.88%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal145651710.150.6200.33285.2844.9246.27
Hex9141ABF3E02111d2d2e
Octal22110125317760414355556
Binary1001000110000011010101111111111100100001100011101101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9141AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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