#9478BE

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

Shades of Lilac Bush #9478BE

Tints of Lilac Bush #9478BE

Color information

#9478BE (or 0x9478BE) is unknown color: approx Lilac Bush. HEX triplet: 94, 78 and BE. RGB value is (148,120,190). Sum of RGB (Red+Green+Blue) = 148+120+190=458 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.31% from 458); Green value is 120 (47.27% from 255 or 26.20% from 458); Blue value is 190 (74.61% from 255 or 41.48% from 458); Max value from RGB is 190 - color contains mainly: blue. Hex color #9478BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9478BE is #6B8741. Grayscale: #888888. Windows color (decimal): -7046978 or 12482708. OLE color: 12482708.

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

Color convert

RGB148120190-
CMYK0.220.3700.25
HSL264º35%60.78%-
HSV(B)264º36.84%74.51%-
XYZ28.2223.4551.75-
YUV136.35158.28136.31-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.31%
GREEN value IS 120 (47.27% from 255) = 26.20%
BLUE value IS 190 (74.61% from 255) = 41.48%
R=32.31%
G=26.20%
B=41.48%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1481201900.220.3700.252643560.78
Hex9478BE1625019108233d
Octal22417027626450314104375
Binary1001010011110001011111010110100101011001100001000100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9478BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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