#9175BE

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

Shades of Lilac Bush #9175BE

Tints of Lilac Bush #9175BE

Color information

#9175BE (or 0x9175BE) is unknown color: approx Lilac Bush. HEX triplet: 91, 75 and BE. RGB value is (145,117,190). Sum of RGB (Red+Green+Blue) = 145+117+190=452 (59% of max value = 765). Red value is 145 (57.03% from 255 or 32.08% from 452); Green value is 117 (46.09% from 255 or 25.88% from 452); Blue value is 190 (74.61% from 255 or 42.04% from 452); Max value from RGB is 190 - color contains mainly: blue. Hex color #9175BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9175BE is #6E8A41. Grayscale: #858585. Windows color (decimal): -7244354 or 12481937. OLE color: 12481937.

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

Color convert

RGB145117190-
CMYK0.240.3800.25
HSL263.01º35.96%60.2%-
HSV(B)263.01º38.42%74.51%-
XYZ27.3322.4651.61-
YUV133.69159.78136.06-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 32.08%
GREEN value IS 117 (46.09% from 255) = 25.88%
BLUE value IS 190 (74.61% from 255) = 42.04%
R=32.08%
G=25.88%
B=42.04%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1451171900.240.3800.25263.0135.9660.2
Hex9175BE1826019107243c
Octal22116527630460314074474
Binary1001000111101011011111011000100110011001100000111100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9175BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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