#9172BE

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

Shades of Lilac Bush #9172BE

Tints of Lilac Bush #9172BE

Color information

#9172BE (or 0x9172BE) is unknown color: approx Lilac Bush. HEX triplet: 91, 72 and BE. RGB value is (145,114,190). Sum of RGB (Red+Green+Blue) = 145+114+190=449 (59% of max value = 765). Red value is 145 (57.03% from 255 or 32.29% from 449); Green value is 114 (44.92% from 255 or 25.39% from 449); Blue value is 190 (74.61% from 255 or 42.32% from 449); Max value from RGB is 190 - color contains mainly: blue. Hex color #9172BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9172BE is #6E8D41. Grayscale: #838383. Windows color (decimal): -7245122 or 12481169. OLE color: 12481169.

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

Color convert

RGB145114190-
CMYK0.240.4000.25
HSL264.47º36.89%59.61%-
HSV(B)264.47º40%74.51%-
XYZ26.9921.7751.5-
YUV131.93160.77137.32-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 32.29%
GREEN value IS 114 (44.92% from 255) = 25.39%
BLUE value IS 190 (74.61% from 255) = 42.32%
R=32.29%
G=25.39%
B=42.32%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1451141900.240.4000.25264.4736.8959.61
Hex9172BE1828019108253c
Octal22116227630500314104574
Binary1001000111100101011111011000101000011001100001000100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9172BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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