#9159be

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

Shades of Deep Lilac #9159BE

Tints of Deep Lilac #9159BE

Color information

#9159BE (or 0x9159BE) is unknown color: approx Deep Lilac. HEX triplet: 91, 59 and BE. RGB value is (145,89,190). Sum of RGB (Red+Green+Blue) = 145+89+190=424 (56% of max value = 765). Red value is 145 (57.03% from 255 or 34.20% from 424); Green value is 89 (35.16% from 255 or 20.99% from 424); Blue value is 190 (74.61% from 255 or 44.81% from 424); Max value from RGB is 190 - color contains mainly: blue. Hex color #9159BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9159BE is #6EA641. Grayscale: #747474. Windows color (decimal): -7251522 or 12474769. OLE color: 12474769.

HSL color Cylindrical-coordinate representation of color #9159BE: hue angle of 273.27º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9159BE is Cyan = 0.24, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14589190-
CMYK0.240.5300.25
HSL273.27º43.72%54.71%-
HSV(B)273.27º53.16%74.51%-
XYZ24.5416.8850.68-
YUV117.26169.05147.79-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.20%
GREEN value IS 89 (35.16% from 255) = 20.99%
BLUE value IS 190 (74.61% from 255) = 44.81%
R=34.20%
G=20.99%
B=44.81%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal145891900.240.5300.25273.2743.7254.71
Hex9159BE18350191112c37
Octal22113127630650314215467
Binary1001000110110011011111011000110101011001100010001101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9159be

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9159be; }

 p { color: rgb(145,89,190); }

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

<style>
 a { background-color: #9159be; }

 a { background-color: rgb(145,89,190); }

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

<style>
 span { border-color: #9159be; }

 span { border-color: rgb(145,89,190); }

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