#9170BE

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

Shades of Lilac Bush #9170BE

Tints of Lilac Bush #9170BE

Color information

#9170BE (or 0x9170BE) is unknown color: approx Lilac Bush. HEX triplet: 91, 70 and BE. RGB value is (145,112,190). Sum of RGB (Red+Green+Blue) = 145+112+190=447 (59% of max value = 765). Red value is 145 (57.03% from 255 or 32.44% from 447); Green value is 112 (44.14% from 255 or 25.06% from 447); Blue value is 190 (74.61% from 255 or 42.51% from 447); Max value from RGB is 190 - color contains mainly: blue. Hex color #9170BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9170BE is #6E8F41. Grayscale: #828282. Windows color (decimal): -7245634 or 12480657. OLE color: 12480657.

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

Color convert

RGB145112190-
CMYK0.240.4100.25
HSL265.38º37.5%59.22%-
HSV(B)265.38º41.05%74.51%-
XYZ26.7721.3351.42-
YUV130.76161.43138.16-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 32.44%
GREEN value IS 112 (44.14% from 255) = 25.06%
BLUE value IS 190 (74.61% from 255) = 42.51%
R=32.44%
G=25.06%
B=42.51%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1451121900.240.4100.25265.3837.559.22
Hex9170BE1829019109263b
Octal22116027630510314114673
Binary1001000111100001011111011000101001011001100001001100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9170BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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