#9141A9

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

Shades of Deep Lilac #9141A9

Tints of Deep Lilac #9141A9

Color information

#9141A9 (or 0x9141A9) is unknown color: approx Deep Lilac. HEX triplet: 91, 41 and A9. RGB value is (145,65,169). Sum of RGB (Red+Green+Blue) = 145+65+169=379 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.26% from 379); Green value is 65 (25.78% from 255 or 17.15% from 379); Blue value is 169 (66.41% from 255 or 44.59% from 379); Max value from RGB is 169 - color contains mainly: blue. Hex color #9141A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9141A9 is #6EBE56. Grayscale: #646464. Windows color (decimal): -7257687 or 11092369. OLE color: 11092369.

HSL color Cylindrical-coordinate representation of color #9141A9: hue angle of 286.15º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9141A9 is Cyan = 0.14, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB14565169-
CMYK0.140.6200.34
HSL286.15º44.44%45.88%-
HSV(B)286.15º61.54%66.27%-
XYZ20.7312.6638.89-
YUV100.78166.5159.54-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.26%
GREEN value IS 65 (25.78% from 255) = 17.15%
BLUE value IS 169 (66.41% from 255) = 44.59%
R=38.26%
G=17.15%
B=44.59%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal145651690.140.6200.34286.1544.4445.88
Hex9141A9E3E02211e2c2e
Octal22110125116760424365456
Binary1001000110000011010100111101111100100010100011110101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9141A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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