#9155BA

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

Shades of Deep Lilac #9155BA

Tints of Deep Lilac #9155BA

Color information

#9155BA (or 0x9155BA) is unknown color: approx Deep Lilac. HEX triplet: 91, 55 and BA. RGB value is (145,85,186). Sum of RGB (Red+Green+Blue) = 145+85+186=416 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.86% from 416); Green value is 85 (33.59% from 255 or 20.43% from 416); Blue value is 186 (73.05% from 255 or 44.71% from 416); Max value from RGB is 186 - color contains mainly: blue. Hex color #9155BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9155BA is #6EAA45. Grayscale: #727272. Windows color (decimal): -7252550 or 12211601. OLE color: 12211601.

HSL color Cylindrical-coordinate representation of color #9155BA: hue angle of 275.64º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9155BA is Cyan = 0.22, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB14585186-
CMYK0.220.5400.27
HSL275.64º42.26%53.14%-
HSV(B)275.64º54.3%72.94%-
XYZ23.7916.0648.3-
YUV114.45168.38149.79-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.86%
GREEN value IS 85 (33.59% from 255) = 20.43%
BLUE value IS 186 (73.05% from 255) = 44.71%
R=34.86%
G=20.43%
B=44.71%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal145851860.220.5400.27275.6442.2653.14
Hex9155BA163601B1142a35
Octal22112527226660334245265
Binary1001000110101011011101010110110110011011100010100101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9155BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9155BA; }

 p { color: rgb(145,85,186); }

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

<style>
 a { background-color: #9155BA; }

 a { background-color: rgb(145,85,186); }

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

<style>
 span { border-color: #9155BA; }

 span { border-color: rgb(145,85,186); }

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