#9141BD

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

Shades of Deep Lilac #9141BD

Tints of Deep Lilac #9141BD

Color information

#9141BD (or 0x9141BD) is unknown color: approx Deep Lilac. HEX triplet: 91, 41 and BD. RGB value is (145,65,189). Sum of RGB (Red+Green+Blue) = 145+65+189=399 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.34% from 399); Green value is 65 (25.78% from 255 or 16.29% from 399); Blue value is 189 (74.22% from 255 or 47.37% from 399); Max value from RGB is 189 - color contains mainly: blue. Hex color #9141BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9141BD is #6EBE42. Grayscale: #666666. Windows color (decimal): -7257667 or 12403089. OLE color: 12403089.

HSL color Cylindrical-coordinate representation of color #9141BD: hue angle of 278.71º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9141BD is Cyan = 0.23, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB14565189-
CMYK0.230.6600.26
HSL278.71º48.82%49.8%-
HSV(B)278.71º65.61%74.12%-
XYZ22.7513.4749.55-
YUV103.06176.5157.92-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 36.34%
GREEN value IS 65 (25.78% from 255) = 16.29%
BLUE value IS 189 (74.22% from 255) = 47.37%
R=36.34%
G=16.29%
B=47.37%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal145651890.230.6600.26278.7148.8249.8
Hex9141BD174201A1173132
Octal221101275271020324276162
Binary10010001100000110111101101111000010011010100010111110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9141BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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