#9176BE

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

Shades of Lilac Bush #9176BE

Tints of Lilac Bush #9176BE

Color information

#9176BE (or 0x9176BE) is unknown color: approx Lilac Bush. HEX triplet: 91, 76 and BE. RGB value is (145,118,190). Sum of RGB (Red+Green+Blue) = 145+118+190=453 (60% of max value = 765). Red value is 145 (57.03% from 255 or 32.01% from 453); Green value is 118 (46.48% from 255 or 26.05% from 453); Blue value is 190 (74.61% from 255 or 41.94% from 453); Max value from RGB is 190 - color contains mainly: blue. Hex color #9176BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9176BE is #6E8941. Grayscale: #868686. Windows color (decimal): -7244098 or 12482193. OLE color: 12482193.

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

Color convert

RGB145118190-
CMYK0.240.3800.25
HSL262.5º35.64%60.39%-
HSV(B)262.5º37.89%74.51%-
XYZ27.4522.6951.65-
YUV134.28159.45135.65-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 32.01%
GREEN value IS 118 (46.48% from 255) = 26.05%
BLUE value IS 190 (74.61% from 255) = 41.94%
R=32.01%
G=26.05%
B=41.94%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1451181900.240.3800.25262.535.6460.39
Hex9176BE1826019106243c
Octal22116627630460314064474
Binary1001000111101101011111011000100110011001100000110100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9176BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9176BE; }

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

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

<style>
 a { background-color: #9176BE; }

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

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

<style>
 span { border-color: #9176BE; }

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

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