#9174BD

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

Shades of Lilac Bush #9174BD

Tints of Lilac Bush #9174BD

Color information

#9174BD (or 0x9174BD) is unknown color: approx Lilac Bush. HEX triplet: 91, 74 and BD. RGB value is (145,116,189). Sum of RGB (Red+Green+Blue) = 145+116+189=450 (59% of max value = 765). Red value is 145 (57.03% from 255 or 32.22% from 450); Green value is 116 (45.70% from 255 or 25.78% from 450); Blue value is 189 (74.22% from 255 or 42% from 450); Max value from RGB is 189 - color contains mainly: blue. Hex color #9174BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9174BD is #6E8B42. Grayscale: #848484. Windows color (decimal): -7244611 or 12416145. OLE color: 12416145.

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

Color convert

RGB145116189-
CMYK0.230.3900.26
HSL263.84º35.61%59.8%-
HSV(B)263.84º38.62%74.12%-
XYZ27.1122.1851-
YUV132.99159.61136.56-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 32.22%
GREEN value IS 116 (45.70% from 255) = 25.78%
BLUE value IS 189 (74.22% from 255) = 42%
R=32.22%
G=25.78%
B=42%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1451161890.230.3900.26263.8435.6159.8
Hex9174BD172701A108243c
Octal22116427527470324104474
Binary1001000111101001011110110111100111011010100001000100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9174BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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