#9149BD

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

Shades of Deep Lilac #9149BD

Tints of Deep Lilac #9149BD

Color information

#9149BD (or 0x9149BD) is unknown color: approx Deep Lilac. HEX triplet: 91, 49 and BD. RGB value is (145,73,189). Sum of RGB (Red+Green+Blue) = 145+73+189=407 (53% of max value = 765). Red value is 145 (57.03% from 255 or 35.63% from 407); Green value is 73 (28.91% from 255 or 17.94% from 407); Blue value is 189 (74.22% from 255 or 46.44% from 407); Max value from RGB is 189 - color contains mainly: blue. Hex color #9149BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9149BD is #6EB642. Grayscale: #6B6B6B. Windows color (decimal): -7255619 or 12405137. OLE color: 12405137.

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

Color convert

RGB14573189-
CMYK0.230.6100.26
HSL277.24º46.77%51.37%-
HSV(B)277.24º61.38%74.12%-
XYZ23.2414.4649.71-
YUV107.75173.85154.57-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 35.63%
GREEN value IS 73 (28.91% from 255) = 17.94%
BLUE value IS 189 (74.22% from 255) = 46.44%
R=35.63%
G=17.94%
B=46.44%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal145731890.230.6100.26277.2446.7751.37
Hex9149BD173D01A1152f33
Octal22111127527750324255763
Binary1001000110010011011110110111111101011010100010101101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9149BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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