#9479BE

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

Shades of Lilac Bush #9479BE

Tints of Lilac Bush #9479BE

Color information

#9479BE (or 0x9479BE) is unknown color: approx Lilac Bush. HEX triplet: 94, 79 and BE. RGB value is (148,121,190). Sum of RGB (Red+Green+Blue) = 148+121+190=459 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.24% from 459); Green value is 121 (47.66% from 255 or 26.36% from 459); Blue value is 190 (74.61% from 255 or 41.39% from 459); Max value from RGB is 190 - color contains mainly: blue. Hex color #9479BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9479BE is #6B8641. Grayscale: #888888. Windows color (decimal): -7046722 or 12482964. OLE color: 12482964.

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

Color convert

RGB148121190-
CMYK0.220.3600.25
HSL263.48º34.67%60.98%-
HSV(B)263.48º36.32%74.51%-
XYZ28.3423.6951.79-
YUV136.94157.95135.89-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.24%
GREEN value IS 121 (47.66% from 255) = 26.36%
BLUE value IS 190 (74.61% from 255) = 41.39%
R=32.24%
G=26.36%
B=41.39%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1481211900.220.3600.25263.4834.6760.98
Hex9479BE1624019107233d
Octal22417127626440314074375
Binary1001010011110011011111010110100100011001100000111100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9479BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,121,190); }

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

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

 a { background-color: rgb(148,121,190); }

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

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

 span { border-color: rgb(148,121,190); }

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