#9141BB

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

Shades of Deep Lilac #9141BB

Tints of Deep Lilac #9141BB

Color information

#9141BB (or 0x9141BB) is unknown color: approx Deep Lilac. HEX triplet: 91, 41 and BB. RGB value is (145,65,187). Sum of RGB (Red+Green+Blue) = 145+65+187=397 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.52% from 397); Green value is 65 (25.78% from 255 or 16.37% from 397); Blue value is 187 (73.44% from 255 or 47.10% from 397); Max value from RGB is 187 - color contains mainly: blue. Hex color #9141BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9141BB is #6EBE44. Grayscale: #666666. Windows color (decimal): -7257669 or 12272017. OLE color: 12272017.

HSL color Cylindrical-coordinate representation of color #9141BB: hue angle of 279.34º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9141BB is Cyan = 0.22, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB14565187-
CMYK0.220.6500.27
HSL279.34º48.41%49.41%-
HSV(B)279.34º65.24%73.33%-
XYZ22.5413.3948.41-
YUV102.83175.5158.08-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 36.52%
GREEN value IS 65 (25.78% from 255) = 16.37%
BLUE value IS 187 (73.44% from 255) = 47.10%
R=36.52%
G=16.37%
B=47.10%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal145651870.220.6500.27279.3448.4149.41
Hex9141BB164101B1173031
Octal221101273261010334276061
Binary10010001100000110111011101101000001011011100010111110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9141BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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