#9172BC

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

Shades of Lilac Bush #9172BC

Tints of Lilac Bush #9172BC

Color information

#9172BC (or 0x9172BC) is unknown color: approx Lilac Bush. HEX triplet: 91, 72 and BC. RGB value is (145,114,188). Sum of RGB (Red+Green+Blue) = 145+114+188=447 (59% of max value = 765). Red value is 145 (57.03% from 255 or 32.44% from 447); Green value is 114 (44.92% from 255 or 25.50% from 447); Blue value is 188 (73.83% from 255 or 42.06% from 447); Max value from RGB is 188 - color contains mainly: blue. Hex color #9172BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9172BC is #6E8D43. Grayscale: #838383. Windows color (decimal): -7245124 or 12350097. OLE color: 12350097.

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

Color convert

RGB145114188-
CMYK0.230.3900.26
HSL265.14º35.58%59.22%-
HSV(B)265.14º39.36%73.73%-
XYZ26.7721.6950.35-
YUV131.7159.77137.48-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 32.44%
GREEN value IS 114 (44.92% from 255) = 25.50%
BLUE value IS 188 (73.83% from 255) = 42.06%
R=32.44%
G=25.50%
B=42.06%

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
Decimal1451141880.230.3900.26265.1435.5859.22
Hex9172BC172701A109243b
Octal22116227427470324114473
Binary1001000111100101011110010111100111011010100001001100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9172BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9172BC; }

 p { color: rgb(145,114,188); }

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

<style>
 a { background-color: #9172BC; }

 a { background-color: rgb(145,114,188); }

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

<style>
 span { border-color: #9172BC; }

 span { border-color: rgb(145,114,188); }

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