#9174BE

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

Shades of Lilac Bush #9174BE

Tints of Lilac Bush #9174BE

Color information

#9174BE (or 0x9174BE) is unknown color: approx Lilac Bush. HEX triplet: 91, 74 and BE. RGB value is (145,116,190). Sum of RGB (Red+Green+Blue) = 145+116+190=451 (59% of max value = 765). Red value is 145 (57.03% from 255 or 32.15% from 451); Green value is 116 (45.70% from 255 or 25.72% from 451); Blue value is 190 (74.61% from 255 or 42.13% from 451); Max value from RGB is 190 - color contains mainly: blue. Hex color #9174BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9174BE is #6E8B41. Grayscale: #848484. Windows color (decimal): -7244610 or 12481681. OLE color: 12481681.

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

Color convert

RGB145116190-
CMYK0.240.3900.25
HSL263.51º36.27%60%-
HSV(B)263.51º38.95%74.51%-
XYZ27.2222.2351.57-
YUV133.11160.11136.48-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 32.15%
GREEN value IS 116 (45.70% from 255) = 25.72%
BLUE value IS 190 (74.61% from 255) = 42.13%
R=32.15%
G=25.72%
B=42.13%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1451161900.240.3900.25263.5136.2760
Hex9174BE1827019108243c
Octal22116427630470314104474
Binary1001000111101001011111011000100111011001100001000100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9174BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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